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-07-24T01:58:27.941Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-qtthp with PID 15 (/app/app.jar started by so in /app)
2021-07-24T01:58:27.946Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-07-24T01:58:27.946Z||main|||||INFO|500||The following profiles are active: basic
2021-07-24T01:58:34.605Z||main|||||INFO|500||Starting service [Tomcat]
2021-07-24T01:58:34.605Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-07-24T01:58:34.675Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-07-24T01:58:36.009Z||main|||||INFO|500||catdb-pool - Starting...
2021-07-24T01:58:36.152Z||main|||||INFO|500||catdb-pool - Start completed.
2021-07-24T01:58:36.434Z||main|||||INFO|500||reqdb-pool - Starting...
2021-07-24T01:58:36.439Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-07-24T01:58:36.551Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-07-24T01:58:36.676Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-07-24T01:58:37.021Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-07-24T01:58:37.836Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-24T01:58:39.645Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-24T01:58:39.687Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-07-24T01:58:40.063Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-24T01:58:40.156Z||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-07-24T01:58:41.248Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-24T01:58:42.095Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-07-24T01:58:42.110Z||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$$cd1e949.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-07-24T01:58:42.111Z||main|||||WARN|500||The sdc end point is not alive
2021-07-24T01:58:44.101Z||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-07-24T01:58:46.110Z||main|||||WARN|500||---
2021-07-24T01:58:46.110Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-07-24T01:58:46.110Z||main|||||WARN|500||---
2021-07-24T01:58:46.405Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-07-24T01:58:48.903Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-24T01:58:48.904Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-24T01:58:48.905Z||main|||||INFO|500||Started Application in 22.582 seconds (JVM running for 23.596)
2021-07-24T01:58:48.913Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-24T01:58:48.936Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-24T01:58:49.010Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 841f6ada-ace4-462c-9d7b-27873a5e4a91 url= /sdc/v1/artifactTypes
2021-07-24T01:58:49.010Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-24T01:58:50.106Z||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.9.13] 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-07-24T01:58:50.110Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@171f1100
2021-07-24T01:58:50.110Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-24T01:58:50.119Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-24T01:58:50.121Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-24T01:58:50.123Z||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-07-24T01:59:38.900Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-24T01:59:38.900Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-24T01:59:38.900Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-24T01:59:38.903Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-24T01:59:38.907Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d3b5e3f1-e5e3-42f7-857b-6e0231679424 url= /sdc/v1/artifactTypes
2021-07-24T01:59:38.908Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-24T01:59:39.934Z||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.9.13] 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-07-24T01:59:39.935Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@cd83feb
2021-07-24T01:59:39.935Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-24T01:59:39.935Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-24T01:59:39.935Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-24T01:59:39.936Z||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-07-24T02:00:28.900Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-24T02:00:28.900Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-24T02:00:28.900Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-24T02:00:28.903Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-24T02:00:28.907Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4dce6181-3222-4c63-9807-33fe1cd9e1d3 url= /sdc/v1/artifactTypes
2021-07-24T02:00:28.907Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-24T02:00:29.945Z||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.9.13] 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-07-24T02:00:29.946Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1416983d
2021-07-24T02:00:29.946Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-24T02:00:29.946Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-24T02:00:29.947Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-24T02:00:29.947Z||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-07-24T02:01:18.900Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-24T02:01:18.900Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-24T02:01:18.900Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-24T02:01:18.903Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-24T02:01:18.905Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 769a649b-54ff-436c-8943-eef1f9d6e815 url= /sdc/v1/artifactTypes
2021-07-24T02:01:18.906Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-24T02:01:19.929Z||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.9.13] 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-07-24T02:01:19.930Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26e8d0f0
2021-07-24T02:01:19.930Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-24T02:01:19.930Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-24T02:01:19.931Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-24T02:01:19.932Z||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-07-24T02:02:08.900Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-24T02:02:08.901Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-24T02:02:08.901Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-24T02:02:08.904Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-24T02:02:08.906Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9aa49a51-a8a6-4277-a5b0-64eca1e9a2af url= /sdc/v1/artifactTypes
2021-07-24T02:02:08.907Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-24T02:02:09.069Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-07-24T02:02:09.076Z||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-07-24T02:02:09.094Z||scheduling-1|||||DEBUG|500||create keys
2021-07-24T02:02:09.100Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-07-24T02:02:09.120Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:02:09.133Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 20210737-4d41-42d4-9251-d3dddecabbad url= /sdc/v1/registerForDistribution
2021-07-24T02:02:09.224Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 20210737-4d41-42d4-9251-d3dddecabbad url= /sdc/v1/registerForDistribution
2021-07-24T02:02:09.225Z||scheduling-1|||||INFO|500||start DistributionClient
2021-07-24T02:02:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:02:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:02:09.236Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-07-24T02:02:09.236Z||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-07-24T02:02:09.236Z||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-07-24T02:02:09.236Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:02:09.236Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:02:19.453Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:02:19.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:03:09.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:03:09.232Z||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-07-24T02:03:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:03:09.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:03:09.234Z||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-07-24T02:03:09.234Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:03:18.778Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:03:18.820Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:04:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:04:09.231Z||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-07-24T02:04:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:04:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:04:09.233Z||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-07-24T02:04:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:04:18.776Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:04:18.776Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:05:09.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:05:09.231Z||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-07-24T02:05:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:05:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:05:09.233Z||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-07-24T02:05:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:05:18.771Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:05:18.779Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:06:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:06:09.231Z||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-07-24T02:06:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:06:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:06:09.233Z||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-07-24T02:06:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:06:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:06:18.775Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:07:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:07:09.231Z||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-07-24T02:07:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:07:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:07:09.233Z||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-07-24T02:07:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:07:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:07:18.772Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:08:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:08:09.231Z||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-07-24T02:08:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:08:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:08:09.233Z||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-07-24T02:08:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:08:18.774Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:08:18.775Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:09:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:09:09.231Z||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-07-24T02:09:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:09:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:09:09.233Z||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-07-24T02:09:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:09:12.518Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-07-24T02:09:18.773Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:09:18.773Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:10:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:10:09.231Z||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-07-24T02:10:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:10:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:10:09.232Z||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-07-24T02:10:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:10:18.774Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:10:18.776Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:11:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:11:09.231Z||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-07-24T02:11:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:11:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:11:09.233Z||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-07-24T02:11:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:11:18.775Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:11:18.775Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:12:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:12:09.231Z||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-07-24T02:12:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:12:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:12:09.232Z||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-07-24T02:12:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:12:18.778Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:12:18.780Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:13:09.233Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:13:09.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:13:09.239Z||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-07-24T02:13:09.239Z||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-07-24T02:13:09.239Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:13:09.239Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:13:18.783Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:13:18.784Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:14:09.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:14:09.232Z||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-07-24T02:14:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:14:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:14:09.232Z||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-07-24T02:14:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:14:18.773Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:14:18.773Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:15:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:15:09.231Z||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-07-24T02:15:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:15:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:15:09.232Z||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-07-24T02:15:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:15:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:15:18.770Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:16:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:16:09.232Z||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-07-24T02:16:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:16:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:16:09.233Z||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-07-24T02:16:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:16:18.772Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:16:18.773Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:17:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:17:09.231Z||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-07-24T02:17:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:17:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:17:09.232Z||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-07-24T02:17:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:17:18.772Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:17:18.774Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:18:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:18:09.231Z||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-07-24T02:18:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:18:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:18:09.232Z||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-07-24T02:18:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:18:18.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:18:18.773Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:19:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:19:09.231Z||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-07-24T02:19:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:19:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:19:09.232Z||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-07-24T02:19:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:19:18.773Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:19:18.774Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:20:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:20:09.231Z||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-07-24T02:20:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:20:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:20:09.232Z||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-07-24T02:20:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:20:18.775Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:20:18.775Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:21:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:21:09.231Z||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-07-24T02:21:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:21:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:21:09.232Z||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-07-24T02:21:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:21:18.772Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:21:18.773Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:22:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:22:09.231Z||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-07-24T02:22:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:22:09.232Z||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-07-24T02:22:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:22:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:22:18.772Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:22:18.774Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:23:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:23:09.231Z||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-07-24T02:23:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:23:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:23:09.232Z||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-07-24T02:23:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:23:18.797Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:23:18.797Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:24:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:24:09.231Z||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-07-24T02:24:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:24:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:24:09.232Z||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-07-24T02:24:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:24:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:24:18.771Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:25:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:25:09.231Z||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-07-24T02:25:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:25:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:25:09.232Z||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-07-24T02:25:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:25:18.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:25:18.774Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:26:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:26:09.231Z||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-07-24T02:26:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:26:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:26:09.232Z||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-07-24T02:26:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:26:18.771Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:26:18.773Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:27:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:27:09.231Z||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-07-24T02:27:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:27:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:27:09.232Z||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-07-24T02:27:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:27:18.765Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:27:18.770Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:28:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:28:09.231Z||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-07-24T02:28:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:28:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:28:09.232Z||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-07-24T02:28:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:28:18.772Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:28:18.773Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:29:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:29:09.231Z||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-07-24T02:29:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:29:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:29:09.232Z||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-07-24T02:29:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:29:18.772Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:29:18.772Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:30:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:30:09.231Z||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-07-24T02:30:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:30:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:30:09.232Z||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-07-24T02:30:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:30:18.773Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:30:18.774Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:31:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:31:09.231Z||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-07-24T02:31:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:31:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:31:09.232Z||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-07-24T02:31:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:31:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:31:18.771Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:32:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:32:09.231Z||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-07-24T02:32:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:32:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:32:09.232Z||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-07-24T02:32:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:32:18.769Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:32:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:33:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:33:09.231Z||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-07-24T02:33:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:33:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:33:09.232Z||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-07-24T02:33:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:33:18.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:33:18.774Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:34:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:34:09.231Z||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-07-24T02:34:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:34:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:34:09.232Z||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-07-24T02:34:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:34:18.773Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:34:18.773Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:35:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:35:09.231Z||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-07-24T02:35:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:35:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:35:09.232Z||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-07-24T02:35:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:35:18.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:35:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:36:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:36:09.231Z||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-07-24T02:36:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:36:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:36:09.232Z||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-07-24T02:36:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:36:18.774Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:36:18.775Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:37:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:37:09.231Z||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-07-24T02:37:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:37:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:37:09.232Z||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-07-24T02:37:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:37:18.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:37:18.773Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:38:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:38:09.231Z||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-07-24T02:38:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:38:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:38:09.232Z||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-07-24T02:38:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:38:18.783Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:38:18.784Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:39:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:39:09.231Z||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-07-24T02:39:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:39:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:39:09.232Z||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-07-24T02:39:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:39:18.773Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:39:18.773Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:40:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:40:09.231Z||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-07-24T02:40:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:40:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:40:09.232Z||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-07-24T02:40:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:40:18.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:40:18.772Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:41:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:41:09.231Z||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-07-24T02:41:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:41:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:41:09.232Z||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-07-24T02:41:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:41:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:41:18.770Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:42:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:42:09.231Z||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-07-24T02:42:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:42:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:42:09.232Z||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-07-24T02:42:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:42:18.773Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:42:18.774Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:43:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:43:09.231Z||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-07-24T02:43:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:43:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:43:09.233Z||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-07-24T02:43:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:43:18.768Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:43:18.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:44:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:44:09.232Z||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-07-24T02:44:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:44:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:44:09.233Z||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-07-24T02:44:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:44:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:44:18.776Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:45:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:45:09.231Z||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-07-24T02:45:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:45:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:45:09.232Z||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-07-24T02:45:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:45:18.771Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:45:18.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:46:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:46:09.232Z||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-07-24T02:46:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:46:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:46:09.232Z||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-07-24T02:46:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:46:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:46:18.774Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:47:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:47:09.231Z||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-07-24T02:47:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:47:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:47:09.232Z||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-07-24T02:47:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:47:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:47:18.770Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:48:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:48:09.231Z||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-07-24T02:48:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:48:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:48:09.232Z||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-07-24T02:48:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:48:18.769Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:48:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:49:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:49:09.231Z||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-07-24T02:49:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:49:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:49:09.232Z||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-07-24T02:49:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:49:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:49:18.772Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:50:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:50:09.231Z||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-07-24T02:50:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:50:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:50:09.232Z||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-07-24T02:50:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:50:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:50:18.770Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:51:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:51:09.231Z||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-07-24T02:51:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:51:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:51:09.232Z||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-07-24T02:51:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:51:18.769Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:51:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:52:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:52:09.231Z||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-07-24T02:52:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:52:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:52:09.232Z||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-07-24T02:52:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:52:18.767Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:52:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:53:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:53:09.231Z||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-07-24T02:53:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:53:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:53:09.232Z||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-07-24T02:53:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:53:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:53:18.771Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:54:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:54:09.231Z||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-07-24T02:54:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:54:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:54:09.232Z||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-07-24T02:54:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:54:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:54:18.769Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:55:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:55:09.231Z||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-07-24T02:55:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:55:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:55:09.232Z||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-07-24T02:55:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:55:18.772Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:55:18.772Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:56:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:56:09.231Z||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-07-24T02:56:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:56:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:56:09.232Z||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-07-24T02:56:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:56:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:56:18.770Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:57:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:57:09.231Z||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-07-24T02:57:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:57:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:57:09.232Z||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-07-24T02:57:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:57:18.767Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:57:18.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:58:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:58:09.231Z||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-07-24T02:58:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:58:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:58:09.232Z||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-07-24T02:58:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:58:18.769Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:58:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:59:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:59:09.231Z||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-07-24T02:59:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:59:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:59:09.232Z||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-07-24T02:59:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:59:18.767Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T02:59:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:00:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:00:09.231Z||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-07-24T03:00:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:00:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:00:09.232Z||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-07-24T03:00:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:00:18.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:00:18.772Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:01:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:01:09.231Z||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-07-24T03:01:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:01:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:01:09.232Z||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-07-24T03:01:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:01:18.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:01:18.770Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:02:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:02:09.231Z||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-07-24T03:02:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:02:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:02:09.232Z||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-07-24T03:02:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:02:18.767Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:02:18.768Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:03:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:03:09.231Z||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-07-24T03:03:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:03:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:03:09.232Z||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-07-24T03:03:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:03:18.767Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:03:18.771Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:04:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:04:09.231Z||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-07-24T03:04:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:04:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:04:09.232Z||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-07-24T03:04:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:04:18.768Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:04:18.770Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:05:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:05:09.231Z||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-07-24T03:05:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:05:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:05:09.232Z||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-07-24T03:05:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:05:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:05:18.772Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:06:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:06:09.231Z||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-07-24T03:06:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:06:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:06:09.232Z||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-07-24T03:06:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:06:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:06:18.769Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:07:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:07:09.231Z||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-07-24T03:07:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:07:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:07:09.232Z||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-07-24T03:07:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:07:18.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:07:18.774Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:08:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:08:09.231Z||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-07-24T03:08:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:08:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:08:09.232Z||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-07-24T03:08:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:08:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:08:18.771Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:09:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:09:09.231Z||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-07-24T03:09:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:09:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:09:09.232Z||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-07-24T03:09:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:09:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:09:18.778Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:10:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:10:09.231Z||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-07-24T03:10:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:10:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:10:09.232Z||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-07-24T03:10:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:10:18.773Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:10:18.773Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:11:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:11:09.231Z||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-07-24T03:11:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:11:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:11:09.232Z||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-07-24T03:11:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:11:18.770Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:11:18.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:12:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:12:09.231Z||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-07-24T03:12:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:12:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:12:09.232Z||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-07-24T03:12:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:12:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:12:18.775Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:13:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:13:09.231Z||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-07-24T03:13:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:13:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:13:09.232Z||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-07-24T03:13:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:13:18.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:13:18.771Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:14:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:14:09.231Z||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-07-24T03:14:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:14:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:14:09.232Z||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-07-24T03:14:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:14:18.769Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:14:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:15:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:15:09.231Z||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-07-24T03:15:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:15:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:15:09.232Z||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-07-24T03:15:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:15:18.773Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:15:18.773Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:16:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:16:09.231Z||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-07-24T03:16:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:16:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:16:09.232Z||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-07-24T03:16:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:16:18.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:16:18.771Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:17:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:17:09.231Z||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-07-24T03:17:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:17:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:17:09.232Z||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-07-24T03:17:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:17:18.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:17:18.770Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:18:09.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:18:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:18:09.233Z||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-07-24T03:18:09.233Z||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-07-24T03:18:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:18:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:18:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:18:18.774Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:19:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:19:09.231Z||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-07-24T03:19:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:19:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:19:09.232Z||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-07-24T03:19:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:19:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:19:18.769Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:20:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:20:09.231Z||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-07-24T03:20:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:20:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:20:09.232Z||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-07-24T03:20:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:20:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:20:18.772Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:21:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:21:09.231Z||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-07-24T03:21:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:21:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:21:09.232Z||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-07-24T03:21:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:21:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:21:18.770Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:22:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:22:09.231Z||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-07-24T03:22:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:22:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:22:09.232Z||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-07-24T03:22:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:22:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:22:18.771Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:23:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:23:09.231Z||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-07-24T03:23:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:23:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:23:09.232Z||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-07-24T03:23:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:23:18.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:23:18.769Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:24:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:24:09.231Z||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-07-24T03:24:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:24:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:24:09.232Z||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-07-24T03:24:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:24:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:24:18.769Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:25:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:25:09.231Z||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-07-24T03:25:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:25:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:25:09.232Z||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-07-24T03:25:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:25:18.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:25:18.768Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:26:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:26:09.231Z||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-07-24T03:26:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:26:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:26:09.232Z||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-07-24T03:26:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:26:18.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:26:18.769Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:27:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:27:09.231Z||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-07-24T03:27:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:27:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:27:09.232Z||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-07-24T03:27:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:27:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:27:18.769Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:28:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:28:09.231Z||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-07-24T03:28:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:28:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:28:09.232Z||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-07-24T03:28:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:28:18.770Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:28:18.772Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:29:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:29:09.231Z||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-07-24T03:29:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:29:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:29:09.232Z||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-07-24T03:29:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:29:18.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:29:18.769Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:30:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:30:09.231Z||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-07-24T03:30:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:30:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:30:09.232Z||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-07-24T03:30:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:30:18.770Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:30:18.776Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:31:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:31:09.231Z||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-07-24T03:31:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:31:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:31:09.232Z||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-07-24T03:31:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:31:18.766Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:31:18.767Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:32:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:32:09.231Z||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-07-24T03:32:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:32:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:32:09.232Z||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-07-24T03:32:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:32:18.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:32:18.773Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:33:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:33:09.231Z||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-07-24T03:33:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:33:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:33:09.232Z||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-07-24T03:33:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:33:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:33:18.768Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:34:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:34:09.231Z||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-07-24T03:34:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:34:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:34:09.232Z||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-07-24T03:34:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:34:18.765Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:34:18.765Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:35:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:35:09.231Z||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-07-24T03:35:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:35:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:35:09.232Z||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-07-24T03:35:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:35:18.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:35:18.783Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:36:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:36:09.231Z||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-07-24T03:36:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:36:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:36:09.232Z||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-07-24T03:36:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:36:18.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:36:18.768Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:37:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:37:09.231Z||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-07-24T03:37:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:37:09.232Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:37:09.232Z||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-07-24T03:37:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:37:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:37:18.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:38:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:38:09.231Z||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-07-24T03:38:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:38:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:38:09.232Z||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-07-24T03:38:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:38:18.768Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:38:18.768Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:39:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:39:09.231Z||pool-2-thread-7|||||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-07-24T03:39:09.231Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T03:39:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:39:09.232Z||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-07-24T03:39:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:39:18.768Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:39:18.770Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:40:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:40:09.231Z||pool-2-thread-7|||||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-07-24T03:40:09.231Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T03:40:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:40:09.232Z||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-07-24T03:40:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:40:18.771Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:40:18.771Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:41:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:41:09.231Z||pool-2-thread-7|||||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-07-24T03:41:09.231Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T03:41:09.232Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:41:09.232Z||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-07-24T03:41:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:41:18.768Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:41:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:42:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:42:09.231Z||pool-2-thread-7|||||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-07-24T03:42:09.231Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T03:42:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:42:09.232Z||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-07-24T03:42:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:42:18.765Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:42:18.768Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:43:09.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:43:09.231Z||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-07-24T03:43:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:43:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:43:09.233Z||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-07-24T03:43:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:43:18.767Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:43:18.786Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:44:09.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:44:09.231Z||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-07-24T03:44:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:44:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:44:09.232Z||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-07-24T03:44:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:44:18.766Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:44:18.768Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:45:09.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:45:09.231Z||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-07-24T03:45:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:45:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:45:09.232Z||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-07-24T03:45:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:45:18.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:45:18.770Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:46:09.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:46:09.231Z||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-07-24T03:46:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:46:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:46:09.232Z||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-07-24T03:46:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:46:18.766Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:46:18.767Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:47:09.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:47:09.231Z||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-07-24T03:47:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:47:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:47:09.232Z||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-07-24T03:47:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:47:18.769Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:47:18.770Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:48:09.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:48:09.231Z||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-07-24T03:48:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:48:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:48:09.232Z||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-07-24T03:48:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:48:18.766Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:48:18.769Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:49:09.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:49:09.231Z||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-07-24T03:49:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:49:09.232Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:49:09.232Z||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-07-24T03:49:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:49:18.768Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:49:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:50:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:50:09.231Z||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-07-24T03:50:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:50:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:50:09.232Z||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-07-24T03:50:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:50:18.765Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:50:18.767Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:51:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:51:09.231Z||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-07-24T03:51:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:51:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:51:09.232Z||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-07-24T03:51:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:51:18.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:51:18.770Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:52:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:52:09.231Z||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-07-24T03:52:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:52:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:52:09.232Z||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-07-24T03:52:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:52:18.770Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:52:18.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:53:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:53:09.231Z||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-07-24T03:53:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:53:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:53:09.232Z||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-07-24T03:53:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:53:18.767Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:53:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:54:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:54:09.231Z||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-07-24T03:54:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:54:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:54:09.232Z||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-07-24T03:54:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:54:18.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:54:18.770Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:55:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:55:09.231Z||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-07-24T03:55:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:55:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:55:09.232Z||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-07-24T03:55:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:55:18.768Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:55:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:56:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:56:09.231Z||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-07-24T03:56:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:56:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:56:09.232Z||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-07-24T03:56:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:56:18.766Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:56:18.772Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:57:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:57:09.231Z||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-07-24T03:57:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:57:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:57:09.232Z||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-07-24T03:57:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:57:18.767Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:57:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:58:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:58:09.231Z||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-07-24T03:58:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:58:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:58:09.232Z||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-07-24T03:58:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:58:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:58:18.770Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:59:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:59:09.231Z||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-07-24T03:59:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:59:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:59:09.232Z||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-07-24T03:59:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:59:18.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T03:59:18.769Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:00:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:00:09.231Z||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-07-24T04:00:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:00:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:00:09.232Z||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-07-24T04:00:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:00:18.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:00:18.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:01:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:01:09.231Z||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-07-24T04:01:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:01:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:01:09.232Z||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-07-24T04:01:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:01:18.769Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:01:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:02:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:02:09.231Z||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-07-24T04:02:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:02:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:02:09.232Z||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-07-24T04:02:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:02:18.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:02:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:03:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:03:09.231Z||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-07-24T04:03:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:03:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:03:09.232Z||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-07-24T04:03:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:03:18.765Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:03:18.766Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:04:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:04:09.231Z||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-07-24T04:04:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:04:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:04:09.232Z||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-07-24T04:04:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:04:18.765Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:04:18.766Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:05:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:05:09.231Z||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-07-24T04:05:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:05:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:05:09.232Z||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-07-24T04:05:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:05:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:05:18.770Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:06:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:06:09.231Z||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-07-24T04:06:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:06:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:06:09.232Z||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-07-24T04:06:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:06:18.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:06:18.769Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:07:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:07:09.231Z||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-07-24T04:07:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:07:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:07:09.232Z||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-07-24T04:07:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:07:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:07:18.769Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:08:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:08:09.231Z||pool-2-thread-8|||||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-07-24T04:08:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:08:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:08:09.233Z||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-07-24T04:08:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:08:18.771Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:08:18.772Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:09:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:09:09.231Z||pool-2-thread-8|||||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-07-24T04:09:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:09:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:09:09.232Z||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-07-24T04:09:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:09:18.767Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:09:18.772Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:10:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:10:09.231Z||pool-2-thread-8|||||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-07-24T04:10:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:10:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:10:09.232Z||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-07-24T04:10:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:10:18.763Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:10:18.769Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:11:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:11:09.231Z||pool-2-thread-8|||||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-07-24T04:11:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:11:09.232Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:11:09.232Z||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-07-24T04:11:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:11:18.770Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:11:18.772Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:12:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:12:09.231Z||pool-2-thread-8|||||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-07-24T04:12:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:12:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:12:09.232Z||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-07-24T04:12:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:12:18.765Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:12:18.765Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:13:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:13:09.231Z||pool-2-thread-8|||||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-07-24T04:13:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:13:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:13:09.232Z||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-07-24T04:13:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:13:18.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:13:18.768Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:14:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:14:09.231Z||pool-2-thread-8|||||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-07-24T04:14:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:14:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:14:09.232Z||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-07-24T04:14:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:14:18.765Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:14:18.768Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:15:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:15:09.231Z||pool-2-thread-8|||||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-07-24T04:15:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:15:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:15:09.232Z||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-07-24T04:15:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:15:18.771Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:15:18.772Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:16:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:16:09.231Z||pool-2-thread-8|||||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-07-24T04:16:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:16:09.232Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:16:09.232Z||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-07-24T04:16:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:16:18.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:16:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:17:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:17:09.231Z||pool-2-thread-8|||||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-07-24T04:17:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:17:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:17:09.232Z||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-07-24T04:17:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:17:18.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:17:18.769Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:18:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:18:09.231Z||pool-2-thread-8|||||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-07-24T04:18:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:18:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:18:09.232Z||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-07-24T04:18:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:18:18.765Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:18:18.771Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:19:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:19:09.231Z||pool-2-thread-8|||||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-07-24T04:19:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:19:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:19:09.232Z||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-07-24T04:19:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:19:18.766Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:19:18.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:20:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:20:09.231Z||pool-2-thread-8|||||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-07-24T04:20:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:20:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:20:09.232Z||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-07-24T04:20:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:20:18.767Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:20:18.767Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:21:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:21:09.231Z||pool-2-thread-8|||||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-07-24T04:21:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:21:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:21:09.232Z||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-07-24T04:21:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:21:18.767Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:21:18.767Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:22:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:22:09.231Z||pool-2-thread-8|||||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-07-24T04:22:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:22:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:22:09.232Z||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-07-24T04:22:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:22:18.767Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:22:18.770Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:23:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:23:09.231Z||pool-2-thread-8|||||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-07-24T04:23:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:23:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:23:09.232Z||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-07-24T04:23:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:23:18.767Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:23:18.768Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:24:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:24:09.231Z||pool-2-thread-8|||||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-07-24T04:24:09.231Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:24:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:24:09.232Z||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-07-24T04:24:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:24:18.768Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:24:18.768Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:25:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:25:09.231Z||pool-2-thread-7|||||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-07-24T04:25:09.231Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:25:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:25:09.232Z||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-07-24T04:25:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:25:18.766Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:25:18.767Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:26:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:26:09.231Z||pool-2-thread-7|||||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-07-24T04:26:09.231Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:26:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:26:09.232Z||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-07-24T04:26:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:26:18.769Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:26:18.770Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:27:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:27:09.231Z||pool-2-thread-7|||||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-07-24T04:27:09.231Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:27:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:27:09.232Z||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-07-24T04:27:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:27:18.767Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:27:18.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:28:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:28:09.231Z||pool-2-thread-7|||||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-07-24T04:28:09.231Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:28:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:28:09.232Z||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-07-24T04:28:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:28:18.765Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:28:18.767Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:29:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:29:09.231Z||pool-2-thread-7|||||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-07-24T04:29:09.231Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:29:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:29:09.232Z||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-07-24T04:29:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:29:18.766Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:29:18.767Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:30:09.231Z||pool-2-thread-7|||||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-07-24T04:30:09.231Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:30:09.232Z||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-07-24T04:30:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:30:09.853Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:09.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8942db5f-00ff-4249-bb0b-aa3823697524","serviceName":"vFW 2021-07-24 04-26-19","serviceVersion":"1.0","serviceUUID":"95ec6f06-11fe-42b9-bff4-94d60bc20980","serviceDescription":"catalog service description","serviceInvariantUUID":"fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40","resources":[{"resourceInstanceName":"vFW 8a285768-532d 0","resourceName":"vFW 8a285768-532d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c2224ea-58f4-4f41-94ae-623a72e91553","resourceInvariantUUID":"8df2a6bb-05de-40b0-8540-1f47380c097f","resourceCustomizationUUID":"25ae8b7b-40a0-420a-9d38-562e6e8a2ad6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml","artifactChecksum":"YjgxZTUxNzFhZmZjZjAyYmRjZWE3YjgxMDhjMTgxOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"688b4f70-297b-4c66-9217-c5087218cdf4","artifactVersion":"1"},{"artifactName":"vfw8a285768532d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json","artifactChecksum":"NGNkNzNhZjg2YzEwMGQwMmM2ZmRmNzQ5MTIwNTg2OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"70278f71-00ab-46c4-a77f-b92e4af4e703","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b6b2b6b1-79fe-4e29-8b00-c181de3586fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml","artifactChecksum":"ODdjYzRlMTRjYzQ2ZmM3ODlhZWVmMTZjYWRlOWY4MGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"72f6b56d-2f68-4526-9ccf-9910369b4553","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"10041310-58b4-4ff1-84d1-9b9c39f9f2da","artifactVersion":"2","generatedFromUUID":"b6b2b6b1-79fe-4e29-8b00-c181de3586fc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210724042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml","artifactChecksum":"ZmE4N2Q5ZDU1Nzg2Y2U2MzdjNjRlYjE0YTUwOGNjYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb8f36d1-723d-471e-bbf1-f1628ad3003e","artifactVersion":"1"},{"artifactName":"service-Vfw20210724042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar","artifactChecksum":"MjRmNWIxZjg5M2I0Njc1ODliNTY0ZWI2OTBhMTViYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5044a43f-b727-44b1-a5f9-50dfd8299c5d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T04:30:09.858Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:09.860Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:30:09.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "cds",
  "timestamp": 1627100970414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.865Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:09.872Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:09.872Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101009230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627100979001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "dcae-sch",
  "timestamp": 1627100979192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "cds",
  "timestamp": 1627100970414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627100979001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "dcae-sch",
  "timestamp": 1627100979192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "cds",
  "timestamp": 1627100970414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627100979001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "dcae-sch",
  "timestamp": 1627100979192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "cds",
  "timestamp": 1627100970414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627100979001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "dcae-sch",
  "timestamp": 1627100979192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "cds",
  "timestamp": 1627100970414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627100979001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "dcae-sch",
  "timestamp": 1627100979192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627100983252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "cds",
  "timestamp": 1627100970414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627100979001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "dcae-sch",
  "timestamp": 1627100979192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627100983252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "cds",
  "timestamp": 1627100970414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627100979001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "dcae-sch",
  "timestamp": 1627100979192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627100983252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "policy-id",
  "timestamp": 1627100985329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627100983252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "policy-id",
  "timestamp": 1627100985329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627100983252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "policy-id",
  "timestamp": 1627100985329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "cds",
  "timestamp": 1627100988410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627100983252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "policy-id",
  "timestamp": 1627100985329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:09.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "cds",
  "timestamp": 1627100989425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-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=?
2021-07-24T04:30:09.972Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-07-24T04:30:09.975Z||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-07-24T04:30:09.975Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:09.984Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:09.984Z||pool-3-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-24T04:30:10.003Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8942db5f-00ff-4249-bb0b-aa3823697524
2021-07-24T04:30:10.019Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8942db5f-00ff-4249-bb0b-aa3823697524 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-07-24T04:30:10.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627100983252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "policy-id",
  "timestamp": 1627100985329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "policy-id",
  "timestamp": 1627100985329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627100991813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "policy-id",
  "timestamp": 1627100985329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627100994195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "policy-id",
  "timestamp": 1627100994219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "policy-id",
  "timestamp": 1627100995224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "clamp",
  "timestamp": 1627100995434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "policy-id",
  "timestamp": 1627100996227,
  "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-07-24T04:30:10.051Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8942db5f-00ff-4249-bb0b-aa3823697524
2021-07-24T04:30:10.051Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8942db5f-00ff-4249-bb0b-aa3823697524 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-07-24T04:30:10.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627100996296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:30:10.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:10.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "clamp",
  "timestamp": 1627100995434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:30:10.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "clamp",
  "timestamp": 1627100995434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627100998265,
  "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-07-24T04:30:10.061Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8942db5f-00ff-4249-bb0b-aa3823697524
2021-07-24T04:30:10.061Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8942db5f-00ff-4249-bb0b-aa3823697524 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-07-24T04:30:10.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627100997980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "clamp",
  "timestamp": 1627100995434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "aai-ml",
  "timestamp": 1627100998577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627100999268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627100997980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "clamp",
  "timestamp": 1627100995434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "aai-ml",
  "timestamp": 1627100998577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627100997980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "clamp",
  "timestamp": 1627100995434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "aai-ml",
  "timestamp": 1627100998577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627100997980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "clamp",
  "timestamp": 1627100995434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "aai-ml",
  "timestamp": 1627100998577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627100997980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "aai-ml",
  "timestamp": 1627100998577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627100997980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "aai-ml",
  "timestamp": 1627100998577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627100997980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "aai-ml",
  "timestamp": 1627100998577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101006714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "aai-ml",
  "timestamp": 1627101008425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:10.877Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:30:10.877Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:10.879Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:10.879Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101009230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:30:10.979Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:10.979Z||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-07-24T04:30:10.979Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:10.988Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:10.988Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:11.879Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:30:11.880Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:11.881Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:11.881Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101009230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:30:11.982Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:11.982Z||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-07-24T04:30:11.982Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:11.989Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:11.990Z||pool-5-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:12.882Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:30:12.882Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:12.884Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:12.884Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101009230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:12.984Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:12.985Z||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-07-24T04:30:12.985Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:12.994Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:12.994Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:13.884Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:30:13.885Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:13.887Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:13.887Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101009230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-24T04:30:13.987Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:13.988Z||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-07-24T04:30:13.988Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:13.997Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:13.998Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:14.887Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:30:14.888Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:14.889Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:14.889Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101009230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:30:14.989Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:14.990Z||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-07-24T04:30:14.990Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:14.999Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:14.999Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:30:15.890Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:30:15.890Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:15.892Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:15.892Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101009230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:30:15.998Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-07-24T04:30:15.999Z||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-07-24T04:30:15.999Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:16.007Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:16.008Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:16.894Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "serviceName": "vFW 2021-07-24 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "95ec6f06-11fe-42b9-bff4-94d60bc20980",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40",
  "resources": [
    {
      "resourceInstanceName": "vFW 8a285768-532d 0",
      "resourceCustomizationUUID": "25ae8b7b-40a0-420a-9d38-562e6e8a2ad6",
      "resourceName": "vFW 8a285768-532d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2c2224ea-58f4-4f41-94ae-623a72e91553",
      "resourceInvariantUUID": "8df2a6bb-05de-40b0-8540-1f47380c097f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8a285768532d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
          "artifactChecksum": "NGNkNzNhZjg2YzEwMGQwMmM2ZmRmNzQ5MTIwNTg2OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "70278f71-00ab-46c4-a77f-b92e4af4e703",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b6b2b6b1-79fe-4e29-8b00-c181de3586fc",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "10041310-58b4-4ff1-84d1-9b9c39f9f2da",
            "generatedFromUUID": "b6b2b6b1-79fe-4e29-8b00-c181de3586fc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "10041310-58b4-4ff1-84d1-9b9c39f9f2da",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210724042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
      "artifactChecksum": "MjRmNWIxZjg5M2I0Njc1ODliNTY0ZWI2OTBhMTViYTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5044a43f-b727-44b1-a5f9-50dfd8299c5d"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T04:30:16.894Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T04:30:16.894Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 95ec6f06-11fe-42b9-bff4-94d60bc20980 ASDC
2021-07-24T04:30:17.027Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8942db5f-00ff-4249-bb0b-aa3823697524
ServiceName:vFW 2021-07-24 04-26-19
ServiceVersion:1.0
ServiceUUID:95ec6f06-11fe-42b9-bff4-94d60bc20980
ServiceInvariantUUID:fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210724042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar
ArtifactUUID:5044a43f-b727-44b1-a5f9-50dfd8299c5d
ArtifactChecksum:MjRmNWIxZjg5M2I0Njc1ODliNTY0ZWI2OTBhMTViYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8a285768-532d 0
ResourceCustomizationUUID:25ae8b7b-40a0-420a-9d38-562e6e8a2ad6
ResourceInvariantUUID:8df2a6bb-05de-40b0-8540-1f47380c097f
ResourceName:vFW 8a285768-532d
ResourceType:VF
ResourceUUID:2c2224ea-58f4-4f41-94ae-623a72e91553
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8a285768532d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json
ArtifactUUID:70278f71-00ab-46c4-a77f-b92e4af4e703
ArtifactChecksum:NGNkNzNhZjg2YzEwMGQwMmM2ZmRmNzQ5MTIwNTg2OTQ=
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/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml
ArtifactUUID:b6b2b6b1-79fe-4e29-8b00-c181de3586fc
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/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env
ArtifactUUID:10041310-58b4-4ff1-84d1-9b9c39f9f2da
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/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env
ArtifactUUID:10041310-58b4-4ff1-84d1-9b9c39f9f2da
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-24T04:30:17.027Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 95ec6f06-11fe-42b9-bff4-94d60bc20980 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-07-24T04:30:17.119Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:30:17.119Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-24T04:30:17.120Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-24T04:30:17.120Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5044a43f-b727-44b1-a5f9-50dfd8299c5d from URL: /sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:17.120Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T04:30:17.121Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:18.107Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T04:30:18.124Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar 5044a43f-b727-44b1-a5f9-50dfd8299c5d 98727
2021-07-24T04:30:18.128Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar ASDC sendASDCNotification
2021-07-24T04:30:18.128Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:18.129Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:30:18.129Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:18.131Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:18.131Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101018124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:30:18.232Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:18.233Z||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-07-24T04:30:18.233Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:18.242Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:18.242Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:19.132Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:30:19.133Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-24T04:30:19.133Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5044a43f-b727-44b1-a5f9-50dfd8299c5d, URL: /sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar to file: /app/ASDC/1/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:19.134Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210724042619-csar.csar
2021-07-24T04:30:19.237Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:19.238Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:19.576Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10275503828081601800/Definitions/service-Vfw20210724042619-template.yml
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
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
2021-07-24T04:30:21.981Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T04:30:21.989Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-07-24T04:30:21.989Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.989Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-07-24T04:30:21.989Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.989Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.989Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.989Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8a285768-532d 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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-07-24T04:30:22.000Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:22.001Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:22.004Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:22.004Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-07-24T04:30:22.005Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:30:22.007Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:22.007Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:22.007Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:22.007Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-07-24T04:30:22.007Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:30:22.007Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:22.007Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:22.010Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:22.010Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.012Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.012Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T04:30:22.012Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.012Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T04:30:22.012Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.012Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T04:30:22.012Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:22.012Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:30:22.013Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:22.014Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:22.014Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:30:22.014Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:22.014Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:22.014Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:30:22.014Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is not matching search criteria
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a649f3fc-4f82-43de-acf0-48fa883d1529
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab6fbc57-3e6e-4b83-ac7a-c4601106c389
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is not matching search criteria
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.019Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.019Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.019Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T04:30:22.019Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T04:30:22.019Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T04:30:22.019Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.019Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.019Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6441931a-35e4-4e13-8ca8-c2616f7e7fb3
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-07-24 04-26-19
Description:catalog service description
Model UUID:95ec6f06-11fe-42b9-bff4-94d60bc20980
Model Version:NULL
Model InvariantUuid:fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8a285768-532d
Model UUID:2faf6998-d684-47e4-9a21-7142f8985e06
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8df2a6bb-05de-40b0-8540-1f47380c097f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:25ae8b7b-40a0-420a-9d38-562e6e8a2ad6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b249f624-8322-4d3b-9460-85f05f02c0d0
ModelName:Vfw8a285768532d..base_vfw..module-0
ModelUuid:444e2f0d-c7f4-4ff7-be93-444f90fef30f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a649f3fc-4f82-43de-acf0-48fa883d1529
ModelInvariantUuid:6e9d1c0d-718c-411f-8bb7-606fc5347c47
ModelName:vFW 8a285768-532d-nodes.vfwCvfc
ModelUuid:7bdb288b-1782-4d4c-a994-9cb0cff8447f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:097cfbf9-bd34-40b1-b2bd-413969229052
ModelInvariantUuid:ee847193-dbc5-4793-8b6c-2ca144048e24
ModelName:Vfw8a285768532d.compute.nodes.heat.vfw
ModelUuid:9dba136a-aba9-4693-8212-916a792bcb37
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ab6fbc57-3e6e-4b83-ac7a-c4601106c389
ModelInvariantUuid:2e8248da-7601-4830-8531-ecd6fd65e7eb
ModelName:vFW 8a285768-532d-nodes.vsnCvfc
ModelUuid:79903dbc-9a93-4c31-b48c-1980aa08992c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f549b92d-2cd2-4c02-ae3e-a22bbec0fdf4
ModelInvariantUuid:a434c780-8026-4ad1-b81e-f2b0917d8898
ModelName:Vfw8a285768532d.compute.nodes.heat.vsn
ModelUuid:29b0f9b5-0bc1-4a5e-9756-a43f34154dc6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6441931a-35e4-4e13-8ca8-c2616f7e7fb3
ModelInvariantUuid:c8c02ce7-02f1-497d-b913-775912afca0f
ModelName:vFW 8a285768-532d-nodes.vpgCvfc
ModelUuid:fb8a180f-8b46-4ac6-803f-df0c9d71a2a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:27a1461c-d9cb-4f98-aea1-02deebccd81a
ModelInvariantUuid:e4a52b06-c0e7-487e-98b3-053fb371e75d
ModelName:Vfw8a285768532d.compute.nodes.heat.vpg
ModelUuid:1d4d2cf9-ee6b-436b-9783-74a4aec5b2c9
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-07-24T04:30:22.034Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2c2224ea-58f4-4f41-94ae-623a72e91553
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-07-24T04:30:22.128Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||vFW 8a285768-532d 0
2021-07-24T04:30:22.134Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2c2224ea-58f4-4f41-94ae-623a72e91553
2021-07-24T04:30:22.134Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 70278f71-00ab-46c4-a77f-b92e4af4e703 from URL: /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json
2021-07-24T04:30:22.134Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T04:30:22.134Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json
2021-07-24T04:30:23.174Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T04:30:23.174Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json 70278f71-00ab-46c4-a77f-b92e4af4e703 785
2021-07-24T04:30:23.174Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json ASDC sendASDCNotification
2021-07-24T04:30:23.174Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json
2021-07-24T04:30:23.174Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:30:23.175Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:23.176Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:23.176Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101023174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:30:23.276Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:23.277Z||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-07-24T04:30:23.277Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:23.287Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:23.287Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:24.180Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8a285768532d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b249f624-8322-4d3b-9460-85f05f02c0d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "444e2f0d-c7f4-4ff7-be93-444f90fef30f",
    "vfModuleModelCustomizationUUID": "162b6dc5-03fb-4482-9ad3-53b63e25a959",
    "isBase": true,
    "artifacts": [
      "b6b2b6b1-79fe-4e29-8b00-c181de3586fc",
      "10041310-58b4-4ff1-84d1-9b9c39f9f2da"
    ],
    "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-07-24T04:30:24.199Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8a285768532d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:444e2f0d-c7f4-4ff7-be93-444f90fef30f
VfModuleModelInvariantUUID:b249f624-8322-4d3b-9460-85f05f02c0d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6b2b6b1-79fe-4e29-8b00-c181de3586fc
,
10041310-58b4-4ff1-84d1-9b9c39f9f2da

}
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-07-24T04:30:24.201Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8a285768532d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b249f624-8322-4d3b-9460-85f05f02c0d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "444e2f0d-c7f4-4ff7-be93-444f90fef30f",
    "vfModuleModelCustomizationUUID": "162b6dc5-03fb-4482-9ad3-53b63e25a959",
    "isBase": true,
    "artifacts": [
      "b6b2b6b1-79fe-4e29-8b00-c181de3586fc",
      "10041310-58b4-4ff1-84d1-9b9c39f9f2da"
    ],
    "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-07-24T04:30:24.201Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8a285768532d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:444e2f0d-c7f4-4ff7-be93-444f90fef30f
VfModuleModelInvariantUUID:b249f624-8322-4d3b-9460-85f05f02c0d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6b2b6b1-79fe-4e29-8b00-c181de3586fc
,
10041310-58b4-4ff1-84d1-9b9c39f9f2da

}
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-07-24T04:30:24.202Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b6b2b6b1-79fe-4e29-8b00-c181de3586fc from URL: /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml
2021-07-24T04:30:24.202Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T04:30:24.202Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml
2021-07-24T04:30:24.682Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T04:30:24.683Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml b6b2b6b1-79fe-4e29-8b00-c181de3586fc 20368
2021-07-24T04:30:24.683Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-24T04:30:24.683Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml
2021-07-24T04:30:24.683Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:30:24.683Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:24.685Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:24.685Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101024683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:30:24.785Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:24.786Z||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-07-24T04:30:24.786Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:24.795Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:24.795Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:25.686Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 10041310-58b4-4ff1-84d1-9b9c39f9f2da from URL: /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env
2021-07-24T04:30:25.687Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T04:30:25.687Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env
2021-07-24T04:30:27.263Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T04:30:27.263Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env 10041310-58b4-4ff1-84d1-9b9c39f9f2da 2098
2021-07-24T04:30:27.263Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-24T04:30:27.264Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env
2021-07-24T04:30:27.264Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:30:27.264Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:27.265Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:27.265Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101027263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:30:27.365Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:27.366Z||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-07-24T04:30:27.366Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:27.375Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:27.375Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:28.266Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 95ec6f06-11fe-42b9-bff4-94d60bc20980
2021-07-24T04:30:28.266Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8a285768-532d 0 2c2224ea-58f4-4f41-94ae-623a72e91553 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-07-24T04:30:28.305Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.306Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:28.306Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-07-24T04:30:28.306Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 25ae8b7b-40a0-420a-9d38-562e6e8a2ad6
2021-07-24T04:30:28.306Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 25ae8b7b-40a0-420a-9d38-562e6e8a2ad6 matches Tosca VF Customization UUID: 25ae8b7b-40a0-420a-9d38-562e6e8a2ad6
2021-07-24T04:30:28.306Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 25ae8b7b-40a0-420a-9d38-562e6e8a2ad6  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-07-24T04:30:28.311Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.311Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:28.312Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 25ae8b7b-40a0-420a-9d38-562e6e8a2ad6: {\"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-07-24T04:30:28.312Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e6fef93
2021-07-24T04:30:28.312Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.312Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:30:28.313Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 162b6dc5-03fb-4482-9ad3-53b63e25a959
2021-07-24T04:30:28.313Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 162b6dc5-03fb-4482-9ad3-53b63e25a959
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-07-24T04:30:28.318Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.318Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:28.318Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:30:28.319Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.319Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:28.319Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:30:28.319Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.319Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is not matching search criteria
2021-07-24T04:30:28.319Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T04:30:28.319Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a649f3fc-4f82-43de-acf0-48fa883d1529
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-07-24T04:30:28.330Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.330Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:28.330Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is not matching search criteria
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-24T04:30:28.332Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T04:30:28.332Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:28.332Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T04:30:28.332Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:28.332Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab6fbc57-3e6e-4b83-ac7a-c4601106c389
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-07-24T04:30:28.334Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.334Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:28.334Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:30:28.335Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is not matching search criteria
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T04:30:28.337Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T04:30:28.337Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:28.337Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:28.337Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-24T04:30:28.337Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6441931a-35e4-4e13-8ca8-c2616f7e7fb3
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-07-24T04:30:28.339Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.339Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:28.339Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:30:28.339Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.339Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:28.339Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=25ae8b7b-40a0-420a-9d38-562e6e8a2ad6
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-07-24T04:30:28.341Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.341Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:28.341Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 95ec6f06-11fe-42b9-bff4-94d60bc20980: vFW 8a285768-532d
2021-07-24T04:30:28.341Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.341Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:28.341Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.341Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:28.342Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.342Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:28.342Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.342Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:28.342Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:30:28.342Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:28.342Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-07-24 04-26-19 
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-07-24T04:30:28.652Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8a285768-532d 2c2224ea-58f4-4f41-94ae-623a72e91553 1 ASDC deployResourceStructure
2021-07-24T04:30:28.652Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json ASDC sendASDCNotification
2021-07-24T04:30:28.652Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json
2021-07-24T04:30:28.652Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:30:28.652Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:28.654Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:28.654Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101028652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:30:28.754Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:28.754Z||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-07-24T04:30:28.754Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:28.763Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:28.763Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:29.655Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-24T04:30:29.655Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml
2021-07-24T04:30:29.655Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:30:29.655Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:29.657Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:29.657Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101029655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T04:30:29.757Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:29.757Z||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-07-24T04:30:29.758Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:29.767Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:29.767Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:30:30.657Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-24T04:30:30.658Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env
2021-07-24T04:30:30.658Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:30:30.658Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:30.660Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:30.660Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101030657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-07-24T04:30:30.760Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:30.760Z||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-07-24T04:30:30.761Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:30.769Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:30.769Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:31.661Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar ASDC sendASDCNotification
2021-07-24T04:30:31.661Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:31.661Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:30:31.661Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:31.663Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:31.663Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101031661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:30:31.763Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:31.764Z||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-07-24T04:30:31.764Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:31.786Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:30:31.787Z||pool-17-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:30:32.664Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:30:32.674Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:30:32.676Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:30:32.676Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:30:32.676Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:31:02.676Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:31:02.683Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:31:02.686Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:31:02.686Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:31:02.686Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:31:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:31:09.232Z||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-07-24T04:31:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:31:09.355Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:31:09.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:31:09.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101009230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:31:09.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:31:32.686Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:31:32.696Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:31:32.698Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:31:32.698Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:31:32.698Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:32:02.698Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:32:02.708Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:32:02.710Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:32:02.710Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:32:02.710Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:32:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:32:09.232Z||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-07-24T04:32:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:32:09.255Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:32:09.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101009230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:32:09.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101010982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:32:09.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101009230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:32:09.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101011986,
  "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-07-24T04:32:09.266Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8942db5f-00ff-4249-bb0b-aa3823697524
2021-07-24T04:32:09.266Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8942db5f-00ff-4249-bb0b-aa3823697524 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-07-24T04:32:09.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101009230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101009230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101009230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101009230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101018124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "clamp",
  "timestamp": 1627101018311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "clamp",
  "timestamp": 1627101020318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:32:09.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "clamp",
  "timestamp": 1627101021334,
  "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-07-24T04:32:09.278Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8942db5f-00ff-4249-bb0b-aa3823697524
2021-07-24T04:32:09.278Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8942db5f-00ff-4249-bb0b-aa3823697524 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-07-24T04:32:09.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "aai-ml",
  "timestamp": 1627101022203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:32:09.284Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101023174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.284Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "aai-ml",
  "timestamp": 1627101023209,
  "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-07-24T04:32:09.287Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8942db5f-00ff-4249-bb0b-aa3823697524
2021-07-24T04:32:09.287Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8942db5f-00ff-4249-bb0b-aa3823697524 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-07-24T04:32:09.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101024683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101027263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101028652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101029655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101030657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101031661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "dcae-sch",
  "timestamp": 1627101039192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101039001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101043252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "dcae-sch",
  "timestamp": 1627101039192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101039001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101043252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "dcae-sch",
  "timestamp": 1627101039192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101039001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101043252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "policy-id",
  "timestamp": 1627101045329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "cds",
  "timestamp": 1627101045414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "dcae-sch",
  "timestamp": 1627101039192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101039001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101043252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "policy-id",
  "timestamp": 1627101045329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "cds",
  "timestamp": 1627101045414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "dcae-sch",
  "timestamp": 1627101039192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101039001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101043252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "policy-id",
  "timestamp": 1627101045329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "cds",
  "timestamp": 1627101045414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "dcae-sch",
  "timestamp": 1627101039192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101039001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101043252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "policy-id",
  "timestamp": 1627101045329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "cds",
  "timestamp": 1627101045414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "dcae-sch",
  "timestamp": 1627101039192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101039001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101043252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "policy-id",
  "timestamp": 1627101045329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "cds",
  "timestamp": 1627101045414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "policy-id",
  "timestamp": 1627101045329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "cds",
  "timestamp": 1627101045414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101051589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "policy-id",
  "timestamp": 1627101045329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "cds",
  "timestamp": 1627101045414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101053714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "cds",
  "timestamp": 1627101053907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "policy-id",
  "timestamp": 1627101054096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.301Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "cds",
  "timestamp": 1627101054911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-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-07-24T04:32:09.309Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc45dadb-3df5-4d78-9e5b-ba80d4500791
2021-07-24T04:32:09.309Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc45dadb-3df5-4d78-9e5b-ba80d4500791 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-07-24T04:32:09.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "policy-id",
  "timestamp": 1627101055099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101055594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "clamp",
  "timestamp": 1627101055434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "policy-id",
  "timestamp": 1627101056101,
  "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-07-24T04:32:09.318Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc45dadb-3df5-4d78-9e5b-ba80d4500791
2021-07-24T04:32:09.318Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc45dadb-3df5-4d78-9e5b-ba80d4500791 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-07-24T04:32:09.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101056752,
  "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-07-24T04:32:09.327Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc45dadb-3df5-4d78-9e5b-ba80d4500791
2021-07-24T04:32:09.327Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc45dadb-3df5-4d78-9e5b-ba80d4500791 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-07-24T04:32:09.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "clamp",
  "timestamp": 1627101055434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:32:09.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101057756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:32:09.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "clamp",
  "timestamp": 1627101055434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101057980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "clamp",
  "timestamp": 1627101055434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "aai-ml",
  "timestamp": 1627101058577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101057980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "clamp",
  "timestamp": 1627101055434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "aai-ml",
  "timestamp": 1627101058577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101057980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "clamp",
  "timestamp": 1627101055434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "aai-ml",
  "timestamp": 1627101058577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101057980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "clamp",
  "timestamp": 1627101055434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "aai-ml",
  "timestamp": 1627101058577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101057980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "aai-ml",
  "timestamp": 1627101058577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101057980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "aai-ml",
  "timestamp": 1627101058577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101057980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "aai-ml",
  "timestamp": 1627101058577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101066100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "aai-ml",
  "timestamp": 1627101067471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101068117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101069120,
  "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-07-24T04:32:09.341Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc45dadb-3df5-4d78-9e5b-ba80d4500791
2021-07-24T04:32:09.341Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc45dadb-3df5-4d78-9e5b-ba80d4500791 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-07-24T04:32:32.711Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:32:32.720Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:32:32.721Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-07-24T04:32:32.726Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T04:33:02.726Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524 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-07-24T04:33:02.735Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8942db5f-00ff-4249-bb0b-aa3823697524 and serviceModelVersionId: 95ec6f06-11fe-42b9-bff4-94d60bc20980
2021-07-24T04:33:02.736Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40
2021-07-24T04:33:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:33:09.233Z||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-07-24T04:33:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:33:09.751Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:09.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:33:09.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "clamp",
  "timestamp": 1627101072310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:33:09.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:33:09.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:33:09.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "clamp",
  "timestamp": 1627101073423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:33:09.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:33:09.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:33:09.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "clamp",
  "timestamp": 1627101074426,
  "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-07-24T04:33:09.759Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc45dadb-3df5-4d78-9e5b-ba80d4500791
2021-07-24T04:33:09.760Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc45dadb-3df5-4d78-9e5b-ba80d4500791 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-07-24T04:33:09.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:33:09.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "aai-ml",
  "timestamp": 1627101075294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:33:09.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:33:09.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:33:09.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "aai-ml",
  "timestamp": 1627101076298,
  "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-07-24T04:33:09.772Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc45dadb-3df5-4d78-9e5b-ba80d4500791
2021-07-24T04:33:09.772Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc45dadb-3df5-4d78-9e5b-ba80d4500791 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-07-24T04:33:13.150Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40/model-vers/model-ver/95ec6f06-11fe-42b9-bff4-94d60bc20980?depth=0
2021-07-24T04:33:13.266Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T04:33:13.660Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40/model-vers/model-ver/95ec6f06-11fe-42b9-bff4-94d60bc20980?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-07-24T04:33:13.664Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40/model-vers/model-ver/95ec6f06-11fe-42b9-bff4-94d60bc20980?depth=0|INFO|500||Invoke
2021-07-24T04:33:13.765Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40/model-vers/model-ver/95ec6f06-11fe-42b9-bff4-94d60bc20980?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T04:33:14.212Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40/model-vers/model-ver/95ec6f06-11fe-42b9-bff4-94d60bc20980?depth=0|INFO|500||InvokeReturn
2021-07-24T04:33:14.212Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40/model-vers/model-ver/95ec6f06-11fe-42b9-bff4-94d60bc20980?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210724-04:33:13:773-63735], vertex-id=[196832], Content-Length=[0], Date=[Sat, 24 Jul 2021 04:33:13 GMT], Content-Type=[application/json]}
2021-07-24T04:33:14.213Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-07-24T04:33:14.216Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T04:33:14.216Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-07-24T04:33:14.220Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-07-24T04:33:14.221Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8942db5f-00ff-4249-bb0b-aa3823697524 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T04:33:14.222Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T04:33:14.222Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:14.224Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:14.224Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101194221,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:33:14.324Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:14.325Z||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-07-24T04:33:14.325Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:14.335Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:14.335Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-07-24T04:33:15.234Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:33:15.234Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-07-24T04:33:15.234Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:19.533Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:19.534Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:33:19.534Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc45dadb-3df5-4d78-9e5b-ba80d4500791","serviceName":"basic_onboard_UDXKHD","serviceVersion":"1.0","serviceUUID":"1cbccab8-dedf-4c95-8067-d6651313a8f5","serviceDescription":"service","serviceInvariantUUID":"adbafc32-b56e-4a88-90c1-16330d21b752","resources":[{"resourceInstanceName":"basic_onboard_UDXKHD 0","resourceName":"basic_onboard_UDXKHD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"502d3aab-8904-4cdf-8ea9-c34c8a6b3626","resourceInvariantUUID":"032db982-e3c0-4c80-9a17-953d73bf3edc","resourceCustomizationUUID":"2f03fa40-79d4-4e98-b22d-e6ef36b3a170","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml","artifactChecksum":"OWY1ZDE1MDZkYmVlZTA2MzU4MmI4OWI0MTgxOTE4MTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"805ac2de-08b7-455c-a58c-e9262ef50e6e","artifactVersion":"1"},{"artifactName":"basic_onboard_udxkhd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json","artifactChecksum":"ZTk5NWUzYjBkNzczMTFhNGNhOWVjNjU3NGNkYzg0YTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c9b8d4f3-dcbe-447a-a1bb-c29bad360f51","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12c146dc-4741-4ad0-b1d5-11aa0768bf96","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b4c458f4-d1f8-4f29-b7d5-5f71bebc3ed8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"724b438e-b4e3-4e70-ac9e-f78a291084ce","artifactVersion":"2","generatedFromUUID":"12c146dc-4741-4ad0-b1d5-11aa0768bf96"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUdxkhd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml","artifactChecksum":"Y2YwNzM1NTViYWRlMjg3YTM3N2U3MTM1YzRmZjM5NWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"320a43c4-c055-4895-a581-bd6d2b91b2de","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUdxkhd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar","artifactChecksum":"N2FiYTVjYmVhYzQ1ZTFmMWQ3ZGYwOTg4OWIxYzJhYjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57af4f71-9c47-4ceb-b5ee-f74c72b787f5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T04:33:19.536Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:33:19.536Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:19.537Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:19.538Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101195234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:33:19.638Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:19.638Z||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-07-24T04:33:19.639Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:19.647Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:19.648Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:20.538Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:33:20.539Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:20.540Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:20.540Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101195234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:33:20.640Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:20.641Z||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-07-24T04:33:20.641Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:20.650Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:20.650Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:21.541Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:33:21.542Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:21.544Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:21.544Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101195234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:33:21.644Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:21.645Z||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-07-24T04:33:21.645Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:21.653Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:21.653Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:22.544Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:33:22.545Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:22.546Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:22.546Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101195234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:33:22.647Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:22.647Z||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-07-24T04:33:22.648Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:22.655Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:22.655Z||pool-22-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:23.547Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:33:23.548Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:23.550Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:23.550Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101195234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-24T04:33:23.650Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:23.651Z||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-07-24T04:33:23.651Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:23.659Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:23.659Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:24.551Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:33:24.551Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:24.553Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:24.553Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101195234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:33:24.654Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:24.654Z||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-07-24T04:33:24.654Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:24.663Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:24.664Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:25.554Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:33:25.555Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:25.557Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:25.557Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101195234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:33:25.657Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T04:33:25.658Z||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-07-24T04:33:25.659Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:25.667Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:25.668Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:26.559Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "serviceName": "basic_onboard_UDXKHD",
  "serviceVersion": "1.0",
  "serviceUUID": "1cbccab8-dedf-4c95-8067-d6651313a8f5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "adbafc32-b56e-4a88-90c1-16330d21b752",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UDXKHD 0",
      "resourceCustomizationUUID": "2f03fa40-79d4-4e98-b22d-e6ef36b3a170",
      "resourceName": "basic_onboard_UDXKHD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "502d3aab-8904-4cdf-8ea9-c34c8a6b3626",
      "resourceInvariantUUID": "032db982-e3c0-4c80-9a17-953d73bf3edc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_udxkhd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
          "artifactChecksum": "ZTk5NWUzYjBkNzczMTFhNGNhOWVjNjU3NGNkYzg0YTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c9b8d4f3-dcbe-447a-a1bb-c29bad360f51",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12c146dc-4741-4ad0-b1d5-11aa0768bf96",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "724b438e-b4e3-4e70-ac9e-f78a291084ce",
            "generatedFromUUID": "12c146dc-4741-4ad0-b1d5-11aa0768bf96"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "724b438e-b4e3-4e70-ac9e-f78a291084ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUdxkhd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
      "artifactChecksum": "N2FiYTVjYmVhYzQ1ZTFmMWQ3ZGYwOTg4OWIxYzJhYjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57af4f71-9c47-4ceb-b5ee-f74c72b787f5"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T04:33:26.559Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T04:33:26.559Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1cbccab8-dedf-4c95-8067-d6651313a8f5 ASDC
2021-07-24T04:33:26.560Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:dc45dadb-3df5-4d78-9e5b-ba80d4500791
ServiceName:basic_onboard_UDXKHD
ServiceVersion:1.0
ServiceUUID:1cbccab8-dedf-4c95-8067-d6651313a8f5
ServiceInvariantUUID:adbafc32-b56e-4a88-90c1-16330d21b752
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUdxkhd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar
ArtifactUUID:57af4f71-9c47-4ceb-b5ee-f74c72b787f5
ArtifactChecksum:N2FiYTVjYmVhYzQ1ZTFmMWQ3ZGYwOTg4OWIxYzJhYjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UDXKHD 0
ResourceCustomizationUUID:2f03fa40-79d4-4e98-b22d-e6ef36b3a170
ResourceInvariantUUID:032db982-e3c0-4c80-9a17-953d73bf3edc
ResourceName:basic_onboard_UDXKHD
ResourceType:VF
ResourceUUID:502d3aab-8904-4cdf-8ea9-c34c8a6b3626
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_udxkhd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json
ArtifactUUID:c9b8d4f3-dcbe-447a-a1bb-c29bad360f51
ArtifactChecksum:ZTk5NWUzYjBkNzczMTFhNGNhOWVjNjU3NGNkYzg0YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12c146dc-4741-4ad0-b1d5-11aa0768bf96
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env
ArtifactUUID:724b438e-b4e3-4e70-ac9e-f78a291084ce
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env
ArtifactUUID:724b438e-b4e3-4e70-ac9e-f78a291084ce
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-24T04:33:26.560Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1cbccab8-dedf-4c95-8067-d6651313a8f5 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-07-24T04:33:26.583Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:33:26.584Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-24T04:33:26.584Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-24T04:33:26.584Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 57af4f71-9c47-4ceb-b5ee-f74c72b787f5 from URL: /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:26.584Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T04:33:26.584Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:27.787Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T04:33:27.790Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar 57af4f71-9c47-4ceb-b5ee-f74c72b787f5 71393
2021-07-24T04:33:27.790Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar ASDC sendASDCNotification
2021-07-24T04:33:27.790Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:27.791Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:33:27.791Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:27.792Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:27.792Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101207790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:33:27.892Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:27.894Z||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-07-24T04:33:27.894Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:27.904Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:27.904Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:28.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:33:28.794Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-24T04:33:28.794Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 57af4f71-9c47-4ceb-b5ee-f74c72b787f5, URL: /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar to file: /app/ASDC/1/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:28.794Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:28.794Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:28.795Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:28.971Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3740363159696274638/Definitions/service-BasicOnboardUdxkhd-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-07-24T04:33:29.986Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T04:33:29.987Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-07-24T04:33:29.987Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.987Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-24T04:33:29.987Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.987Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.987Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UDXKHD 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.987Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.987Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.994Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.994Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.994Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.994Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.994Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-07-24T04:33:29.994Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:29.995Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:29.995Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:29.995Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-07-24T04:33:29.995Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:33:29.995Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:29.995Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:29.995Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:29.996Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-07-24T04:33:29.996Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:33:29.996Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:29.996Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:29.996Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:29.996Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is not matching search criteria
2021-07-24T04:33:29.996Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-24T04:33:29.997Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-24T04:33:29.997Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-24T04:33:29.997Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T04:33:29.997Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T04:33:29.997Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:29.997Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:33:29.997Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:29.997Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:29.998Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:33:29.998Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:29.998Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:29.998Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:33:29.998Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:29.998Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:29.999Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:33:29.999Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:29.999Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is not matching search criteria
2021-07-24T04:33:29.999Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-24T04:33:29.999Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T04:33:29.999Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1428cda5-e080-48ef-a71a-14de79339fba
2021-07-24T04:33:29.999Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:29.999Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:30.000Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:30.000Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:30.000Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:30.000Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:30.000Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:30.000Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:30.000Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_UDXKHD
Description:service
Model UUID:1cbccab8-dedf-4c95-8067-d6651313a8f5
Model Version:NULL
Model InvariantUuid:adbafc32-b56e-4a88-90c1-16330d21b752
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_UDXKHD
Model UUID:542a1273-38ff-49bb-83dd-7796f5066eaf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:032db982-e3c0-4c80-9a17-953d73bf3edc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2f03fa40-79d4-4e98-b22d-e6ef36b3a170
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:871d92c1-b85a-4924-9983-d95ed95cd552
ModelName:BasicOnboardUdxkhd..base_ubuntu18..module-0
ModelUuid:f5140393-c648-4b2c-83a1-ec2be7494471
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1428cda5-e080-48ef-a71a-14de79339fba
ModelInvariantUuid:ae0a0ba4-0a6b-4b4a-9364-9023630c288e
ModelName:basic_onboard_UDXKHD-nodes.ubuntu18Cvfc
ModelUuid:241d50d6-49f0-4ff9-bdd6-1d687704989e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:4b9c20df-f989-4eee-94d6-96ca6d0e47ae
ModelInvariantUuid:057aa1f7-3194-4e94-9ada-de5f78a3ffed
ModelName:BasicOnboardUdxkhd.compute.nodes.heat.ubuntu18
ModelUuid:988f6606-87f7-4c08-9332-92fd0c0227bb
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-07-24T04:33:30.006Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 502d3aab-8904-4cdf-8ea9-c34c8a6b3626
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-07-24T04:33:30.009Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||basic_onboard_UDXKHD 0
2021-07-24T04:33:30.009Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 502d3aab-8904-4cdf-8ea9-c34c8a6b3626
2021-07-24T04:33:30.009Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c9b8d4f3-dcbe-447a-a1bb-c29bad360f51 from URL: /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json
2021-07-24T04:33:30.010Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T04:33:30.010Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json
2021-07-24T04:33:30.392Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T04:33:30.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json c9b8d4f3-dcbe-447a-a1bb-c29bad360f51 798
2021-07-24T04:33:30.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json ASDC sendASDCNotification
2021-07-24T04:33:30.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json
2021-07-24T04:33:30.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:33:30.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:30.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:30.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101210393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:33:30.496Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:30.497Z||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-07-24T04:33:30.497Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:30.506Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:30.506Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:31.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUdxkhd..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "871d92c1-b85a-4924-9983-d95ed95cd552",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f5140393-c648-4b2c-83a1-ec2be7494471",
    "vfModuleModelCustomizationUUID": "0c844b62-0648-48f2-b326-13bf0bd2519a",
    "isBase": true,
    "artifacts": [
      "12c146dc-4741-4ad0-b1d5-11aa0768bf96",
      "724b438e-b4e3-4e70-ac9e-f78a291084ce"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-07-24T04:33:31.400Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUdxkhd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5140393-c648-4b2c-83a1-ec2be7494471
VfModuleModelInvariantUUID:871d92c1-b85a-4924-9983-d95ed95cd552
VfModuleModelDescription:NULL
Artifacts UUID List:{
12c146dc-4741-4ad0-b1d5-11aa0768bf96
,
724b438e-b4e3-4e70-ac9e-f78a291084ce

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  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-07-24T04:33:31.402Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUdxkhd..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "871d92c1-b85a-4924-9983-d95ed95cd552",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f5140393-c648-4b2c-83a1-ec2be7494471",
    "vfModuleModelCustomizationUUID": "0c844b62-0648-48f2-b326-13bf0bd2519a",
    "isBase": true,
    "artifacts": [
      "12c146dc-4741-4ad0-b1d5-11aa0768bf96",
      "724b438e-b4e3-4e70-ac9e-f78a291084ce"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-07-24T04:33:31.403Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUdxkhd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5140393-c648-4b2c-83a1-ec2be7494471
VfModuleModelInvariantUUID:871d92c1-b85a-4924-9983-d95ed95cd552
VfModuleModelDescription:NULL
Artifacts UUID List:{
12c146dc-4741-4ad0-b1d5-11aa0768bf96
,
724b438e-b4e3-4e70-ac9e-f78a291084ce

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  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-07-24T04:33:31.403Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 12c146dc-4741-4ad0-b1d5-11aa0768bf96 from URL: /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml
2021-07-24T04:33:31.403Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T04:33:31.403Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml
2021-07-24T04:33:32.293Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T04:33:32.293Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml 12c146dc-4741-4ad0-b1d5-11aa0768bf96 5033
2021-07-24T04:33:32.294Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-24T04:33:32.294Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml
2021-07-24T04:33:32.294Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:33:32.294Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:32.295Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:32.296Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101212294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:33:32.396Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:32.397Z||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-07-24T04:33:32.397Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:32.405Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:32.406Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:33.296Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 724b438e-b4e3-4e70-ac9e-f78a291084ce from URL: /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env
2021-07-24T04:33:33.297Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T04:33:33.297Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env
2021-07-24T04:33:34.290Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T04:33:34.291Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env 724b438e-b4e3-4e70-ac9e-f78a291084ce 909
2021-07-24T04:33:34.291Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-24T04:33:34.292Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env
2021-07-24T04:33:34.292Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:33:34.292Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:34.294Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:34.294Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101214291,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:33:34.394Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:34.395Z||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-07-24T04:33:34.395Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:34.403Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:34.404Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:35.295Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1cbccab8-dedf-4c95-8067-d6651313a8f5
2021-07-24T04:33:35.295Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UDXKHD 0 502d3aab-8904-4cdf-8ea9-c34c8a6b3626 ASDC
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 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 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-07-24T04:33:35.308Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:35.308Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:35.308Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-07-24T04:33:35.309Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2f03fa40-79d4-4e98-b22d-e6ef36b3a170
2021-07-24T04:33:35.309Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f03fa40-79d4-4e98-b22d-e6ef36b3a170 matches Tosca VF Customization UUID: 2f03fa40-79d4-4e98-b22d-e6ef36b3a170
2021-07-24T04:33:35.309Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2f03fa40-79d4-4e98-b22d-e6ef36b3a170  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-07-24T04:33:35.311Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:35.311Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:35.312Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2f03fa40-79d4-4e98-b22d-e6ef36b3a170: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-07-24T04:33:35.312Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7df327b0
2021-07-24T04:33:35.312Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:35.313Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:33:35.313Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0c844b62-0648-48f2-b326-13bf0bd2519a
2021-07-24T04:33:35.313Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0c844b62-0648-48f2-b326-13bf0bd2519a
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-07-24T04:33:35.315Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:35.315Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:35.316Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:33:35.316Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:35.316Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:35.316Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:33:35.317Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:35.317Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is not matching search criteria
2021-07-24T04:33:35.317Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-24T04:33:35.317Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T04:33:35.318Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1428cda5-e080-48ef-a71a-14de79339fba
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-07-24T04:33:35.320Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:35.320Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:35.320Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:33:35.320Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:35.321Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:35.321Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0] matching following query criteria: sdcType=VF, customizationUUID=2f03fa40-79d4-4e98-b22d-e6ef36b3a170
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-07-24T04:33:35.323Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:35.323Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:35.323Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1cbccab8-dedf-4c95-8067-d6651313a8f5: basic_onboard_UDXKHD
2021-07-24T04:33:35.323Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:35.324Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:35.324Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:35.324Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:35.324Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:35.325Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:35.325Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:35.325Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:35.325Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:33:35.326Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:35.326Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_UDXKHD 
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: 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 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 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-07-24T04:33:35.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UDXKHD 502d3aab-8904-4cdf-8ea9-c34c8a6b3626 1 ASDC deployResourceStructure
2021-07-24T04:33:35.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json ASDC sendASDCNotification
2021-07-24T04:33:35.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json
2021-07-24T04:33:35.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:33:35.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:35.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:35.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101215393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:33:35.495Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:35.496Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:33:35.496Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:35.504Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:35.504Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:36.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-24T04:33:36.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml
2021-07-24T04:33:36.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:33:36.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:36.399Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:36.399Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101216396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T04:33:36.499Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T04:33:36.500Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:33:36.500Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:36.508Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:36.508Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:37.400Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-24T04:33:37.401Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env
2021-07-24T04:33:37.401Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:33:37.401Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:37.403Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:37.403Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101217400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-24T04:33:37.503Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:37.503Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:33:37.503Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:37.512Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:37.512Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:33:38.403Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar ASDC sendASDCNotification
2021-07-24T04:33:38.404Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:38.404Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:33:38.404Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:38.406Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:38.406Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101218403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:33:38.506Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:38.507Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:33:38.507Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:38.515Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:33:38.515Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:39.407Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc45dadb-3df5-4d78-9e5b-ba80d4500791
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-07-24T04:33:39.415Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc45dadb-3df5-4d78-9e5b-ba80d4500791
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-07-24T04:33:39.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:33:39.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:33:39.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T04:33:39.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T04:33:39.419Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:33:39.419Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:33:39.419Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:33:39.419Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:33:39.419Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:33:39.420Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:33:39.420Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T04:33:39.424Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T04:34:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:34:09.232Z||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-07-24T04:34:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:34:09.425Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc45dadb-3df5-4d78-9e5b-ba80d4500791 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-07-24T04:34:09.428Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc45dadb-3df5-4d78-9e5b-ba80d4500791 and serviceModelVersionId: 1cbccab8-dedf-4c95-8067-d6651313a8f5
2021-07-24T04:34:09.428Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : adbafc32-b56e-4a88-90c1-16330d21b752
2021-07-24T04:34:09.429Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0
2021-07-24T04:34:09.432Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T04:34:09.467Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0|INFO|500||Invoke
2021-07-24T04:34:09.467Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc45dadb-3df5-4d78-9e5b-ba80d4500791], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f36a7138-ca4a-43e0-8364-ffa39c54cdf3], X-ECOMP-RequestID=[dc45dadb-3df5-4d78-9e5b-ba80d4500791], X-TransactionId=[], X-ONAP-RequestID=[dc45dadb-3df5-4d78-9e5b-ba80d4500791], Content-Type=[application/merge-patch+json]}
2021-07-24T04:34:09.486Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T04:34:09.581Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210724-04:34:09:494-82026], vertex-id=[188464], Content-Length=[0], Date=[Sat, 24 Jul 2021 04:34:09 GMT], Content-Type=[application/json]}
2021-07-24T04:34:09.581Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T04:34:09.582Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0|INFO|500||InvokeReturn
2021-07-24T04:34:09.582Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T04:34:09.582Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T04:34:09.585Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T04:34:09.586Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc45dadb-3df5-4d78-9e5b-ba80d4500791 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T04:34:09.586Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T04:34:09.586Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:34:09.587Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:34:09.588Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101249586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:34:09.688Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:34:09.688Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:34:09.689Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:34:09.697Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:34:09.698Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:34:09.707Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:34:09.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101194221,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:34:09.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:34:09.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101195234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101195234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101195234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101195234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101195234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101195234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101195234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101207790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101210393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101212294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101214291,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101215393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101216396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101217400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101218403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||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-07-24T04:34:10.596Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:34:10.597Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T04:34:10.597Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:34:20.128Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:34:20.129Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:34:20.130Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T04:34:20.130Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:34:29.664Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:34:29.664Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:34:29.664Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T04:34:29.664Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:34:39.196Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:35:09.230Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:35:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T04:35:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:35:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:35:09.232Z||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-07-24T04:35:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:35:09.753Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:35:09.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:35:09.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101249586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:35:09.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:35:18.764Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:36:09.230Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:36:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T04:36:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:36:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:36:09.232Z||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-07-24T04:36:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:36:18.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:36:18.766Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:37:09.230Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:37:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T04:37:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:37:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:37:09.232Z||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-07-24T04:37:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:37:18.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:37:18.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:38:09.230Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:38:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T04:38:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T04:38:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:38:09.232Z||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-07-24T04:38:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:38:18.766Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:38:18.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:39:09.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:39:09.231Z||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-07-24T04:39:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:39:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:39:09.232Z||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-07-24T04:39:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:39:18.769Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:39:18.769Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:40:09.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:40:09.231Z||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-07-24T04:40:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:40:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:40:09.232Z||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-07-24T04:40:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:40:18.768Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:40:18.768Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:41:09.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:41:09.231Z||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-07-24T04:41:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:41:09.232Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:41:09.232Z||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-07-24T04:41:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:41:18.765Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:41:18.768Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:42:09.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:42:09.231Z||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-07-24T04:42:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:42:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:42:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:42:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:42:09.744Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:42:09.745Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.746Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "aai-ml",
  "timestamp": 1627101688577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.746Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.746Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "cds",
  "timestamp": 1627101690414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "aai-ml",
  "timestamp": 1627101688577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "cds",
  "timestamp": 1627101690414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101699002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "dcae-sch",
  "timestamp": 1627101699192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "aai-ml",
  "timestamp": 1627101688577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "cds",
  "timestamp": 1627101690414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101699002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "dcae-sch",
  "timestamp": 1627101699192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "aai-ml",
  "timestamp": 1627101688577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "cds",
  "timestamp": 1627101690414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101699002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "dcae-sch",
  "timestamp": 1627101699192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "aai-ml",
  "timestamp": 1627101688577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "cds",
  "timestamp": 1627101690414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101699002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "dcae-sch",
  "timestamp": 1627101699192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "aai-ml",
  "timestamp": 1627101688577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "cds",
  "timestamp": 1627101690414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101699002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "dcae-sch",
  "timestamp": 1627101699192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101703252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "aai-ml",
  "timestamp": 1627101688577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "cds",
  "timestamp": 1627101690414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101699002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "dcae-sch",
  "timestamp": 1627101699192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101703252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "aai-ml",
  "timestamp": 1627101688577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "cds",
  "timestamp": 1627101690414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101699002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "dcae-sch",
  "timestamp": 1627101699192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101703252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "policy-id",
  "timestamp": 1627101705329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101699002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "dcae-sch",
  "timestamp": 1627101699192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101703252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "policy-id",
  "timestamp": 1627101705329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101703252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "cds",
  "timestamp": 1627101707892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "policy-id",
  "timestamp": 1627101705329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "aai-ml",
  "timestamp": 1627101708204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101708670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101703252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "cds",
  "timestamp": 1627101708897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-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-07-24T04:42:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5828907-46c2-434f-b3f2-ff6b70e1795d
2021-07-24T04:42:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5828907-46c2-434f-b3f2-ff6b70e1795d 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-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "policy-id",
  "timestamp": 1627101705329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101709872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101703252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "policy-id",
  "timestamp": 1627101705329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101710875,
  "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-07-24T04:42:09.775Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f5828907-46c2-434f-b3f2-ff6b70e1795d
2021-07-24T04:42:09.775Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5828907-46c2-434f-b3f2-ff6b70e1795d 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-07-24T04:42:09.782Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.782Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101703252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "policy-id",
  "timestamp": 1627101705329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "policy-id",
  "timestamp": 1627101705329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "policy-id",
  "timestamp": 1627101705329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "aai-ml",
  "timestamp": 1627101713095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "aai-ml",
  "timestamp": 1627101714098,
  "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-07-24T04:42:09.786Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5828907-46c2-434f-b3f2-ff6b70e1795d
2021-07-24T04:42:09.787Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5828907-46c2-434f-b3f2-ff6b70e1795d 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-07-24T04:42:09.792Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.792Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "policy-id",
  "timestamp": 1627101715201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "clamp",
  "timestamp": 1627101715434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "policy-id",
  "timestamp": 1627101716205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "clamp",
  "timestamp": 1627101715434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "policy-id",
  "timestamp": 1627101717207,
  "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-07-24T04:42:09.796Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5828907-46c2-434f-b3f2-ff6b70e1795d
2021-07-24T04:42:09.796Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5828907-46c2-434f-b3f2-ff6b70e1795d 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-07-24T04:42:09.801Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "clamp",
  "timestamp": 1627101715434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101717980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "clamp",
  "timestamp": 1627101715434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101717980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "clamp",
  "timestamp": 1627101715434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101717980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "clamp",
  "timestamp": 1627101715434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101717980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "clamp",
  "timestamp": 1627101715434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101717980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "clamp",
  "timestamp": 1627101715434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101717980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101717980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101717980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101727975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:42:09.854Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:42:09.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5828907-46c2-434f-b3f2-ff6b70e1795d","serviceName":"Demo_pNF_vo3tMJxxt5Vee1XXlHJP","serviceVersion":"1.0","serviceUUID":"fb6d5e2b-868e-4fd3-9854-a9aece431d33","serviceDescription":"catalog service description","serviceInvariantUUID":"5699fce9-ad45-4299-8974-4a6bea9642ed","resources":[{"resourceInstanceName":"pNF 69bee49a-5bde 0","resourceName":"pNF 69bee49a-5bde","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b3116cd8-6e35-4207-964a-1ca3ffdeb06c","resourceInvariantUUID":"b7f4f3f5-0385-43c4-9131-409f4cf9d154","resourceCustomizationUUID":"7ad5ac80-2156-421d-b4cc-5ec50120f4fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml","artifactChecksum":"OTNkYWJkY2JlMGRlMDZiNTA3YmFmOWRmMTE4YzgxZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1383c93b-6e08-47a8-879a-812646f38c03","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar","artifactChecksum":"ODM1NmMxMDZmYTFlYTJjODM4NmMwZmExMjYyMjI5NzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26be5ada-93dd-4be1-bb07-2760e50c5a27","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0dff1a00-a503-4c46-beaa-7a81aea00414","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml","artifactChecksum":"NTgyZjcwMWJiYjM5YjVlZTg5MGRhY2VhMThmMmU2NzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a1d5506d-79fe-44fc-91a5-5a0fecdfa5fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e2813036-041b-41c8-86a8-3ee92fe5bdc9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"90046c7b-d159-406d-8db8-e2bc2dbcbe65","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml","artifactChecksum":"MjhkMzJiM2JmMDVjNGUwMjA1YTRmYjMxYjVkOTNiY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"06499ce1-3034-486c-b075-a3932ceae1b9","artifactVersion":"1"},{"artifactName":"service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar","artifactChecksum":"YWE5Y2E3NmEzYTNiYmY5MjdlZWI1NDViZTliM2M0NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4185589d-6808-41c0-b87f-8bfc53dfd385","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T04:42:09.857Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:42:09.857Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:09.858Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:09.859Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101729230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.959Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:42:09.959Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:42:09.959Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:09.968Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:42:09.968Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:42:10.859Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:42:10.860Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:10.861Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:10.861Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101729230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:10.962Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:42:10.962Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:42:10.962Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:10.970Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:42:10.970Z||pool-36-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:42:11.862Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:42:11.862Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:11.864Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:11.864Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101729230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:11.964Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:42:11.965Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:42:11.965Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:11.973Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:42:11.973Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:42:12.864Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:42:12.866Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:12.867Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:12.867Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101729230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:12.968Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T04:42:12.968Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:42:12.968Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:12.976Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:42:12.976Z||pool-38-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:42:13.868Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:42:13.869Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:13.870Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:13.870Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101729230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:13.970Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:42:13.971Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:42:13.971Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:13.979Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:42:13.979Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:42:14.871Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:42:14.871Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:14.872Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:14.872Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101729230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:14.973Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:42:14.973Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:42:14.973Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:14.981Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:42:14.982Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:42:15.873Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:42:15.874Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:15.875Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:15.875Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101729230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:42:15.975Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:42:15.976Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:42:15.976Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:15.983Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:42:15.983Z||pool-41-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:42:16.876Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:42:16.877Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:16.878Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:16.878Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101729230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:42:16.978Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T04:42:16.979Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:42:16.979Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:16.988Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:42:16.988Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:42:17.880Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "serviceName": "Demo_pNF_vo3tMJxxt5Vee1XXlHJP",
  "serviceVersion": "1.0",
  "serviceUUID": "fb6d5e2b-868e-4fd3-9854-a9aece431d33",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5699fce9-ad45-4299-8974-4a6bea9642ed",
  "resources": [
    {
      "resourceInstanceName": "pNF 69bee49a-5bde 0",
      "resourceCustomizationUUID": "7ad5ac80-2156-421d-b4cc-5ec50120f4fb",
      "resourceName": "pNF 69bee49a-5bde",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b3116cd8-6e35-4207-964a-1ca3ffdeb06c",
      "resourceInvariantUUID": "b7f4f3f5-0385-43c4-9131-409f4cf9d154",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
      "artifactChecksum": "YWE5Y2E3NmEzYTNiYmY5MjdlZWI1NDViZTliM2M0NDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4185589d-6808-41c0-b87f-8bfc53dfd385"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T04:42:17.880Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T04:42:17.881Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fb6d5e2b-868e-4fd3-9854-a9aece431d33 ASDC
2021-07-24T04:42:17.881Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f5828907-46c2-434f-b3f2-ff6b70e1795d
ServiceName:Demo_pNF_vo3tMJxxt5Vee1XXlHJP
ServiceVersion:1.0
ServiceUUID:fb6d5e2b-868e-4fd3-9854-a9aece431d33
ServiceInvariantUUID:5699fce9-ad45-4299-8974-4a6bea9642ed
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
ArtifactUUID:4185589d-6808-41c0-b87f-8bfc53dfd385
ArtifactChecksum:YWE5Y2E3NmEzYTNiYmY5MjdlZWI1NDViZTliM2M0NDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 69bee49a-5bde 0
ResourceCustomizationUUID:7ad5ac80-2156-421d-b4cc-5ec50120f4fb
ResourceInvariantUUID:b7f4f3f5-0385-43c4-9131-409f4cf9d154
ResourceName:pNF 69bee49a-5bde
ResourceType:PNF
ResourceUUID:b3116cd8-6e35-4207-964a-1ca3ffdeb06c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-24T04:42:17.882Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb6d5e2b-868e-4fd3-9854-a9aece431d33 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-07-24T04:42:17.904Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:42:17.905Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:42:17.905Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:42:17.905Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4185589d-6808-41c0-b87f-8bfc53dfd385 from URL: /sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:17.925Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:42:17.925Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:18.902Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:42:18.905Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar 4185589d-6808-41c0-b87f-8bfc53dfd385 82544
2021-07-24T04:42:18.906Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar ASDC sendASDCNotification
2021-07-24T04:42:18.906Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:18.906Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:42:18.906Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:18.908Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:18.908Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101738906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:42:19.008Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:42:19.009Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:42:19.009Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:19.017Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:42:19.017Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:42:19.908Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:42:19.909Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:42:19.910Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4185589d-6808-41c0-b87f-8bfc53dfd385, URL: /sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar to file: /app/ASDC/1/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:19.910Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:19.910Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:19.910Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:19.985Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3185403595613471883/Definitions/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml
2021-07-24T04:42:20.536Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T04:42:20.536Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||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-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||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-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||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-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 69bee49a-5bde 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-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||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-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||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-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:42:20.538Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:42:20.539Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.539Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Node template pNF 69bee49a-5bde 0 is matching search criteria
2021-07-24T04:42:20.539Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:42:20.539Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 69bee49a-5bde 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:42:20.539Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:42:20.539Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.539Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Node template pNF 69bee49a-5bde 0 is matching search criteria
2021-07-24T04:42:20.539Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 69bee49a-5bde 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:42:20.541Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.541Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_vo3tMJxxt5Vee1XXlHJP
Description:catalog service description
Model UUID:fb6d5e2b-868e-4fd3-9854-a9aece431d33
Model Version:NULL
Model InvariantUuid:5699fce9-ad45-4299-8974-4a6bea9642ed
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-07-24T04:42:20.546Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: b3116cd8-6e35-4207-964a-1ca3ffdeb06c
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-07-24T04:42:20.548Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||pNF 69bee49a-5bde 0
2021-07-24T04:42:20.549Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b3116cd8-6e35-4207-964a-1ca3ffdeb06c
2021-07-24T04:42:20.549Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||No resources found for Service: fb6d5e2b-868e-4fd3-9854-a9aece431d33
2021-07-24T04:42:20.549Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: fb6d5e2b-868e-4fd3-9854-a9aece431d33
2021-07-24T04:42:20.549Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 69bee49a-5bde 0 b3116cd8-6e35-4207-964a-1ca3ffdeb06c 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-07-24T04:42:20.553Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:42:20.553Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.554Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid fb6d5e2b-868e-4fd3-9854-a9aece431d33: pNF 69bee49a-5bde
2021-07-24T04:42:20.554Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||Processing PNF resource: b3116cd8-6e35-4207-964a-1ca3ffdeb06c
2021-07-24T04:42:20.554Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:42:20.554Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.554Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||Resource customization UUID: 7ad5ac80-2156-421d-b4cc-5ec50120f4fb is the same as notified resource customizationUUID: 7ad5ac80-2156-421d-b4cc-5ec50120f4fb
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-07-24T04:42:20.620Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 69bee49a-5bde b3116cd8-6e35-4207-964a-1ca3ffdeb06c 0 ASDC deployResourceStructure
2021-07-24T04:42:20.620Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar ASDC sendASDCNotification
2021-07-24T04:42:20.620Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.620Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:42:20.620Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:20.621Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:20.622Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101740620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:42:20.722Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:42:20.722Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:42:20.722Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:20.731Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:42:20.731Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:42:21.622Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:42:21.629Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:42:21.632Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:42:21.632Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:42:21.632Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:42:21.632Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:42:51.632Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:42:51.641Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:42:51.643Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:42:51.643Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:42:51.643Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:42:51.643Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:43:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:43:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:43:09.233Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:43:09.252Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:43:09.252Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:43:09.252Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101729625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:43:09.253Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:43:21.643Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:43:21.651Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:43:21.653Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:43:21.653Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:43:21.653Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:43:21.653Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:43:51.653Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:43:51.662Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:43:51.664Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:43:51.664Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:43:51.664Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:43:51.664Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:44:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:44:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:44:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:44:09.254Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:44:09.255Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:44:09.255Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101729230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:44:09.255Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:44:21.664Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:44:21.673Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:44:21.679Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:44:21.679Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:44:21.679Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:44:21.679Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:44:51.680Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:44:51.686Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:44:51.688Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:44:51.688Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:44:51.688Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:44:51.688Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:45:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:45:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:45:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:45:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:45:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101730628,
  "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-07-24T04:45:09.757Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5828907-46c2-434f-b3f2-ff6b70e1795d
2021-07-24T04:45:09.757Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5828907-46c2-434f-b3f2-ff6b70e1795d 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-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101729230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101729230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101729230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101729230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "clamp",
  "timestamp": 1627101734413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101729230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101729230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.767Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "clamp",
  "timestamp": 1627101736421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:45:09.767Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:45:09.767Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.767Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101729230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:45:09.767Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:45:09.767Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.767Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "clamp",
  "timestamp": 1627101737424,
  "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-07-24T04:45:09.770Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f5828907-46c2-434f-b3f2-ff6b70e1795d
2021-07-24T04:45:09.770Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5828907-46c2-434f-b3f2-ff6b70e1795d 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-07-24T04:45:09.776Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.776Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101738906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:45:09.777Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:45:09.777Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.777Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101740620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:45:09.777Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:45:21.688Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:45:21.696Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:45:21.698Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:45:21.698Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:45:21.698Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T04:45:21.698Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T04:45:21.698Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:45:21.698Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:45:21.698Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:45:21.698Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:45:21.699Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:45:21.699Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:45:21.699Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:45:21.699Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||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-07-24T04:45:21.702Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T04:45:51.702Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d 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-07-24T04:45:51.706Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5828907-46c2-434f-b3f2-ff6b70e1795d and serviceModelVersionId: fb6d5e2b-868e-4fd3-9854-a9aece431d33
2021-07-24T04:45:51.706Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5699fce9-ad45-4299-8974-4a6bea9642ed
2021-07-24T04:45:51.707Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0
2021-07-24T04:45:51.710Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T04:45:51.744Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0|INFO|500||Invoke
2021-07-24T04:45:51.744Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f5828907-46c2-434f-b3f2-ff6b70e1795d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[335a83ce-af2b-4c7c-8f6a-cdfc290e7527], X-ECOMP-RequestID=[f5828907-46c2-434f-b3f2-ff6b70e1795d], X-TransactionId=[], X-ONAP-RequestID=[f5828907-46c2-434f-b3f2-ff6b70e1795d], Content-Type=[application/merge-patch+json]}
2021-07-24T04:45:51.760Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T04:45:51.992Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210724-04:45:51:765-89605], vertex-id=[430296], Content-Length=[0], Date=[Sat, 24 Jul 2021 04:45:51 GMT], Content-Type=[application/json]}
2021-07-24T04:45:51.992Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T04:45:51.993Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0|INFO|500||InvokeReturn
2021-07-24T04:45:51.993Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T04:45:51.993Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||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-07-24T04:45:51.997Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||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-07-24T04:45:51.997Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5828907-46c2-434f-b3f2-ff6b70e1795d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T04:45:51.997Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T04:45:51.997Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:45:51.999Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:45:51.999Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101951997,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:45:52.099Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:45:52.100Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:45:52.100Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:45:52.111Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:45:52.111Z||pool-45-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-07-24T04:45:53.009Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:45:53.009Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|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-07-24T04:45:53.009Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|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 rOV89hvznRrShKLH) ...
2021-07-24T04:45:57.332Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:45:57.333Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-24T04:45:57.333Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"70795872-472a-4cf7-97fe-9e6084883cec","serviceDescription":"service","serviceInvariantUUID":"84063497-85d2-4f1f-9fa8-fbe46b233b99","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eeca14f5-c44b-450f-bc06-87606b68a69c","resourceInvariantUUID":"7b6ff9bd-9dd9-419e-9719-0d6fcf1803c4","resourceCustomizationUUID":"86503197-4d43-4445-a396-d74176202cbe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"adca67c0-4c14-4cb6-92cf-d3ceaebe2643","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NzFkZmFiMTRhMDljODZlZGJkNWUzYWJjMWI1YjU3OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e81805f3-3f0d-4a34-b264-e8a8070cec3a","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MTk4NGNjN2EzNjQ5NjJhZWE5NDc3OWMxNTI5Zjg2ZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"691cfd58-3662-4b73-bd45-936d2d4f3390","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"041fc854-ccda-4e86-923d-f8cd5ef58829","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8655ae25-281c-4353-8e99-47bea78b7f48","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1ad1ddaa-2ecf-401e-8536-d0383a8675d3","artifactVersion":"2","generatedFromUUID":"041fc854-ccda-4e86-923d-f8cd5ef58829"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODAxZmEyN2I0MGQwZjhiODVlMDE4NmVlNTA5NzUyMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fd5665f-5a47-4a5e-8cf7-abf4fc2a465b","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MmVmZGVkMmU2Y2EzYmE2MjU2ODc2MjAyMmZhMThmNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca863090-9f20-4f67-8c28-208bc4dce7f8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T04:45:57.335Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:45:57.335Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:45:57.337Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:45:57.337Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:45:57.437Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:45:57.437Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:45:57.437Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:45:57.445Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:45:57.445Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:45:58.337Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:45:58.338Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:45:58.339Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:45:58.339Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:45:58.439Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:45:58.440Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:45:58.440Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:45:58.448Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:45:58.449Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:45:59.340Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:45:59.341Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:45:59.342Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:45:59.342Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:45:59.443Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:45:59.443Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:45:59.443Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:45:59.452Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:45:59.453Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:00.343Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:00.344Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:00.346Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:00.346Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:46:00.446Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:00.446Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:00.447Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:00.456Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:00.456Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:01.346Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:01.347Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:01.349Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:01.349Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:01.449Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:01.449Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:01.450Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:01.457Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:01.458Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:02.349Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:02.350Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:02.351Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:02.352Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-24T04:46:02.452Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:02.452Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:02.452Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:02.460Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:02.460Z||pool-51-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:03.352Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:03.353Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:03.354Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:03.355Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:03.455Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:03.455Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:03.455Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:03.463Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:03.463Z||pool-52-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:46:04.355Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:04.356Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:04.357Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:04.358Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:46:04.458Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:04.459Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:04.459Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:04.467Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:04.467Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:05.359Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "70795872-472a-4cf7-97fe-9e6084883cec",
  "serviceDescription": "service",
  "serviceInvariantUUID": "84063497-85d2-4f1f-9fa8-fbe46b233b99",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "86503197-4d43-4445-a396-d74176202cbe",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "eeca14f5-c44b-450f-bc06-87606b68a69c",
      "resourceInvariantUUID": "7b6ff9bd-9dd9-419e-9719-0d6fcf1803c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "MTk4NGNjN2EzNjQ5NjJhZWE5NDc3OWMxNTI5Zjg2ZTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "691cfd58-3662-4b73-bd45-936d2d4f3390",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "041fc854-ccda-4e86-923d-f8cd5ef58829",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1ad1ddaa-2ecf-401e-8536-d0383a8675d3",
            "generatedFromUUID": "041fc854-ccda-4e86-923d-f8cd5ef58829"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1ad1ddaa-2ecf-401e-8536-d0383a8675d3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MmVmZGVkMmU2Y2EzYmE2MjU2ODc2MjAyMmZhMThmNDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ca863090-9f20-4f67-8c28-208bc4dce7f8"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T04:46:05.359Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T04:46:05.360Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 70795872-472a-4cf7-97fe-9e6084883cec ASDC
2021-07-24T04:46:05.360Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:70795872-472a-4cf7-97fe-9e6084883cec
ServiceInvariantUUID:84063497-85d2-4f1f-9fa8-fbe46b233b99
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:ca863090-9f20-4f67-8c28-208bc4dce7f8
ArtifactChecksum:MmVmZGVkMmU2Y2EzYmE2MjU2ODc2MjAyMmZhMThmNDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:86503197-4d43-4445-a396-d74176202cbe
ResourceInvariantUUID:7b6ff9bd-9dd9-419e-9719-0d6fcf1803c4
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:eeca14f5-c44b-450f-bc06-87606b68a69c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:691cfd58-3662-4b73-bd45-936d2d4f3390
ArtifactChecksum:MTk4NGNjN2EzNjQ5NjJhZWE5NDc3OWMxNTI5Zjg2ZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:041fc854-ccda-4e86-923d-f8cd5ef58829
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:1ad1ddaa-2ecf-401e-8536-d0383a8675d3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:1ad1ddaa-2ecf-401e-8536-d0383a8675d3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-24T04:46:05.360Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70795872-472a-4cf7-97fe-9e6084883cec 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-24T04:46:05.383Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:46:05.383Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:46:05.383Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:46:05.383Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ca863090-9f20-4f67-8c28-208bc4dce7f8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-24T04:46:05.383Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:46:05.383Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-24T04:46:05.869Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:46:05.872Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ca863090-9f20-4f67-8c28-208bc4dce7f8 73386
2021-07-24T04:46:05.872Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-07-24T04:46:05.872Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-24T04:46:05.873Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:46:05.873Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:05.874Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:05.875Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101965872,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:05.975Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:05.975Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:05.975Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:05.987Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:05.988Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:06.875Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:46:06.876Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:46:06.876Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ca863090-9f20-4f67-8c28-208bc4dce7f8, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:06.877Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-07-24T04:46:06.877Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:06.877Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:06.962Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16005281093859223712/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-07-24T04:46:07.828Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T04:46:07.828Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||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-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||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-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||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-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||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-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||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-Basicclamp-csar.csar
2021-07-24T04:46:07.830Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:46:07.830Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:07.830Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:07.830Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T04:46:07.830Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:46:07.830Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:46:07.831Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:07.831Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:07.831Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T04:46:07.831Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:46:07.831Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:46:07.831Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:07.831Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:07.832Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:07.832Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-24T04:46:07.832Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-24T04:46:07.832Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-24T04:46:07.832Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-24T04:46:07.832Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T04:46:07.833Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T04:46:07.833Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:07.833Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:46:07.833Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:07.833Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T04:46:07.833Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:46:07.834Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:07.834Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T04:46:07.834Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:46:07.834Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:07.834Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T04:46:07.834Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:46:07.835Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:07.835Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-24T04:46:07.835Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-24T04:46:07.835Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T04:46:07.835Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=456efa2c-a1d2-4c0a-a4fb-c9bb49d35a73
2021-07-24T04:46:07.835Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:07.836Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:07.836Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:07.836Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:07.836Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:07.836Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:07.836Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:07.836Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:07.837Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:70795872-472a-4cf7-97fe-9e6084883cec
Model Version:NULL
Model InvariantUuid:84063497-85d2-4f1f-9fa8-fbe46b233b99
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:0766c315-6a2e-4079-bd8e-f3c53cfec089
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7b6ff9bd-9dd9-419e-9719-0d6fcf1803c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:86503197-4d43-4445-a396-d74176202cbe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bca7a9b4-5a32-4f13-8b33-643805042a5c
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:8cc6f413-26e6-4b87-b8fb-0b6b2a151dbe
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:456efa2c-a1d2-4c0a-a4fb-c9bb49d35a73
ModelInvariantUuid:2b3033a0-5a8e-4ee2-819c-f9fa7d5f4e2d
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:36c3f253-e3bb-4064-8355-52cebfae9828
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7390d298-86d8-4b18-b9ae-922c21d66802
ModelInvariantUuid:1adda93b-58fa-4e54-9691-6da732928377
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:7c885c0b-f82d-49b6-a8ba-23870615e399
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-07-24T04:46:07.841Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: eeca14f5-c44b-450f-bc06-87606b68a69c
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-07-24T04:46:07.844Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||basicclamp 0
2021-07-24T04:46:07.844Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eeca14f5-c44b-450f-bc06-87606b68a69c
2021-07-24T04:46:07.844Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 691cfd58-3662-4b73-bd45-936d2d4f3390 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-24T04:46:07.844Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:46:07.844Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-24T04:46:09.199Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:46:09.199Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 691cfd58-3662-4b73-bd45-936d2d4f3390 790
2021-07-24T04:46:09.199Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-07-24T04:46:09.200Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-24T04:46:09.200Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:46:09.200Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:09.201Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:09.201Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101969199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:46:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:46:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:46:09.301Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:09.302Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:09.302Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:09.310Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:09.310Z||pool-55-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:09.349Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:09.360Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.360Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "cds",
  "timestamp": 1627101930414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.361Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.361Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.361Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "aai-ml",
  "timestamp": 1627101928577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.361Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.361Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.361Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101927980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.361Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.362Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.362Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "cds",
  "timestamp": 1627101930414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.362Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.362Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.362Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "aai-ml",
  "timestamp": 1627101928577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.362Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.362Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.362Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101927980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "cds",
  "timestamp": 1627101930414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101927980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "aai-ml",
  "timestamp": 1627101928577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101939001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "dcae-sch",
  "timestamp": 1627101939192,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "cds",
  "timestamp": 1627101930414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "aai-ml",
  "timestamp": 1627101928577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101927980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101939001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "dcae-sch",
  "timestamp": 1627101939192,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "cds",
  "timestamp": 1627101930414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101927980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "aai-ml",
  "timestamp": 1627101928577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101939001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "dcae-sch",
  "timestamp": 1627101939192,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "cds",
  "timestamp": 1627101930414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101927980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "aai-ml",
  "timestamp": 1627101928577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101939001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "dcae-sch",
  "timestamp": 1627101939192,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "cds",
  "timestamp": 1627101930414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101927980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "aai-ml",
  "timestamp": 1627101928577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101939001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "dcae-sch",
  "timestamp": 1627101939192,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101943252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "cds",
  "timestamp": 1627101930414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101927980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "aai-ml",
  "timestamp": 1627101928577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101939001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "dcae-sch",
  "timestamp": 1627101939192,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101943252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101939001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "dcae-sch",
  "timestamp": 1627101939192,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "cds",
  "timestamp": 1627101945483,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "aai-ml",
  "timestamp": 1627101945498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101945497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101943252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "policy-id",
  "timestamp": 1627101945329,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101939001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "dcae-sch",
  "timestamp": 1627101939192,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "cds",
  "timestamp": 1627101946488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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=?
2021-07-24T04:46:09.374Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
2021-07-24T04:46:09.374Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb 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-07-24T04:46:09.381Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.381Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101943252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.381Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.382Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.382Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "policy-id",
  "timestamp": 1627101945329,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.382Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.382Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.382Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101947404,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:46:09.382Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.382Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.382Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101943252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "policy-id",
  "timestamp": 1627101945329,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "cds",
  "timestamp": 1627101947491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101948407,
  "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-07-24T04:46:09.387Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
2021-07-24T04:46:09.387Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb 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-07-24T04:46:09.392Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101943252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "policy-id",
  "timestamp": 1627101945329,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "cds",
  "timestamp": 1627101947491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101943252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "policy-id",
  "timestamp": 1627101945329,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "cds",
  "timestamp": 1627101947491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101943252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "policy-id",
  "timestamp": 1627101945329,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "cds",
  "timestamp": 1627101947491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "dcae-sch",
  "timestamp": 1627101951193,
  "artifactURL": "/sdc/v1/catalog/services/70795872-472a-4cf7-97fe-9e6084883cec/resourceInstances/basicclamp0/artifacts/adca67c0-4c14-4cb6-92cf-d3ceaebe2643",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "policy-id",
  "timestamp": 1627101945329,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101951997,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "cds",
  "timestamp": 1627101947491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "aai-ml",
  "timestamp": 1627101952295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "dcae-sch",
  "timestamp": 1627101952437,
  "artifactURL": "/sdc/v1/catalog/services/70795872-472a-4cf7-97fe-9e6084883cec/resourceInstances/basicclamp0/artifacts/adca67c0-4c14-4cb6-92cf-d3ceaebe2643",
  "status": "DEPLOY_OK"
}
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101952701,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "policy-id",
  "timestamp": 1627101945329,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "cds",
  "timestamp": 1627101947491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "aai-ml",
  "timestamp": 1627101953299,
  "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-07-24T04:46:09.401Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
2021-07-24T04:46:09.401Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb 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-07-24T04:46:09.407Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.407Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "dcae-sch",
  "timestamp": 1627101953441,
  "artifactURL": "/sdc/v1/catalog/services/70795872-472a-4cf7-97fe-9e6084883cec/resourceInstances/basicclamp0/artifacts/adca67c0-4c14-4cb6-92cf-d3ceaebe2643",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
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-07-24T04:46:09.410Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
2021-07-24T04:46:09.410Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb and ComponentName service-change-handler
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-07-24T04:46:09.415Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.416Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "cds",
  "timestamp": 1627101947491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.416Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.416Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.416Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101954697,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.416Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.416Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.416Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "policy-id",
  "timestamp": 1627101955196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.416Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "clamp",
  "timestamp": 1627101955434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "cds",
  "timestamp": 1627101956104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "policy-id",
  "timestamp": 1627101956200,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101956795,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "clamp",
  "timestamp": 1627101955434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "cds",
  "timestamp": 1627101957108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-07-24T04:46:09.427Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84a5f2f9-62f7-4a95-9b10-38cff91629b9
2021-07-24T04:46:09.427Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84a5f2f9-62f7-4a95-9b10-38cff91629b9 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-07-24T04:46:09.433Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.434Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "policy-id",
  "timestamp": 1627101957203,
  "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-07-24T04:46:09.437Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
2021-07-24T04:46:09.437Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb 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-07-24T04:46:09.442Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.442Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.442Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.443Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.443Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101957807,
  "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-07-24T04:46:09.445Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
2021-07-24T04:46:09.445Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb 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-07-24T04:46:09.449Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.449Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "clamp",
  "timestamp": 1627101955434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.449Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.449Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.449Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "policy-id",
  "timestamp": 1627101945329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101957980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101958809,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101959002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "clamp",
  "timestamp": 1627101955434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "dcae-sch",
  "timestamp": 1627101959192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "aai-ml",
  "timestamp": 1627101958577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "policy-id",
  "timestamp": 1627101945329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101957980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101943252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101959002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "clamp",
  "timestamp": 1627101955434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "aai-ml",
  "timestamp": 1627101958577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "dcae-sch",
  "timestamp": 1627101959192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "policy-id",
  "timestamp": 1627101945329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101957980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101943252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101959002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "cds",
  "timestamp": 1627101960414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "clamp",
  "timestamp": 1627101955434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "aai-ml",
  "timestamp": 1627101958577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "dcae-sch",
  "timestamp": 1627101959192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "policy-id",
  "timestamp": 1627101945329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101957980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101943252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101959002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "cds",
  "timestamp": 1627101960414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "clamp",
  "timestamp": 1627101955434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "aai-ml",
  "timestamp": 1627101958577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "dcae-sch",
  "timestamp": 1627101959192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "policy-id",
  "timestamp": 1627101945329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101957980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101943252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101959002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "cds",
  "timestamp": 1627101960414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "clamp",
  "timestamp": 1627101955434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "aai-ml",
  "timestamp": 1627101958577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "dcae-sch",
  "timestamp": 1627101959192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "policy-id",
  "timestamp": 1627101945329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101957980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101943252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101959002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "cds",
  "timestamp": 1627101960414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "aai-ml",
  "timestamp": 1627101958577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "dcae-sch",
  "timestamp": 1627101959192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "policy-id",
  "timestamp": 1627101945329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101957980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101943252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101959002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "cds",
  "timestamp": 1627101960414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "aai-ml",
  "timestamp": 1627101958577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "dcae-sch",
  "timestamp": 1627101959192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101943252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101965872,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "policy-id",
  "timestamp": 1627101965867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "cds",
  "timestamp": 1627101960414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101966102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "policy-id",
  "timestamp": 1627101966871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "cds",
  "timestamp": 1627101960414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "policy-id",
  "timestamp": 1627101967874,
  "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-07-24T04:46:09.467Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84a5f2f9-62f7-4a95-9b10-38cff91629b9
2021-07-24T04:46:09.467Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84a5f2f9-62f7-4a95-9b10-38cff91629b9 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-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "cds",
  "timestamp": 1627101960414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101968317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "aai-ml",
  "timestamp": 1627101968501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.473Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.473Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101968865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.473Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:10.202Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bca7a9b4-5a32-4f13-8b33-643805042a5c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8cc6f413-26e6-4b87-b8fb-0b6b2a151dbe",
    "vfModuleModelCustomizationUUID": "5947ca82-9916-4e8a-9bd9-4b41f77c7b61",
    "isBase": true,
    "artifacts": [
      "041fc854-ccda-4e86-923d-f8cd5ef58829",
      "1ad1ddaa-2ecf-401e-8536-d0383a8675d3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-07-24T04:46:10.205Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8cc6f413-26e6-4b87-b8fb-0b6b2a151dbe
VfModuleModelInvariantUUID:bca7a9b4-5a32-4f13-8b33-643805042a5c
VfModuleModelDescription:NULL
Artifacts UUID List:{
041fc854-ccda-4e86-923d-f8cd5ef58829
,
1ad1ddaa-2ecf-401e-8536-d0383a8675d3

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  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-07-24T04:46:10.207Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bca7a9b4-5a32-4f13-8b33-643805042a5c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8cc6f413-26e6-4b87-b8fb-0b6b2a151dbe",
    "vfModuleModelCustomizationUUID": "5947ca82-9916-4e8a-9bd9-4b41f77c7b61",
    "isBase": true,
    "artifacts": [
      "041fc854-ccda-4e86-923d-f8cd5ef58829",
      "1ad1ddaa-2ecf-401e-8536-d0383a8675d3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-07-24T04:46:10.207Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8cc6f413-26e6-4b87-b8fb-0b6b2a151dbe
VfModuleModelInvariantUUID:bca7a9b4-5a32-4f13-8b33-643805042a5c
VfModuleModelDescription:NULL
Artifacts UUID List:{
041fc854-ccda-4e86-923d-f8cd5ef58829
,
1ad1ddaa-2ecf-401e-8536-d0383a8675d3

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  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-07-24T04:46:10.208Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 041fc854-ccda-4e86-923d-f8cd5ef58829 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-24T04:46:10.208Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:46:10.208Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-24T04:46:11.006Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:46:11.007Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 041fc854-ccda-4e86-923d-f8cd5ef58829 5033
2021-07-24T04:46:11.007Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-24T04:46:11.007Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-24T04:46:11.007Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:46:11.007Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:11.009Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:11.009Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101971007,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:11.109Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:11.109Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:11.109Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:11.117Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:11.118Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:12.009Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1ad1ddaa-2ecf-401e-8536-d0383a8675d3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-24T04:46:12.010Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:46:12.010Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-24T04:46:13.289Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:46:13.289Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 1ad1ddaa-2ecf-401e-8536-d0383a8675d3 909
2021-07-24T04:46:13.289Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-24T04:46:13.290Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-24T04:46:13.290Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:46:13.290Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:13.291Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:13.291Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101973289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:13.391Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:13.392Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:13.392Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:13.401Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:13.401Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:14.292Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 70795872-472a-4cf7-97fe-9e6084883cec
2021-07-24T04:46:14.292Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 eeca14f5-c44b-450f-bc06-87606b68a69c 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-07-24T04:46:14.302Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:14.303Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:14.303Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-07-24T04:46:14.303Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 86503197-4d43-4445-a396-d74176202cbe
2021-07-24T04:46:14.303Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 86503197-4d43-4445-a396-d74176202cbe matches Tosca VF Customization UUID: 86503197-4d43-4445-a396-d74176202cbe
2021-07-24T04:46:14.303Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 86503197-4d43-4445-a396-d74176202cbe  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-07-24T04:46:14.305Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:14.305Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:14.305Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 86503197-4d43-4445-a396-d74176202cbe: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-07-24T04:46:14.305Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64191a79
2021-07-24T04:46:14.305Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:14.305Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:46:14.306Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5947ca82-9916-4e8a-9bd9-4b41f77c7b61
2021-07-24T04:46:14.306Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5947ca82-9916-4e8a-9bd9-4b41f77c7b61
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-07-24T04:46:14.308Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:14.308Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T04:46:14.308Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:46:14.308Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:14.308Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T04:46:14.308Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:46:14.308Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:14.308Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-24T04:46:14.309Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-24T04:46:14.309Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T04:46:14.309Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=456efa2c-a1d2-4c0a-a4fb-c9bb49d35a73
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-07-24T04:46:14.310Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:14.311Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T04:46:14.311Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:46:14.311Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:14.311Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T04:46:14.311Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=86503197-4d43-4445-a396-d74176202cbe
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-07-24T04:46:14.312Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:14.312Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:14.312Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 70795872-472a-4cf7-97fe-9e6084883cec: basicclamp
2021-07-24T04:46:14.312Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:14.313Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:14.313Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:14.313Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:14.313Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:14.313Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:14.313Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:14.313Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:14.313Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:14.313Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:14.313Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Saving Service: basicclamp 
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: 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 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 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-07-24T04:46:14.371Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp eeca14f5-c44b-450f-bc06-87606b68a69c 1 ASDC deployResourceStructure
2021-07-24T04:46:14.371Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-07-24T04:46:14.371Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-24T04:46:14.371Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:46:14.371Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:14.373Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:14.373Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101974371,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:46:14.473Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:14.474Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:14.474Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:14.484Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:14.484Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:46:15.373Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-24T04:46:15.374Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-24T04:46:15.374Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:46:15.374Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:15.375Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:15.376Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101975373,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T04:46:15.476Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:15.477Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:15.477Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:15.485Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:15.485Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:16.376Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-24T04:46:16.377Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-24T04:46:16.377Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:46:16.377Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:16.379Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:16.379Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101976376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-24T04:46:16.480Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:16.481Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:16.481Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:16.490Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:16.490Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:17.380Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-07-24T04:46:17.380Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-24T04:46:17.380Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:46:17.380Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:17.382Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:17.382Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101977380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:46:17.482Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:17.483Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:17.483Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:17.492Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:17.492Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:18.382Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
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-07-24T04:46:18.390Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
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-07-24T04:46:18.392Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:46:18.392Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:46:18.392Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T04:46:18.392Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T04:46:18.393Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:46:18.393Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:46:18.393Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:46:18.393Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:46:18.393Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:46:18.393Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:46:18.393Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||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-07-24T04:46:18.397Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T04:46:48.397Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb 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-07-24T04:46:48.401Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb and serviceModelVersionId: 70795872-472a-4cf7-97fe-9e6084883cec
2021-07-24T04:46:48.402Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84063497-85d2-4f1f-9fa8-fbe46b233b99
2021-07-24T04:46:48.402Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84063497-85d2-4f1f-9fa8-fbe46b233b99/model-vers/model-ver/70795872-472a-4cf7-97fe-9e6084883cec?depth=0
2021-07-24T04:46:48.406Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T04:46:48.437Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/84063497-85d2-4f1f-9fa8-fbe46b233b99/model-vers/model-ver/70795872-472a-4cf7-97fe-9e6084883cec?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-07-24T04:46:48.438Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/84063497-85d2-4f1f-9fa8-fbe46b233b99/model-vers/model-ver/70795872-472a-4cf7-97fe-9e6084883cec?depth=0|INFO|500||Invoke
2021-07-24T04:46:48.452Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/84063497-85d2-4f1f-9fa8-fbe46b233b99/model-vers/model-ver/70795872-472a-4cf7-97fe-9e6084883cec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T04:46:48.664Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/84063497-85d2-4f1f-9fa8-fbe46b233b99/model-vers/model-ver/70795872-472a-4cf7-97fe-9e6084883cec?depth=0|INFO|500||InvokeReturn
2021-07-24T04:46:48.664Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/84063497-85d2-4f1f-9fa8-fbe46b233b99/model-vers/model-ver/70795872-472a-4cf7-97fe-9e6084883cec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210724-04:46:48:458-9083], vertex-id=[446680], Content-Length=[0], Date=[Sat, 24 Jul 2021 04:46:48 GMT], Content-Type=[application/json]}
2021-07-24T04:46:48.664Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-07-24T04:46:48.665Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T04:46:48.665Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||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-07-24T04:46:48.669Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||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-07-24T04:46:48.669Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T04:46:48.669Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T04:46:48.669Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:48.671Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:48.671Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102008669,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:46:48.771Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:48.772Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:48.772Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:48.781Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:48.781Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 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-07-24T04:46:49.681Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-24T04:46:49.681Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"84a5f2f9-62f7-4a95-9b10-38cff91629b9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"262ed11c-95be-4da2-8fa4-f9b983d725a4","serviceDescription":"service","serviceInvariantUUID":"1617ac77-b04c-4d17-93b9-60569abde742","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"110fe110-b21a-45e4-9cd1-17b375e8c33f","resourceInvariantUUID":"499b625c-9833-4b8e-8a89-eff79ced139d","resourceCustomizationUUID":"ded3f91f-2c53-41eb-9902-cebba371fa89","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZDQ5ZjFlMjJkODBkNTI1ZTAwYTAwNzY5YThhZjdiYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"53d7b24e-99a5-4128-9910-19b440aaa0e2","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YjBiZTM1OWE0OWI3ZjM3NGY2NDg0NDE0OWNjOGU0NmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"627ef95c-7978-4059-85a3-69067a9b6997","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"23b571e0-ed0f-46af-8963-eaaf945e4e42","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d87470d6-4064-45c0-aa6f-3abcc2801150","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ce7270d2-7a66-4c16-9a61-f0de3fa0f728","artifactVersion":"2","generatedFromUUID":"23b571e0-ed0f-46af-8963-eaaf945e4e42"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGZhOTNhODUzNjE4NzQ5YmQxODM2NWMxNGUyY2NjZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf4a74cf-cf63-460a-9c3e-44d98827332d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDk1YTMxZWQyOWEzOGE2MjU2MzAyMDgwNmMwMTcxNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"67b42c8d-63a4-442b-a010-06cadf5433ea","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T04:46:49.681Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:49.681Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:49.683Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:49.683Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:49.783Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:49.783Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:49.784Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:49.791Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:49.792Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:50.683Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:50.684Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:50.686Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:50.686Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:46:50.786Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:50.786Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:50.787Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:50.796Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:50.796Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:51.686Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:51.687Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:51.688Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:51.688Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:46:51.788Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:51.789Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:51.789Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:51.797Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:51.797Z||pool-65-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:46:52.689Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:52.689Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:52.691Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:52.691Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:52.791Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:52.792Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:52.792Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:52.799Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:52.799Z||pool-66-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:53.691Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:53.692Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:53.693Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:53.693Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-24T04:46:53.793Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:53.794Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:53.794Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:53.803Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:53.803Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:54.694Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:54.694Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:54.696Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:54.696Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:46:54.796Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:54.797Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:54.797Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:54.806Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:54.806Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:55.696Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:55.697Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:55.698Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:55.699Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:46:55.799Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:55.799Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:55.799Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:55.808Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:55.808Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:56.700Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "262ed11c-95be-4da2-8fa4-f9b983d725a4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1617ac77-b04c-4d17-93b9-60569abde742",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ded3f91f-2c53-41eb-9902-cebba371fa89",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "110fe110-b21a-45e4-9cd1-17b375e8c33f",
      "resourceInvariantUUID": "499b625c-9833-4b8e-8a89-eff79ced139d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "YjBiZTM1OWE0OWI3ZjM3NGY2NDg0NDE0OWNjOGU0NmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "627ef95c-7978-4059-85a3-69067a9b6997",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "23b571e0-ed0f-46af-8963-eaaf945e4e42",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ce7270d2-7a66-4c16-9a61-f0de3fa0f728",
            "generatedFromUUID": "23b571e0-ed0f-46af-8963-eaaf945e4e42"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ce7270d2-7a66-4c16-9a61-f0de3fa0f728",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MDk1YTMxZWQyOWEzOGE2MjU2MzAyMDgwNmMwMTcxNDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "67b42c8d-63a4-442b-a010-06cadf5433ea"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T04:46:56.700Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T04:46:56.700Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 262ed11c-95be-4da2-8fa4-f9b983d725a4 ASDC
2021-07-24T04:46:56.700Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:84a5f2f9-62f7-4a95-9b10-38cff91629b9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:262ed11c-95be-4da2-8fa4-f9b983d725a4
ServiceInvariantUUID:1617ac77-b04c-4d17-93b9-60569abde742
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:67b42c8d-63a4-442b-a010-06cadf5433ea
ArtifactChecksum:MDk1YTMxZWQyOWEzOGE2MjU2MzAyMDgwNmMwMTcxNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ded3f91f-2c53-41eb-9902-cebba371fa89
ResourceInvariantUUID:499b625c-9833-4b8e-8a89-eff79ced139d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:110fe110-b21a-45e4-9cd1-17b375e8c33f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:627ef95c-7978-4059-85a3-69067a9b6997
ArtifactChecksum:YjBiZTM1OWE0OWI3ZjM3NGY2NDg0NDE0OWNjOGU0NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:23b571e0-ed0f-46af-8963-eaaf945e4e42
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:ce7270d2-7a66-4c16-9a61-f0de3fa0f728
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:ce7270d2-7a66-4c16-9a61-f0de3fa0f728
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-24T04:46:56.700Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 262ed11c-95be-4da2-8fa4-f9b983d725a4 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-07-24T04:46:56.723Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:46:56.723Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:46:56.724Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:46:56.724Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 67b42c8d-63a4-442b-a010-06cadf5433ea from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-07-24T04:46:56.724Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:46:56.724Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-07-24T04:46:57.590Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:46:57.592Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 67b42c8d-63a4-442b-a010-06cadf5433ea 70850
2021-07-24T04:46:57.592Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-07-24T04:46:57.593Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-07-24T04:46:57.593Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:46:57.593Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:57.594Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:57.594Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102017592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:46:57.694Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T04:46:57.695Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:57.695Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:57.703Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:46:57.704Z||pool-70-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:58.595Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:46:58.596Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:46:58.596Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 67b42c8d-63a4-442b-a010-06cadf5433ea, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T04:46:58.596Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-07-24T04:46:58.596Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T04:46:58.597Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T04:46:58.841Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7105239615691870243/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-07-24T04:46:59.629Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T04:46:59.629Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:46:59.629Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T04:46:59.629Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-24T04:46:59.629Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T04:46:59.630Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T04:46:59.630Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T04:46:59.630Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||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-BasicVm-csar.csar
2021-07-24T04:46:59.630Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||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-BasicVm-csar.csar
2021-07-24T04:46:59.630Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||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-BasicVm-csar.csar
2021-07-24T04:46:59.630Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T04:46:59.630Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||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-BasicVm-csar.csar
2021-07-24T04:46:59.630Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||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-BasicVm-csar.csar
2021-07-24T04:46:59.630Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:46:59.630Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:59.631Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:59.631Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T04:46:59.631Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:46:59.631Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:46:59.631Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:59.631Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:59.631Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T04:46:59.631Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:46:59.631Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:46:59.632Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:59.632Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:59.632Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:59.632Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-07-24T04:46:59.632Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-24T04:46:59.632Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-07-24T04:46:59.632Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-07-24T04:46:59.632Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-07-24T04:46:59.632Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T04:46:59.632Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:59.633Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:46:59.633Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:59.633Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T04:46:59.633Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:46:59.633Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:59.633Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T04:46:59.633Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:46:59.633Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:59.633Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T04:46:59.634Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:46:59.634Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:59.634Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-07-24T04:46:59.634Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-24T04:46:59.634Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-24T04:46:59.634Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4844b807-2579-4e38-ad49-232f51c9b6b8
2021-07-24T04:46:59.634Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:59.634Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:59.634Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:59.635Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:59.635Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:59.635Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:59.635Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:46:59.635Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:59.635Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:262ed11c-95be-4da2-8fa4-f9b983d725a4
Model Version:NULL
Model InvariantUuid:1617ac77-b04c-4d17-93b9-60569abde742
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:345e6b4b-1960-451b-b5a3-5cbc71e08f7e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:499b625c-9833-4b8e-8a89-eff79ced139d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ded3f91f-2c53-41eb-9902-cebba371fa89
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f1c7a77a-6c19-48f3-b7fa-a136eae61390
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:516886e1-3170-485a-bbde-a3d87d96dd1d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4844b807-2579-4e38-ad49-232f51c9b6b8
ModelInvariantUuid:9be9a1a4-281e-4366-9762-1347ed7ec87a
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:332647e0-acb5-4066-9505-5f0d6732a8e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:c5c85656-8a67-4ff0-be49-a605780f567a
ModelInvariantUuid:90845367-2581-479a-9928-6f56c818bed1
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:cbb5b52a-7104-4b4c-90e7-d61d310bdb6d
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-07-24T04:46:59.639Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 110fe110-b21a-45e4-9cd1-17b375e8c33f
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-07-24T04:46:59.641Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||basic_vm 0
2021-07-24T04:46:59.641Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 110fe110-b21a-45e4-9cd1-17b375e8c33f
2021-07-24T04:46:59.641Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 627ef95c-7978-4059-85a3-69067a9b6997 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-07-24T04:46:59.642Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:46:59.642Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-07-24T04:47:00.477Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:47:00.478Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 627ef95c-7978-4059-85a3-69067a9b6997 787
2021-07-24T04:47:00.478Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-07-24T04:47:00.478Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-07-24T04:47:00.478Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:47:00.479Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:47:00.480Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:47:00.480Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102020478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:47:00.581Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:47:00.581Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:47:00.582Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:47:00.590Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:47:00.590Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:47:01.481Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f1c7a77a-6c19-48f3-b7fa-a136eae61390",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "516886e1-3170-485a-bbde-a3d87d96dd1d",
    "vfModuleModelCustomizationUUID": "59f0f4fc-5806-432f-966b-02dc7a7a2f92",
    "isBase": true,
    "artifacts": [
      "23b571e0-ed0f-46af-8963-eaaf945e4e42",
      "ce7270d2-7a66-4c16-9a61-f0de3fa0f728"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-07-24T04:47:01.484Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:516886e1-3170-485a-bbde-a3d87d96dd1d
VfModuleModelInvariantUUID:f1c7a77a-6c19-48f3-b7fa-a136eae61390
VfModuleModelDescription:NULL
Artifacts UUID List:{
23b571e0-ed0f-46af-8963-eaaf945e4e42
,
ce7270d2-7a66-4c16-9a61-f0de3fa0f728

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-07-24T04:47:01.486Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f1c7a77a-6c19-48f3-b7fa-a136eae61390",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "516886e1-3170-485a-bbde-a3d87d96dd1d",
    "vfModuleModelCustomizationUUID": "59f0f4fc-5806-432f-966b-02dc7a7a2f92",
    "isBase": true,
    "artifacts": [
      "23b571e0-ed0f-46af-8963-eaaf945e4e42",
      "ce7270d2-7a66-4c16-9a61-f0de3fa0f728"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-07-24T04:47:01.486Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:516886e1-3170-485a-bbde-a3d87d96dd1d
VfModuleModelInvariantUUID:f1c7a77a-6c19-48f3-b7fa-a136eae61390
VfModuleModelDescription:NULL
Artifacts UUID List:{
23b571e0-ed0f-46af-8963-eaaf945e4e42
,
ce7270d2-7a66-4c16-9a61-f0de3fa0f728

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-07-24T04:47:01.486Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 23b571e0-ed0f-46af-8963-eaaf945e4e42 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-07-24T04:47:01.486Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:47:01.486Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-07-24T04:47:02.792Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:47:02.792Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 23b571e0-ed0f-46af-8963-eaaf945e4e42 5033
2021-07-24T04:47:02.792Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-07-24T04:47:02.793Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-07-24T04:47:02.793Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:47:02.793Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:47:02.794Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:47:02.794Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102022792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:47:02.894Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:47:02.895Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:47:02.895Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:47:02.904Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:47:02.904Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:47:03.795Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ce7270d2-7a66-4c16-9a61-f0de3fa0f728 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-07-24T04:47:03.795Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:47:03.796Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-07-24T04:47:04.468Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:47:04.468Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ce7270d2-7a66-4c16-9a61-f0de3fa0f728 903
2021-07-24T04:47:04.468Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-07-24T04:47:04.468Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-07-24T04:47:04.468Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:47:04.469Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:47:04.470Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:47:04.470Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102024468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:47:04.570Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:47:04.571Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:47:04.571Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:47:04.579Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:47:04.579Z||pool-73-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:47:05.471Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 262ed11c-95be-4da2-8fa4-f9b983d725a4
2021-07-24T04:47:05.471Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 110fe110-b21a-45e4-9cd1-17b375e8c33f ASDC
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 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 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-07-24T04:47:05.482Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:47:05.482Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:47:05.482Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-07-24T04:47:05.482Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= ded3f91f-2c53-41eb-9902-cebba371fa89
2021-07-24T04:47:05.482Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ded3f91f-2c53-41eb-9902-cebba371fa89 matches Tosca VF Customization UUID: ded3f91f-2c53-41eb-9902-cebba371fa89
2021-07-24T04:47:05.482Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: ded3f91f-2c53-41eb-9902-cebba371fa89  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-07-24T04:47:05.484Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:47:05.484Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:47:05.485Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id ded3f91f-2c53-41eb-9902-cebba371fa89: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-07-24T04:47:05.485Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d98a754
2021-07-24T04:47:05.485Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:47:05.485Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:47:05.485Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 59f0f4fc-5806-432f-966b-02dc7a7a2f92
2021-07-24T04:47:05.485Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 59f0f4fc-5806-432f-966b-02dc7a7a2f92
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-07-24T04:47:05.487Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:47:05.487Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T04:47:05.487Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:47:05.488Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:47:05.488Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T04:47:05.488Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:47:05.488Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:47:05.488Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-07-24T04:47:05.488Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-24T04:47:05.488Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-24T04:47:05.488Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4844b807-2579-4e38-ad49-232f51c9b6b8
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-07-24T04:47:05.490Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:47:05.490Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T04:47:05.490Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:47:05.490Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:47:05.490Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T04:47:05.491Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ded3f91f-2c53-41eb-9902-cebba371fa89
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-07-24T04:47:05.492Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:47:05.492Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:47:05.492Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 262ed11c-95be-4da2-8fa4-f9b983d725a4: basic_vm
2021-07-24T04:47:05.492Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:47:05.492Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:47:05.492Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:47:05.493Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:47:05.493Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:47:05.493Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:47:05.493Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:47:05.493Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:47:05.493Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:47:05.493Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:47:05.493Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 
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: 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 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 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-07-24T04:47:05.561Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 110fe110-b21a-45e4-9cd1-17b375e8c33f 1 ASDC deployResourceStructure
2021-07-24T04:47:05.562Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-07-24T04:47:05.562Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-07-24T04:47:05.562Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:47:05.562Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:47:05.563Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:47:05.563Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102025562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:47:05.664Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:47:05.664Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:47:05.664Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:47:05.674Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:47:05.674Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:47:06.564Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-07-24T04:47:06.565Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-07-24T04:47:06.565Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:47:06.565Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:47:06.566Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:47:06.567Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102026564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T04:47:06.667Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:47:06.667Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:47:06.667Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:47:06.677Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:47:06.677Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:47:07.568Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-07-24T04:47:07.569Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-07-24T04:47:07.569Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:47:07.569Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:47:07.571Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:47:07.571Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102027568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-24T04:47:07.671Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:47:07.671Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:47:07.672Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:47:07.680Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:47:07.680Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:47:08.572Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-07-24T04:47:08.572Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-07-24T04:47:08.572Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:47:08.572Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:47:08.574Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:47:08.574Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102028571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:47:08.674Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:47:08.674Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:47:08.675Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:47:08.685Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:47:08.686Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:47:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:47:09.232Z||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-07-24T04:47:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:47:09.247Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:47:09.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:47:09.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101969199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:47:09.248Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:47:09.574Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84a5f2f9-62f7-4a95-9b10-38cff91629b9
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-07-24T04:47:09.581Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84a5f2f9-62f7-4a95-9b10-38cff91629b9
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-07-24T04:47:09.582Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:47:09.582Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:47:09.582Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:47:39.583Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84a5f2f9-62f7-4a95-9b10-38cff91629b9
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-07-24T04:47:39.590Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84a5f2f9-62f7-4a95-9b10-38cff91629b9
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-07-24T04:47:39.591Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:47:39.591Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:47:39.592Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:48:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:48:09.232Z||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-07-24T04:48:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:48:09.252Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:48:09.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:48:09.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101969319,
  "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-07-24T04:48:09.257Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84a5f2f9-62f7-4a95-9b10-38cff91629b9
2021-07-24T04:48:09.257Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84a5f2f9-62f7-4a95-9b10-38cff91629b9 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-07-24T04:48:09.592Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84a5f2f9-62f7-4a95-9b10-38cff91629b9
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-07-24T04:48:09.598Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84a5f2f9-62f7-4a95-9b10-38cff91629b9
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-07-24T04:48:09.599Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:48:09.599Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:48:09.599Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:48:39.600Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84a5f2f9-62f7-4a95-9b10-38cff91629b9
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-07-24T04:48:39.607Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84a5f2f9-62f7-4a95-9b10-38cff91629b9
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-07-24T04:48:39.609Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:48:39.609Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:48:39.609Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:49:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:49:09.232Z||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-07-24T04:49:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:49:09.247Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:49:09.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "policy-id",
  "timestamp": 1627101968876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "cds",
  "timestamp": 1627101970292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.258Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101957980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "policy-id",
  "timestamp": 1627101968876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101970897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.259Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101971007,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101957980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "policy-id",
  "timestamp": 1627101968876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:49:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101957980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "policy-id",
  "timestamp": 1627101968876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101973289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101973299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101957980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "policy-id",
  "timestamp": 1627101968876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101974309,
  "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-07-24T04:49:09.268Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84a5f2f9-62f7-4a95-9b10-38cff91629b9
2021-07-24T04:49:09.269Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84a5f2f9-62f7-4a95-9b10-38cff91629b9 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-07-24T04:49:09.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "cds",
  "timestamp": 1627101974317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-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-07-24T04:49:09.283Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 621d4c30-df52-40e3-b779-560007a37a81
2021-07-24T04:49:09.283Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621d4c30-df52-40e3-b779-560007a37a81 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-07-24T04:49:09.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101957980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101974371,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.288Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "policy-id",
  "timestamp": 1627101968876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101975311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101957980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101975373,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "policy-id",
  "timestamp": 1627101968876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101957980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101976376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "clamp",
  "timestamp": 1627101976454,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "aai-ml",
  "timestamp": 1627101976494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "policy-id",
  "timestamp": 1627101968876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101976314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101957980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101977380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "clamp",
  "timestamp": 1627101977457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "aai-ml",
  "timestamp": 1627101977497,
  "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-07-24T04:49:09.294Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84a5f2f9-62f7-4a95-9b10-38cff91629b9
2021-07-24T04:49:09.294Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84a5f2f9-62f7-4a95-9b10-38cff91629b9 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-07-24T04:49:09.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101976314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:49:09.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "aai-ml",
  "timestamp": 1627101958577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "policy-id",
  "timestamp": 1627101978707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101976314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:49:09.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101979211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "aai-ml",
  "timestamp": 1627101958577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "clamp",
  "timestamp": 1627101979521,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101979002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "dcae-sch",
  "timestamp": 1627101979192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "policy-id",
  "timestamp": 1627101979710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101976314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "aai-ml",
  "timestamp": 1627101958577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "clamp",
  "timestamp": 1627101980523,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101979002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "dcae-sch",
  "timestamp": 1627101979192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "policy-id",
  "timestamp": 1627101980712,
  "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-07-24T04:49:09.307Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 621d4c30-df52-40e3-b779-560007a37a81
2021-07-24T04:49:09.307Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621d4c30-df52-40e3-b779-560007a37a81 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-07-24T04:49:09.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101976314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-24T04:49:09.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101981198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "aai-ml",
  "timestamp": 1627101958577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "clamp",
  "timestamp": 1627101981526,
  "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-07-24T04:49:09.317Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
2021-07-24T04:49:09.317Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb 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-07-24T04:49:09.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101979002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "dcae-sch",
  "timestamp": 1627101979192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101976314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627101982201,
  "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-07-24T04:49:09.326Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 621d4c30-df52-40e3-b779-560007a37a81
2021-07-24T04:49:09.326Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621d4c30-df52-40e3-b779-560007a37a81 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-07-24T04:49:09.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "aai-ml",
  "timestamp": 1627101958577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.332Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101979002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.332Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "clamp",
  "timestamp": 1627101955434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "dcae-sch",
  "timestamp": 1627101979192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101976314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "aai-ml",
  "timestamp": 1627101958577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101979002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "clamp",
  "timestamp": 1627101955434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "dcae-sch",
  "timestamp": 1627101979192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101976314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "aai-ml",
  "timestamp": 1627101958577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101979002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "clamp",
  "timestamp": 1627101955434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "dcae-sch",
  "timestamp": 1627101979192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101985513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "aai-ml",
  "timestamp": 1627101958577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101979002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "clamp",
  "timestamp": 1627101955434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "dcae-sch",
  "timestamp": 1627101979192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627101979002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "clamp",
  "timestamp": 1627101955434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "dcae-sch",
  "timestamp": 1627101979192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "clamp",
  "timestamp": 1627101955434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "aai-ml",
  "timestamp": 1627101988401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "clamp",
  "timestamp": 1627101955434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:49:09.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101988563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101990700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101991710,
  "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-07-24T04:49:09.340Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 621d4c30-df52-40e3-b779-560007a37a81
2021-07-24T04:49:09.340Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621d4c30-df52-40e3-b779-560007a37a81 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-07-24T04:49:09.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627101992712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.345Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "clamp",
  "timestamp": 1627101993457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.345Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "clamp",
  "timestamp": 1627101996458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.346Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "aai-ml",
  "timestamp": 1627101996494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.346Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "clamp",
  "timestamp": 1627101997460,
  "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-07-24T04:49:09.350Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 84a5f2f9-62f7-4a95-9b10-38cff91629b9
2021-07-24T04:49:09.350Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84a5f2f9-62f7-4a95-9b10-38cff91629b9 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-07-24T04:49:09.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "aai-ml",
  "timestamp": 1627101997497,
  "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-07-24T04:49:09.359Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 621d4c30-df52-40e3-b779-560007a37a81
2021-07-24T04:49:09.359Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621d4c30-df52-40e3-b779-560007a37a81 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-07-24T04:49:09.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "clamp",
  "timestamp": 1627101998462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "clamp",
  "timestamp": 1627101998462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:49:09.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "clamp",
  "timestamp": 1627101998462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "clamp",
  "timestamp": 1627101998462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "clamp",
  "timestamp": 1627101998462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "clamp",
  "timestamp": 1627101998462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "clamp",
  "timestamp": 1627101998462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "clamp",
  "timestamp": 1627101998462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:49:09.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102008669,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:49:09.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:49:09.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:49:09.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "clamp",
  "timestamp": 1627102013460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-24T04:49:09.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:09.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "clamp",
  "timestamp": 1627102015463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627101953009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:49:09.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:49:09.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "clamp",
  "timestamp": 1627102016466,
  "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-07-24T04:49:09.373Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 621d4c30-df52-40e3-b779-560007a37a81
2021-07-24T04:49:09.373Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621d4c30-df52-40e3-b779-560007a37a81 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-07-24T04:49:09.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102017592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.378Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102020478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.378Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102022792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102024468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:09.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102025562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102026564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102027568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.380Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:49:09.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102028571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:49:09.380Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:49:09.609Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84a5f2f9-62f7-4a95-9b10-38cff91629b9
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-07-24T04:49:09.615Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84a5f2f9-62f7-4a95-9b10-38cff91629b9
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-07-24T04:49:09.617Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:49:09.617Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:49:09.617Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T04:49:09.617Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T04:49:09.617Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:49:09.617Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:49:09.617Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:49:09.618Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:49:09.618Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:49:09.618Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:49:09.618Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||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-07-24T04:49:09.621Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T04:49:39.621Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84a5f2f9-62f7-4a95-9b10-38cff91629b9 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-07-24T04:49:39.627Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84a5f2f9-62f7-4a95-9b10-38cff91629b9 and serviceModelVersionId: 262ed11c-95be-4da2-8fa4-f9b983d725a4
2021-07-24T04:49:39.627Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1617ac77-b04c-4d17-93b9-60569abde742
2021-07-24T04:49:39.628Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1617ac77-b04c-4d17-93b9-60569abde742/model-vers/model-ver/262ed11c-95be-4da2-8fa4-f9b983d725a4?depth=0
2021-07-24T04:49:39.633Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T04:49:39.664Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1617ac77-b04c-4d17-93b9-60569abde742/model-vers/model-ver/262ed11c-95be-4da2-8fa4-f9b983d725a4?depth=0|INFO|500||Invoke
2021-07-24T04:49:39.664Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1617ac77-b04c-4d17-93b9-60569abde742/model-vers/model-ver/262ed11c-95be-4da2-8fa4-f9b983d725a4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1617ac77-b04c-4d17-93b9-60569abde742/model-vers/model-ver/262ed11c-95be-4da2-8fa4-f9b983d725a4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84a5f2f9-62f7-4a95-9b10-38cff91629b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ce252261-5d5a-49b3-935d-90090ab290f3], X-ECOMP-RequestID=[84a5f2f9-62f7-4a95-9b10-38cff91629b9], X-TransactionId=[], X-ONAP-RequestID=[84a5f2f9-62f7-4a95-9b10-38cff91629b9], Content-Type=[application/merge-patch+json]}
2021-07-24T04:49:39.680Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1617ac77-b04c-4d17-93b9-60569abde742/model-vers/model-ver/262ed11c-95be-4da2-8fa4-f9b983d725a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T04:49:40.091Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1617ac77-b04c-4d17-93b9-60569abde742/model-vers/model-ver/262ed11c-95be-4da2-8fa4-f9b983d725a4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1617ac77-b04c-4d17-93b9-60569abde742/model-vers/model-ver/262ed11c-95be-4da2-8fa4-f9b983d725a4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210724-04:49:39:687-18304], vertex-id=[184488], Content-Length=[0], Date=[Sat, 24 Jul 2021 04:49:39 GMT], Content-Type=[application/json]}
2021-07-24T04:49:40.092Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1617ac77-b04c-4d17-93b9-60569abde742/model-vers/model-ver/262ed11c-95be-4da2-8fa4-f9b983d725a4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T04:49:40.092Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1617ac77-b04c-4d17-93b9-60569abde742/model-vers/model-ver/262ed11c-95be-4da2-8fa4-f9b983d725a4?depth=0|INFO|500||InvokeReturn
2021-07-24T04:49:40.093Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T04:49:40.093Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||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-07-24T04:49:40.098Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||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-07-24T04:49:40.098Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84a5f2f9-62f7-4a95-9b10-38cff91629b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T04:49:40.098Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T04:49:40.099Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:49:40.100Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:49:40.101Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102180098,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:49:40.201Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:49:40.201Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:49:40.201Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:49:40.212Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:49:40.213Z||pool-78-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-07-24T04:49:41.110Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:49:41.111Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|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-07-24T04:49:41.111Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|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 rOV89hvznRrShKLH) ...
2021-07-24T04:49:45.386Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:49:45.387Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-24T04:49:45.387Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"621d4c30-df52-40e3-b779-560007a37a81","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"2ce705ee-56f8-4f6c-8466-e4203ce38fcf","serviceDescription":"service","serviceInvariantUUID":"7dea7cf7-64b7-4d7d-9236-0212a41f544a","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d7dde4a7-2db3-4dc9-b492-7a57e8f60c25","resourceInvariantUUID":"07245347-f548-4e10-93bb-174d0a4e006b","resourceCustomizationUUID":"f2c8f2eb-fd2a-48d9-89ba-ef31f03be5cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YWMwYTRmNjUwMjc5MzNjMTVhM2IwODViOWIxZTYyZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f6c038bc-efdf-4722-89f3-f4c0a4c0633a","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"YTM4MzA0NzA5MmZjYTI2OWRlNjU5ZGI4ZWNiOTUwM2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4040183e-0472-4f53-be98-4bcf660e9028","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6a339115-2404-4e94-bc7b-849116c2b1d2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"155e36c4-d9e7-442d-aa66-9b4ee7680fa6","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d335e1b3-014d-4e5b-a835-36945d82d6e9","artifactVersion":"2","generatedFromUUID":"6a339115-2404-4e94-bc7b-849116c2b1d2"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZWI0YmJiMTcwNDNiMzBkNWI1NGIxY2JmNWY1ZGVjMTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b9e3dd36-5127-4a4e-a685-b41a3a471e5e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ZjJmZmMxNzU5YjkxOTEwMGNkMWE1YzNkYzdkYmRjODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7a799e8-694a-4790-a0c5-37fc02bb8bb7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTU0ODI3MTVlNTM2NzFmMDhlYzk0ZmVhYWM1NTlkOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cbcdecdd-11cd-4d6d-aac2-d47cf9b8c0f9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T04:49:45.388Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:49:45.389Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:49:45.390Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:49:45.390Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:45.490Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:49:45.491Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:49:45.491Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:49:45.499Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:49:45.499Z||pool-79-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:49:46.391Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:49:46.391Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:49:46.393Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:49:46.393Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:49:46.493Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:49:46.493Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:49:46.494Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:49:46.503Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:49:46.503Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:49:47.393Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:49:47.394Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:49:47.396Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:49:47.396Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:49:47.497Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:49:47.497Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:49:47.497Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:49:47.505Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:49:47.505Z||pool-81-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:49:48.397Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:49:48.397Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:49:48.399Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:49:48.399Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:48.499Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:49:48.499Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:49:48.499Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:49:48.507Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:49:48.507Z||pool-82-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:49:49.399Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:49:49.400Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:49:49.402Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:49:49.402Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-24T04:49:49.502Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:49:49.503Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:49:49.503Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:49:49.511Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:49:49.511Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:49:50.403Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:49:50.403Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:49:50.405Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:49:50.405Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:50.505Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:49:50.505Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:49:50.506Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:49:50.514Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:49:50.514Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:49:51.406Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:49:51.406Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:49:51.408Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:49:51.408Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:49:51.508Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:49:51.509Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:49:51.509Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:49:51.516Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:49:51.517Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:49:52.409Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:49:52.409Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:49:52.410Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:49:52.411Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:49:52.511Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:49:52.511Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:49:52.511Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:49:52.520Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:49:52.520Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:49:53.412Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2ce705ee-56f8-4f6c-8466-e4203ce38fcf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7dea7cf7-64b7-4d7d-9236-0212a41f544a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "f2c8f2eb-fd2a-48d9-89ba-ef31f03be5cc",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d7dde4a7-2db3-4dc9-b492-7a57e8f60c25",
      "resourceInvariantUUID": "07245347-f548-4e10-93bb-174d0a4e006b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "YTM4MzA0NzA5MmZjYTI2OWRlNjU5ZGI4ZWNiOTUwM2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4040183e-0472-4f53-be98-4bcf660e9028",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6a339115-2404-4e94-bc7b-849116c2b1d2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d335e1b3-014d-4e5b-a835-36945d82d6e9",
            "generatedFromUUID": "6a339115-2404-4e94-bc7b-849116c2b1d2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d335e1b3-014d-4e5b-a835-36945d82d6e9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTU0ODI3MTVlNTM2NzFmMDhlYzk0ZmVhYWM1NTlkOTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cbcdecdd-11cd-4d6d-aac2-d47cf9b8c0f9"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T04:49:53.412Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T04:49:53.412Z|84a5f2f9-62f7-4a95-9b10-38cff91629b9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ce705ee-56f8-4f6c-8466-e4203ce38fcf ASDC
2021-07-24T04:49:53.412Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:621d4c30-df52-40e3-b779-560007a37a81
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:2ce705ee-56f8-4f6c-8466-e4203ce38fcf
ServiceInvariantUUID:7dea7cf7-64b7-4d7d-9236-0212a41f544a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:cbcdecdd-11cd-4d6d-aac2-d47cf9b8c0f9
ArtifactChecksum:NTU0ODI3MTVlNTM2NzFmMDhlYzk0ZmVhYWM1NTlkOTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f2c8f2eb-fd2a-48d9-89ba-ef31f03be5cc
ResourceInvariantUUID:07245347-f548-4e10-93bb-174d0a4e006b
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d7dde4a7-2db3-4dc9-b492-7a57e8f60c25
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:4040183e-0472-4f53-be98-4bcf660e9028
ArtifactChecksum:YTM4MzA0NzA5MmZjYTI2OWRlNjU5ZGI4ZWNiOTUwM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:6a339115-2404-4e94-bc7b-849116c2b1d2
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:d335e1b3-014d-4e5b-a835-36945d82d6e9
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:d335e1b3-014d-4e5b-a835-36945d82d6e9
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-24T04:49:53.412Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ce705ee-56f8-4f6c-8466-e4203ce38fcf 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-07-24T04:49:53.432Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:49:53.432Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:49:53.432Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:49:53.432Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cbcdecdd-11cd-4d6d-aac2-d47cf9b8c0f9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-07-24T04:49:53.432Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:49:53.432Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-07-24T04:49:54.696Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:49:54.699Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar cbcdecdd-11cd-4d6d-aac2-d47cf9b8c0f9 78589
2021-07-24T04:49:54.699Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-07-24T04:49:54.699Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-07-24T04:49:54.699Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:49:54.700Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:49:54.701Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:49:54.702Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102194699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:54.802Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:49:54.802Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:49:54.802Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:49:54.809Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:49:54.810Z||pool-87-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:49:55.702Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:49:55.703Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:49:55.703Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cbcdecdd-11cd-4d6d-aac2-d47cf9b8c0f9, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-24T04:49:55.703Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-07-24T04:49:55.704Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-24T04:49:55.704Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-24T04:49:55.797Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11297089086181723555/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-07-24T04:49:56.598Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T04:49:56.598Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:49:56.599Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-24T04:49:56.599Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-24T04:49:56.599Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-24T04:49:56.599Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-24T04:49:56.599Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-24T04:49:56.599Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||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-BasicVmMacro-csar.csar
2021-07-24T04:49:56.599Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||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-BasicVmMacro-csar.csar
2021-07-24T04:49:56.599Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||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-BasicVmMacro-csar.csar
2021-07-24T04:49:56.599Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-24T04:49:56.599Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||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-BasicVmMacro-csar.csar
2021-07-24T04:49:56.599Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||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-BasicVmMacro-csar.csar
2021-07-24T04:49:56.599Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:49:56.599Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:49:56.600Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:49:56.600Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-24T04:49:56.600Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:49:56.600Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:49:56.600Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:49:56.600Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:49:56.600Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-24T04:49:56.601Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:49:56.601Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:49:56.601Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:49:56.601Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:49:56.601Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:49:56.601Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-07-24T04:49:56.601Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-24T04:49:56.602Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-07-24T04:49:56.602Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-07-24T04:49:56.602Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-07-24T04:49:56.602Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T04:49:56.602Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:49:56.602Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:49:56.602Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:49:56.602Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-24T04:49:56.603Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:49:56.603Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:49:56.603Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-24T04:49:56.603Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:49:56.603Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:49:56.603Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-24T04:49:56.603Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:49:56.604Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:49:56.604Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-07-24T04:49:56.604Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-24T04:49:56.604Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-24T04:49:56.604Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b5e79b8-86d9-4b53-b2cc-f1c9c5b858cb
2021-07-24T04:49:56.604Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:49:56.604Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:49:56.605Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:49:56.605Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:49:56.605Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:49:56.605Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:49:56.605Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:49:56.605Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:49:56.605Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:2ce705ee-56f8-4f6c-8466-e4203ce38fcf
Model Version:NULL
Model InvariantUuid:7dea7cf7-64b7-4d7d-9236-0212a41f544a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:37e3fe00-cadc-472f-b483-a64e0d24d111
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07245347-f548-4e10-93bb-174d0a4e006b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f2c8f2eb-fd2a-48d9-89ba-ef31f03be5cc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bc39d10a-98df-43cb-8172-46f7c5a70dd2
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:87b38832-409f-4cad-8175-cbc3566238cf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b5e79b8-86d9-4b53-b2cc-f1c9c5b858cb
ModelInvariantUuid:992adbd9-8ab7-46f9-9bca-6cd631ab41f2
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:08a934b5-7bb8-4b77-8bf7-8c8f65710c05
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:e9707a44-b2fb-4b8e-bd77-40c1b48a936d
ModelInvariantUuid:81eee4ed-b056-4803-83e9-f34da2d51aa6
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:6c212746-dcdb-43e5-a112-8f025166efab
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-07-24T04:49:56.611Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d7dde4a7-2db3-4dc9-b492-7a57e8f60c25
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-07-24T04:49:56.614Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2021-07-24T04:49:56.614Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d7dde4a7-2db3-4dc9-b492-7a57e8f60c25
2021-07-24T04:49:56.614Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4040183e-0472-4f53-be98-4bcf660e9028 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-07-24T04:49:56.615Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:49:56.615Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-07-24T04:49:57.902Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:49:57.902Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 4040183e-0472-4f53-be98-4bcf660e9028 792
2021-07-24T04:49:57.902Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-07-24T04:49:57.903Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-07-24T04:49:57.903Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:49:57.903Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:49:57.905Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:49:57.905Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102197902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:49:58.005Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:49:58.006Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:49:58.006Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:49:58.015Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:49:58.015Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:49:58.906Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "bc39d10a-98df-43cb-8172-46f7c5a70dd2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "87b38832-409f-4cad-8175-cbc3566238cf",
    "vfModuleModelCustomizationUUID": "65b50a47-db4f-40b7-a768-d43b087ad9a7",
    "isBase": true,
    "artifacts": [
      "6a339115-2404-4e94-bc7b-849116c2b1d2",
      "d335e1b3-014d-4e5b-a835-36945d82d6e9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-07-24T04:49:58.908Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:87b38832-409f-4cad-8175-cbc3566238cf
VfModuleModelInvariantUUID:bc39d10a-98df-43cb-8172-46f7c5a70dd2
VfModuleModelDescription:NULL
Artifacts UUID List:{
6a339115-2404-4e94-bc7b-849116c2b1d2
,
d335e1b3-014d-4e5b-a835-36945d82d6e9

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-07-24T04:49:58.910Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "bc39d10a-98df-43cb-8172-46f7c5a70dd2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "87b38832-409f-4cad-8175-cbc3566238cf",
    "vfModuleModelCustomizationUUID": "65b50a47-db4f-40b7-a768-d43b087ad9a7",
    "isBase": true,
    "artifacts": [
      "6a339115-2404-4e94-bc7b-849116c2b1d2",
      "d335e1b3-014d-4e5b-a835-36945d82d6e9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-07-24T04:49:58.910Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:87b38832-409f-4cad-8175-cbc3566238cf
VfModuleModelInvariantUUID:bc39d10a-98df-43cb-8172-46f7c5a70dd2
VfModuleModelDescription:NULL
Artifacts UUID List:{
6a339115-2404-4e94-bc7b-849116c2b1d2
,
d335e1b3-014d-4e5b-a835-36945d82d6e9

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-07-24T04:49:58.910Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6a339115-2404-4e94-bc7b-849116c2b1d2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-07-24T04:49:58.910Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:49:58.910Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-07-24T04:50:00.105Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:50:00.106Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6a339115-2404-4e94-bc7b-849116c2b1d2 5033
2021-07-24T04:50:00.106Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-07-24T04:50:00.106Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-07-24T04:50:00.106Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:50:00.106Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:00.107Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:00.108Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102200106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:50:00.208Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:50:00.208Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:00.208Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:00.216Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:00.216Z||pool-89-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:50:01.108Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d335e1b3-014d-4e5b-a835-36945d82d6e9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-07-24T04:50:01.108Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:50:01.109Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-07-24T04:50:02.463Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:50:02.463Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d335e1b3-014d-4e5b-a835-36945d82d6e9 903
2021-07-24T04:50:02.464Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-07-24T04:50:02.464Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-07-24T04:50:02.464Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:50:02.464Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:02.466Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:02.466Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102202464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:50:02.566Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:50:02.566Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:02.567Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:02.575Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:02.575Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:50:03.466Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2ce705ee-56f8-4f6c-8466-e4203ce38fcf
2021-07-24T04:50:03.467Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d7dde4a7-2db3-4dc9-b492-7a57e8f60c25 ASDC
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 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 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-07-24T04:50:03.477Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:03.477Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:03.477Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-07-24T04:50:03.477Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f2c8f2eb-fd2a-48d9-89ba-ef31f03be5cc
2021-07-24T04:50:03.477Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f2c8f2eb-fd2a-48d9-89ba-ef31f03be5cc matches Tosca VF Customization UUID: f2c8f2eb-fd2a-48d9-89ba-ef31f03be5cc
2021-07-24T04:50:03.477Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f2c8f2eb-fd2a-48d9-89ba-ef31f03be5cc  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-07-24T04:50:03.479Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:03.479Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:03.480Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f2c8f2eb-fd2a-48d9-89ba-ef31f03be5cc: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-07-24T04:50:03.480Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@368436fe
2021-07-24T04:50:03.480Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:03.480Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:50:03.480Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 65b50a47-db4f-40b7-a768-d43b087ad9a7
2021-07-24T04:50:03.480Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 65b50a47-db4f-40b7-a768-d43b087ad9a7
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-07-24T04:50:03.482Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:03.482Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-24T04:50:03.483Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:50:03.483Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:03.483Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-24T04:50:03.483Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:50:03.483Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:03.483Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-07-24T04:50:03.483Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-24T04:50:03.483Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-24T04:50:03.484Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b5e79b8-86d9-4b53-b2cc-f1c9c5b858cb
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-07-24T04:50:03.485Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:03.485Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-24T04:50:03.485Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:50:03.486Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:03.486Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-24T04:50:03.486Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f2c8f2eb-fd2a-48d9-89ba-ef31f03be5cc
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-07-24T04:50:03.487Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:03.487Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:03.488Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2ce705ee-56f8-4f6c-8466-e4203ce38fcf: basic_vm_macro
2021-07-24T04:50:03.488Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:03.488Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:03.488Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:03.488Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:03.488Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:03.488Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:03.488Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:03.489Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:03.489Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:03.489Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:03.489Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro 
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: 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 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 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-07-24T04:50:03.557Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d7dde4a7-2db3-4dc9-b492-7a57e8f60c25 1 ASDC deployResourceStructure
2021-07-24T04:50:03.557Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-07-24T04:50:03.557Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-07-24T04:50:03.557Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:50:03.557Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:03.559Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:03.559Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102203557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:50:03.659Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:50:03.659Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:03.659Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:03.668Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:03.668Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:50:04.560Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-07-24T04:50:04.560Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-07-24T04:50:04.560Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:50:04.560Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:04.562Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:04.562Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102204559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T04:50:04.662Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:50:04.662Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:04.662Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:04.671Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:04.671Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:50:05.563Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-07-24T04:50:05.563Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-07-24T04:50:05.563Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:50:05.563Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:05.565Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:05.565Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102205563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-24T04:50:05.665Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:50:05.666Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:05.666Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:05.675Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:05.676Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:50:06.566Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-07-24T04:50:06.567Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-07-24T04:50:06.567Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:50:06.567Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:06.569Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:06.569Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102206566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:50:06.669Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:50:06.669Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:06.670Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:06.678Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:06.678Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:50:07.570Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 621d4c30-df52-40e3-b779-560007a37a81
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-07-24T04:50:07.577Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 621d4c30-df52-40e3-b779-560007a37a81
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-07-24T04:50:07.579Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:50:07.579Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:50:07.579Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T04:50:07.579Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T04:50:07.579Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:50:07.579Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:50:07.579Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:50:07.580Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:50:07.580Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:50:07.580Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:50:07.580Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||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-07-24T04:50:07.583Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T04:50:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:50:09.232Z||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-07-24T04:50:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:50:09.252Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:09.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "clamp",
  "timestamp": 1627102105434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627102099192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102107980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102103252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102099002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "policy-id",
  "timestamp": 1627102105329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "aai-ml",
  "timestamp": 1627102108577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "clamp",
  "timestamp": 1627102105434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627102099192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102103252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102099002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102107980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "policy-id",
  "timestamp": 1627102105329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "aai-ml",
  "timestamp": 1627102108577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "clamp",
  "timestamp": 1627102105434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102103252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627102099192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102107980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102099002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "policy-id",
  "timestamp": 1627102105329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "cds",
  "timestamp": 1627102110415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "aai-ml",
  "timestamp": 1627102108577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "clamp",
  "timestamp": 1627102105434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102103252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627102099192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102099002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102107980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "policy-id",
  "timestamp": 1627102105329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "cds",
  "timestamp": 1627102110415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "aai-ml",
  "timestamp": 1627102108577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "clamp",
  "timestamp": 1627102105434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627102099192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102103252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102099002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102107980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "policy-id",
  "timestamp": 1627102105329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "cds",
  "timestamp": 1627102110415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "aai-ml",
  "timestamp": 1627102108577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "clamp",
  "timestamp": 1627102105434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102103252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627102099192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102099002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102107980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "policy-id",
  "timestamp": 1627102105329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "cds",
  "timestamp": 1627102110415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "aai-ml",
  "timestamp": 1627102108577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "clamp",
  "timestamp": 1627102105434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102103252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627102099192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102107980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102099002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "policy-id",
  "timestamp": 1627102105329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "cds",
  "timestamp": 1627102110415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "aai-ml",
  "timestamp": 1627102108577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627102099192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "clamp",
  "timestamp": 1627102105434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102103252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102107980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102099002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "policy-id",
  "timestamp": 1627102105329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "cds",
  "timestamp": 1627102110415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "aai-ml",
  "timestamp": 1627102108577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627102099192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102103252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "clamp",
  "timestamp": 1627102105434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102107980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102099002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "policy-id",
  "timestamp": 1627102105329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "cds",
  "timestamp": 1627102110415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "aai-ml",
  "timestamp": 1627102108577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "cds",
  "timestamp": 1627102110415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102118808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102119003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "aai-ml",
  "timestamp": 1627102119002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "cds",
  "timestamp": 1627102110415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "policy-id",
  "timestamp": 1627102119297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:50:09.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:50:09.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102120023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T04:50:09.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:50:09.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "policy-id",
  "timestamp": 1627102120301,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:50:09.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:50:09.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102120410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:50:09.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:50:09.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102121026,
  "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=?
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-07-24T04:50:09.278Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1a043918-1a75-442b-a9a3-0fe177060f1e
2021-07-24T04:50:09.278Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a043918-1a75-442b-a9a3-0fe177060f1e 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-07-24T04:50:09.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "policy-id",
  "timestamp": 1627102121304,
  "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-07-24T04:50:09.286Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a043918-1a75-442b-a9a3-0fe177060f1e
2021-07-24T04:50:09.287Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a043918-1a75-442b-a9a3-0fe177060f1e 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-07-24T04:50:09.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102121414,
  "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-07-24T04:50:09.296Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1a043918-1a75-442b-a9a3-0fe177060f1e
2021-07-24T04:50:09.296Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a043918-1a75-442b-a9a3-0fe177060f1e 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-07-24T04:50:09.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "cds",
  "timestamp": 1627102121672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:50:09.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:50:09.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "cds",
  "timestamp": 1627102122868,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-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=?
2021-07-24T04:50:09.307Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1a043918-1a75-442b-a9a3-0fe177060f1e
2021-07-24T04:50:09.307Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a043918-1a75-442b-a9a3-0fe177060f1e 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-07-24T04:50:09.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "aai-ml",
  "timestamp": 1627102123864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:50:09.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:50:09.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "aai-ml",
  "timestamp": 1627102124867,
  "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-07-24T04:50:09.315Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1a043918-1a75-442b-a9a3-0fe177060f1e
2021-07-24T04:50:09.316Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a043918-1a75-442b-a9a3-0fe177060f1e 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-07-24T04:50:09.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "clamp",
  "timestamp": 1627102126483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:50:09.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:50:09.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "clamp",
  "timestamp": 1627102128490,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:50:09.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:50:09.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:50:09.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "clamp",
  "timestamp": 1627102129493,
  "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-07-24T04:50:09.325Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1a043918-1a75-442b-a9a3-0fe177060f1e
2021-07-24T04:50:09.325Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a043918-1a75-442b-a9a3-0fe177060f1e 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-07-24T04:50:37.584Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 621d4c30-df52-40e3-b779-560007a37a81 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-07-24T04:50:37.589Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 621d4c30-df52-40e3-b779-560007a37a81 and serviceModelVersionId: 2ce705ee-56f8-4f6c-8466-e4203ce38fcf
2021-07-24T04:50:37.589Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7dea7cf7-64b7-4d7d-9236-0212a41f544a
2021-07-24T04:50:37.590Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7dea7cf7-64b7-4d7d-9236-0212a41f544a/model-vers/model-ver/2ce705ee-56f8-4f6c-8466-e4203ce38fcf?depth=0
2021-07-24T04:50:37.593Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T04:50:37.622Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dea7cf7-64b7-4d7d-9236-0212a41f544a/model-vers/model-ver/2ce705ee-56f8-4f6c-8466-e4203ce38fcf?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-07-24T04:50:37.623Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dea7cf7-64b7-4d7d-9236-0212a41f544a/model-vers/model-ver/2ce705ee-56f8-4f6c-8466-e4203ce38fcf?depth=0|INFO|500||Invoke
2021-07-24T04:50:37.638Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dea7cf7-64b7-4d7d-9236-0212a41f544a/model-vers/model-ver/2ce705ee-56f8-4f6c-8466-e4203ce38fcf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T04:50:37.812Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dea7cf7-64b7-4d7d-9236-0212a41f544a/model-vers/model-ver/2ce705ee-56f8-4f6c-8466-e4203ce38fcf?depth=0|INFO|500||InvokeReturn
2021-07-24T04:50:37.812Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dea7cf7-64b7-4d7d-9236-0212a41f544a/model-vers/model-ver/2ce705ee-56f8-4f6c-8466-e4203ce38fcf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210724-04:50:37:645-94877], vertex-id=[192664], Content-Length=[0], Date=[Sat, 24 Jul 2021 04:50:37 GMT], Content-Type=[application/json]}
2021-07-24T04:50:37.813Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-07-24T04:50:37.813Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T04:50:37.813Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||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-07-24T04:50:37.816Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||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-07-24T04:50:37.817Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 621d4c30-df52-40e3-b779-560007a37a81 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T04:50:37.817Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T04:50:37.817Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:37.818Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:37.818Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102237817,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:50:37.918Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:50:37.919Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:37.919Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:37.929Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:37.930Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 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-07-24T04:50:38.827Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-24T04:50:38.827Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1a043918-1a75-442b-a9a3-0fe177060f1e","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c70f6b3c-762a-489b-af6f-c97baf1ad445","serviceDescription":"service","serviceInvariantUUID":"d0b6d3c0-fd9a-4d45-929a-a1c584fade0f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f939f532-3bb1-4ce2-9a10-2e670bbf068c","resourceInvariantUUID":"179f0b0f-806e-402a-bb8b-7c052922026b","resourceCustomizationUUID":"110dd61a-580d-4620-9b1b-64e02a42be28","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YTUyOTE1ZGVkODc5MjJiZGU3NzljMjU1NmZlMTYzODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a04e5b7b-1979-4912-b1ff-9d41cdcfdfad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"208a42a8-02c8-4cd5-9665-e654ef166db9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c51042f-b214-4a08-ab99-bc65028408a9","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NDAzZDhkNGE1NDFmZjZlOGRhMGNmNTlmZDlhNDA5OWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cdf1c4e1-3a93-446d-92d5-6054ac324d4d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6b2dcf9b-88db-4851-949f-6a3230de454f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ca3b0dfa-df48-47cc-8240-10a25be3d1b8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"09203567-ff1b-404e-8545-b85cc505d7d3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZDM0ZmY0YjM5OWEwZjIwZTZmNDMzZGVhZDM0NGQ0Y2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7bebed3a-b535-4061-9915-3b5da85c2092","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjAzNGQyOGViNWJmYmM0NzE2OWE1YzhhMTE0NzFiNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9564377-3552-4aba-997b-05b01a4b16bd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T04:50:38.828Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:50:38.828Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:38.829Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:38.829Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:38.929Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T04:50:38.930Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:38.930Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:38.939Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:38.939Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:50:39.830Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:50:39.831Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:39.832Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:39.832Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:39.932Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:50:39.933Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:39.933Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:39.942Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:39.942Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:50:40.833Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:50:40.834Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:40.835Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:40.835Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:40.936Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:50:40.936Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:40.936Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:40.944Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:40.944Z||pool-98-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:50:41.836Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:50:41.836Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:41.838Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:41.838Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:41.938Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:50:41.939Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:41.939Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:41.947Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:41.947Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:50:42.838Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:50:42.839Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:42.840Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:42.840Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:42.941Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:50:42.941Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:42.941Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:42.950Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:42.951Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:50:43.841Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:50:43.842Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:43.844Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:43.844Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:43.944Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:50:43.944Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:43.945Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:43.952Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:43.953Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:50:44.844Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:50:44.845Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:44.847Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:44.847Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:44.947Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:50:44.947Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:44.948Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:44.956Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:44.957Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:50:45.847Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:50:45.848Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:45.849Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:45.849Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:50:45.950Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T04:50:45.950Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:45.950Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:45.958Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:45.958Z||pool-103-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:50:46.850Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:50:46.851Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:46.852Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:46.852Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:50:46.952Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:50:46.953Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:46.953Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:46.962Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:46.962Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:50:47.853Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c70f6b3c-762a-489b-af6f-c97baf1ad445",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d0b6d3c0-fd9a-4d45-929a-a1c584fade0f",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "110dd61a-580d-4620-9b1b-64e02a42be28",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f939f532-3bb1-4ce2-9a10-2e670bbf068c",
      "resourceInvariantUUID": "179f0b0f-806e-402a-bb8b-7c052922026b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ZjAzNGQyOGViNWJmYmM0NzE2OWE1YzhhMTE0NzFiNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d9564377-3552-4aba-997b-05b01a4b16bd"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T04:50:47.853Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T04:50:47.853Z|621d4c30-df52-40e3-b779-560007a37a81|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c70f6b3c-762a-489b-af6f-c97baf1ad445 ASDC
2021-07-24T04:50:47.853Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1a043918-1a75-442b-a9a3-0fe177060f1e
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:c70f6b3c-762a-489b-af6f-c97baf1ad445
ServiceInvariantUUID:d0b6d3c0-fd9a-4d45-929a-a1c584fade0f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:d9564377-3552-4aba-997b-05b01a4b16bd
ArtifactChecksum:ZjAzNGQyOGViNWJmYmM0NzE2OWE1YzhhMTE0NzFiNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:110dd61a-580d-4620-9b1b-64e02a42be28
ResourceInvariantUUID:179f0b0f-806e-402a-bb8b-7c052922026b
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:f939f532-3bb1-4ce2-9a10-2e670bbf068c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-24T04:50:47.853Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c70f6b3c-762a-489b-af6f-c97baf1ad445 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-07-24T04:50:47.871Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:50:47.871Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:50:47.871Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:50:47.871Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d9564377-3552-4aba-997b-05b01a4b16bd from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-24T04:50:47.871Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:50:47.871Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-24T04:50:48.895Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:50:48.899Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d9564377-3552-4aba-997b-05b01a4b16bd 105555
2021-07-24T04:50:48.900Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-07-24T04:50:48.900Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-24T04:50:48.900Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:50:48.900Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:48.901Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:48.901Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102248900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:50:49.001Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:50:49.002Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:49.002Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:49.010Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:49.010Z||pool-105-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:50:49.902Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:50:49.903Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:50:49.903Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d9564377-3552-4aba-997b-05b01a4b16bd, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T04:50:49.904Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-07-24T04:50:49.904Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T04:50:49.904Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T04:50:49.979Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3496284256786252194/Definitions/service-TestPnfMacro-template.yml
2021-07-24T04:50:50.503Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T04:50:50.504Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:50:50.504Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T04:50:50.504Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-24T04:50:50.504Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||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-TestPnfMacro-csar.csar
2021-07-24T04:50:50.504Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T04:50:50.505Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 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-TestPnfMacro-csar.csar
2021-07-24T04:50:50.505Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||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-TestPnfMacro-csar.csar
2021-07-24T04:50:50.505Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||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-TestPnfMacro-csar.csar
2021-07-24T04:50:50.505Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||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-TestPnfMacro-csar.csar
2021-07-24T04:50:50.505Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||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-TestPnfMacro-csar.csar
2021-07-24T04:50:50.506Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:50:50.506Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:50.506Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:50.506Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-07-24T04:50:50.507Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:50:50.507Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:50:50.507Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:50.507Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:50.508Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-07-24T04:50:50.508Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:50:50.508Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:50:50.508Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:50.509Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:50.509Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:50.509Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:50.509Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:50.509Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:50.510Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:50.510Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:50.510Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:50.510Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:50.511Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:c70f6b3c-762a-489b-af6f-c97baf1ad445
Model Version:NULL
Model InvariantUuid:d0b6d3c0-fd9a-4d45-929a-a1c584fade0f
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-07-24T04:50:50.516Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: f939f532-3bb1-4ce2-9a10-2e670bbf068c
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-07-24T04:50:50.518Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||test-pnf 0
2021-07-24T04:50:50.518Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f939f532-3bb1-4ce2-9a10-2e670bbf068c
2021-07-24T04:50:50.519Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||No resources found for Service: c70f6b3c-762a-489b-af6f-c97baf1ad445
2021-07-24T04:50:50.519Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c70f6b3c-762a-489b-af6f-c97baf1ad445
2021-07-24T04:50:50.519Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f939f532-3bb1-4ce2-9a10-2e670bbf068c 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-07-24T04:50:50.523Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:50.523Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:50.524Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c70f6b3c-762a-489b-af6f-c97baf1ad445: test-pnf
2021-07-24T04:50:50.524Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||Processing PNF resource: f939f532-3bb1-4ce2-9a10-2e670bbf068c
2021-07-24T04:50:50.524Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:50:50.524Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:50:50.524Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||Resource customization UUID: 110dd61a-580d-4620-9b1b-64e02a42be28 is the same as notified resource customizationUUID: 110dd61a-580d-4620-9b1b-64e02a42be28
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-07-24T04:50:50.551Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f939f532-3bb1-4ce2-9a10-2e670bbf068c 0 ASDC deployResourceStructure
2021-07-24T04:50:50.551Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-07-24T04:50:50.551Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-24T04:50:50.552Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:50:50.552Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:50:50.553Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:50:50.554Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102250551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:50:50.654Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:50:50.654Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:50:50.655Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:50:50.663Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:50:50.663Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:50:51.560Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a043918-1a75-442b-a9a3-0fe177060f1e
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-07-24T04:50:51.569Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a043918-1a75-442b-a9a3-0fe177060f1e
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-07-24T04:50:51.571Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:50:51.571Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:50:51.571Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T04:50:51.572Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T04:50:51.572Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:50:51.572Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:50:51.572Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:50:51.572Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:50:51.572Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:50:51.572Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:50:51.573Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:50:51.573Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||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-07-24T04:50:51.576Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T04:51:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:51:09.232Z||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-07-24T04:51:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:51:09.258Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:09.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "clamp",
  "timestamp": 1627102165434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102167980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "cds",
  "timestamp": 1627102170414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "aai-ml",
  "timestamp": 1627102168577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "policy-id",
  "timestamp": 1627102165329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102167980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "clamp",
  "timestamp": 1627102165434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "aai-ml",
  "timestamp": 1627102168577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "cds",
  "timestamp": 1627102170414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "policy-id",
  "timestamp": 1627102165329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102167980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "clamp",
  "timestamp": 1627102165434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "aai-ml",
  "timestamp": 1627102168577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "cds",
  "timestamp": 1627102170414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "policy-id",
  "timestamp": 1627102165329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102167980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "clamp",
  "timestamp": 1627102165434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "aai-ml",
  "timestamp": 1627102168577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "cds",
  "timestamp": 1627102170414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "policy-id",
  "timestamp": 1627102165329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102167980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "clamp",
  "timestamp": 1627102165434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "aai-ml",
  "timestamp": 1627102168577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "cds",
  "timestamp": 1627102170414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "policy-id",
  "timestamp": 1627102165329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "clamp",
  "timestamp": 1627102165434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102179001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102167980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "aai-ml",
  "timestamp": 1627102168577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "cds",
  "timestamp": 1627102170414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "policy-id",
  "timestamp": 1627102165329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "dcae-sch",
  "timestamp": 1627102179192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102180098,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102179001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "clamp",
  "timestamp": 1627102165434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102167980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "aai-ml",
  "timestamp": 1627102168577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "cds",
  "timestamp": 1627102170414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "policy-id",
  "timestamp": 1627102165329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "dcae-sch",
  "timestamp": 1627102179192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102179001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "clamp",
  "timestamp": 1627102165434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102167980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "cds",
  "timestamp": 1627102170414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "aai-ml",
  "timestamp": 1627102168577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "policy-id",
  "timestamp": 1627102165329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "dcae-sch",
  "timestamp": 1627102179192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102179001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "clamp",
  "timestamp": 1627102165434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102167980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "cds",
  "timestamp": 1627102170414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "aai-ml",
  "timestamp": 1627102168577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "policy-id",
  "timestamp": 1627102165329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "dcae-sch",
  "timestamp": 1627102179192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102179001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "dcae-sch",
  "timestamp": 1627102179192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102183252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "cds",
  "timestamp": 1627102184187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "aai-ml",
  "timestamp": 1627102184198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:09.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "policy-id",
  "timestamp": 1627102184181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102184294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102179001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "dcae-sch",
  "timestamp": 1627102179192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102183252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "cds",
  "timestamp": 1627102185191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-07-24T04:51:09.278Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 722c1fd7-caaf-46ab-b34c-617b3f0471a3
2021-07-24T04:51:09.278Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 722c1fd7-caaf-46ab-b34c-617b3f0471a3 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-07-24T04:51:09.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "policy-id",
  "timestamp": 1627102185185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:51:09.283Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102179001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "dcae-sch",
  "timestamp": 1627102179192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102183252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "policy-id",
  "timestamp": 1627102186189,
  "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-07-24T04:51:09.287Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 722c1fd7-caaf-46ab-b34c-617b3f0471a3
2021-07-24T04:51:09.287Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 722c1fd7-caaf-46ab-b34c-617b3f0471a3 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-07-24T04:51:09.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102179001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102186826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "dcae-sch",
  "timestamp": 1627102179192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102183252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102179001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "dcae-sch",
  "timestamp": 1627102179192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102187829,
  "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-07-24T04:51:09.297Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 722c1fd7-caaf-46ab-b34c-617b3f0471a3
2021-07-24T04:51:09.297Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 722c1fd7-caaf-46ab-b34c-617b3f0471a3 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-07-24T04:51:09.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102183252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102183252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102183252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102183252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "aai-ml",
  "timestamp": 1627102190893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:51:09.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:09.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102183252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "aai-ml",
  "timestamp": 1627102191895,
  "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-07-24T04:51:09.307Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 722c1fd7-caaf-46ab-b34c-617b3f0471a3
2021-07-24T04:51:09.307Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 722c1fd7-caaf-46ab-b34c-617b3f0471a3 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-07-24T04:51:09.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:51:09.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:51:09.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102193993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:09.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102194699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:09.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "clamp",
  "timestamp": 1627102195495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:09.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102195896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:09.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "clamp",
  "timestamp": 1627102197503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:51:09.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102197902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:09.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102198000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:09.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "clamp",
  "timestamp": 1627102198505,
  "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-07-24T04:51:09.316Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 722c1fd7-caaf-46ab-b34c-617b3f0471a3
2021-07-24T04:51:09.316Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 722c1fd7-caaf-46ab-b34c-617b3f0471a3 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-07-24T04:51:09.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102200106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:09.320Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102200366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:09.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102201390,
  "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-07-24T04:51:09.323Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 722c1fd7-caaf-46ab-b34c-617b3f0471a3
2021-07-24T04:51:09.323Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 722c1fd7-caaf-46ab-b34c-617b3f0471a3 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-07-24T04:51:09.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102202392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:51:09.327Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102202464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:09.327Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102203557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:51:09.327Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102204559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T04:51:09.327Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102205563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-24T04:51:09.327Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:09.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:51:09.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102206566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:51:09.328Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:51:21.576Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a043918-1a75-442b-a9a3-0fe177060f1e 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-07-24T04:51:21.581Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a043918-1a75-442b-a9a3-0fe177060f1e and serviceModelVersionId: c70f6b3c-762a-489b-af6f-c97baf1ad445
2021-07-24T04:51:21.582Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d0b6d3c0-fd9a-4d45-929a-a1c584fade0f
2021-07-24T04:51:21.582Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d0b6d3c0-fd9a-4d45-929a-a1c584fade0f/model-vers/model-ver/c70f6b3c-762a-489b-af6f-c97baf1ad445?depth=0
2021-07-24T04:51:21.586Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T04:51:21.621Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0b6d3c0-fd9a-4d45-929a-a1c584fade0f/model-vers/model-ver/c70f6b3c-762a-489b-af6f-c97baf1ad445?depth=0|INFO|500||Invoke
2021-07-24T04:51:21.622Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0b6d3c0-fd9a-4d45-929a-a1c584fade0f/model-vers/model-ver/c70f6b3c-762a-489b-af6f-c97baf1ad445?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0b6d3c0-fd9a-4d45-929a-a1c584fade0f/model-vers/model-ver/c70f6b3c-762a-489b-af6f-c97baf1ad445?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a043918-1a75-442b-a9a3-0fe177060f1e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3e854b78-eb92-4ad9-a2a7-1d32e85dd962], X-ECOMP-RequestID=[1a043918-1a75-442b-a9a3-0fe177060f1e], X-TransactionId=[], X-ONAP-RequestID=[1a043918-1a75-442b-a9a3-0fe177060f1e], Content-Type=[application/merge-patch+json]}
2021-07-24T04:51:21.640Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0b6d3c0-fd9a-4d45-929a-a1c584fade0f/model-vers/model-ver/c70f6b3c-762a-489b-af6f-c97baf1ad445?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T04:51:21.879Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0b6d3c0-fd9a-4d45-929a-a1c584fade0f/model-vers/model-ver/c70f6b3c-762a-489b-af6f-c97baf1ad445?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0b6d3c0-fd9a-4d45-929a-a1c584fade0f/model-vers/model-ver/c70f6b3c-762a-489b-af6f-c97baf1ad445?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210724-04:51:21:646-86901], vertex-id=[499928], Content-Length=[0], Date=[Sat, 24 Jul 2021 04:51:21 GMT], Content-Type=[application/json]}
2021-07-24T04:51:21.879Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0b6d3c0-fd9a-4d45-929a-a1c584fade0f/model-vers/model-ver/c70f6b3c-762a-489b-af6f-c97baf1ad445?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T04:51:21.879Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0b6d3c0-fd9a-4d45-929a-a1c584fade0f/model-vers/model-ver/c70f6b3c-762a-489b-af6f-c97baf1ad445?depth=0|INFO|500||InvokeReturn
2021-07-24T04:51:21.880Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T04:51:21.880Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||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-07-24T04:51:21.883Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||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-07-24T04:51:21.883Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a043918-1a75-442b-a9a3-0fe177060f1e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T04:51:21.884Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T04:51:21.884Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:21.885Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:21.885Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102281883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:51:21.985Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:21.986Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:21.986Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:21.995Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:21.995Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 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-07-24T04:51:22.895Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-24T04:51:22.895Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"722c1fd7-caaf-46ab-b34c-617b3f0471a3","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4d6795d9-39bb-453b-b6e0-b92ca96520f8","serviceDescription":"service","serviceInvariantUUID":"edd68f83-9ffe-4557-b38e-33d0076a6808","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04af9ccc-c417-4f31-ac3a-54b51900f55e","resourceInvariantUUID":"4399636b-6e0e-4160-bb34-c0d7aa9be547","resourceCustomizationUUID":"4c36aad7-d458-41cf-9f01-991031e8dd45","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MThmNWE2MDI1NjVjMmY5OWMzN2IxYzg0Zjk1NjVkNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0184f505-5fe0-40b0-9af1-376264d70872","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"49f2a3c0-8035-4718-885f-ff33e989ee48","artifactVersion":"2","generatedFromUUID":"c2d7563a-bd64-4695-99cc-6e183bdbb34b"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c2d7563a-bd64-4695-99cc-6e183bdbb34b","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ODA5NWU3MTBiZDgxZjY1MTdiNmI5MGY0NjdjNzI1M2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c394f91a-da8b-4b34-9a4a-e9c2833ecbd9","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b1b86368-482f-4e68-b399-c56191d7d26b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ca29e46b-b93f-4d92-b138-089bbab4c37e","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cae448a7-dbde-48bc-a6cc-29cf8e08c42d","artifactVersion":"2","generatedFromUUID":"b1b86368-482f-4e68-b399-c56191d7d26b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTg0YzJmZjI3OTI2NGM4Nzg2NDYwYmQyYzdiMWQ2NGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5dbc3afd-b986-4cc1-84e6-ea843d86fee3","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjE5OGM1NjIzNjg3MzNmMWUwYzAyMDcyZGVjNmYzMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"454210c7-2e64-4748-b198-fd1c4cfe9835","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T04:51:22.896Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:51:22.896Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:22.897Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:22.898Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:22.998Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:22.998Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:22.998Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:23.007Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:23.007Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:51:23.898Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:51:23.899Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:23.901Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:23.901Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-24T04:51:24.001Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:24.002Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:24.002Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:24.009Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:24.010Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:51:24.902Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:51:24.902Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:24.904Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:24.904Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-24T04:51:25.004Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T04:51:25.006Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:25.006Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:25.015Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:25.016Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:51:25.905Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:51:25.906Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:25.908Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:25.908Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:51:26.008Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:26.009Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:26.009Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:26.018Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:26.019Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:51:26.908Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:51:26.909Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:26.911Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:26.911Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:51:27.011Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:27.012Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:27.012Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:27.020Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:27.020Z||pool-112-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:51:27.912Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:51:27.913Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:27.914Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:27.914Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:28.015Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T04:51:28.015Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:28.015Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:28.023Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:28.023Z||pool-113-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:51:28.915Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:51:28.916Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:28.918Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:28.918Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-24T04:51:29.018Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:29.019Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:29.019Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:29.026Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:29.026Z||pool-114-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:51:29.919Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:51:29.919Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:29.921Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:29.921Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:51:30.021Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:30.021Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:30.021Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:30.030Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:30.030Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:51:30.921Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:51:30.922Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:30.926Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:30.926Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:51:31.026Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:31.026Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:31.026Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:31.035Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:31.035Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:51:31.927Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "4d6795d9-39bb-453b-b6e0-b92ca96520f8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "edd68f83-9ffe-4557-b38e-33d0076a6808",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "4c36aad7-d458-41cf-9f01-991031e8dd45",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "04af9ccc-c417-4f31-ac3a-54b51900f55e",
      "resourceInvariantUUID": "4399636b-6e0e-4160-bb34-c0d7aa9be547",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "49f2a3c0-8035-4718-885f-ff33e989ee48",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c2d7563a-bd64-4695-99cc-6e183bdbb34b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "ODA5NWU3MTBiZDgxZjY1MTdiNmI5MGY0NjdjNzI1M2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c394f91a-da8b-4b34-9a4a-e9c2833ecbd9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b1b86368-482f-4e68-b399-c56191d7d26b",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cae448a7-dbde-48bc-a6cc-29cf8e08c42d",
            "generatedFromUUID": "b1b86368-482f-4e68-b399-c56191d7d26b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cae448a7-dbde-48bc-a6cc-29cf8e08c42d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZjE5OGM1NjIzNjg3MzNmMWUwYzAyMDcyZGVjNmYzMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "454210c7-2e64-4748-b198-fd1c4cfe9835"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T04:51:31.927Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T04:51:31.927Z|1a043918-1a75-442b-a9a3-0fe177060f1e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4d6795d9-39bb-453b-b6e0-b92ca96520f8 ASDC
2021-07-24T04:51:31.927Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:722c1fd7-caaf-46ab-b34c-617b3f0471a3
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:4d6795d9-39bb-453b-b6e0-b92ca96520f8
ServiceInvariantUUID:edd68f83-9ffe-4557-b38e-33d0076a6808
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:454210c7-2e64-4748-b198-fd1c4cfe9835
ArtifactChecksum:ZjE5OGM1NjIzNjg3MzNmMWUwYzAyMDcyZGVjNmYzMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:4c36aad7-d458-41cf-9f01-991031e8dd45
ResourceInvariantUUID:4399636b-6e0e-4160-bb34-c0d7aa9be547
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:04af9ccc-c417-4f31-ac3a-54b51900f55e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:49f2a3c0-8035-4718-885f-ff33e989ee48
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:c2d7563a-bd64-4695-99cc-6e183bdbb34b
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:c394f91a-da8b-4b34-9a4a-e9c2833ecbd9
ArtifactChecksum:ODA5NWU3MTBiZDgxZjY1MTdiNmI5MGY0NjdjNzI1M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:b1b86368-482f-4e68-b399-c56191d7d26b
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:cae448a7-dbde-48bc-a6cc-29cf8e08c42d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:cae448a7-dbde-48bc-a6cc-29cf8e08c42d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-24T04:51:31.927Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d6795d9-39bb-453b-b6e0-b92ca96520f8 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-07-24T04:51:31.958Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:51:31.958Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:51:31.958Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:51:31.958Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 454210c7-2e64-4748-b198-fd1c4cfe9835 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-24T04:51:31.958Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:51:31.958Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-24T04:51:33.195Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:51:33.198Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 454210c7-2e64-4748-b198-fd1c4cfe9835 68755
2021-07-24T04:51:33.198Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-07-24T04:51:33.198Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-24T04:51:33.198Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:51:33.198Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:33.200Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:33.200Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102293198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:33.300Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:33.300Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:33.300Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:33.309Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:33.309Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:51:34.201Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:51:34.203Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:51:34.203Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 454210c7-2e64-4748-b198-fd1c4cfe9835, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-24T04:51:34.204Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-07-24T04:51:34.204Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-24T04:51:34.204Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-24T04:51:34.316Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3448019452516390495/Definitions/service-BasicCnf-template.yml
2021-07-24T04:51:35.108Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T04:51:35.108Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:51:35.108Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-24T04:51:35.108Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-07-24T04:51:35.108Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-24T04:51:35.108Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-24T04:51:35.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||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-BasicCnf-csar.csar
2021-07-24T04:51:35.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-24T04:51:35.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:51:35.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:35.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:51:35.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T04:51:35.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:51:35.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:51:35.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:35.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:51:35.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T04:51:35.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:51:35.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:51:35.110Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:35.110Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:51:35.110Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:35.110Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-24T04:51:35.110Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-07-24T04:51:35.110Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2021-07-24T04:51:35.110Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T04:51:35.110Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:35.110Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:51:35.110Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:35.111Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T04:51:35.111Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:51:35.111Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:35.111Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T04:51:35.111Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:51:35.111Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:35.111Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T04:51:35.111Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:51:35.112Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:35.112Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-24T04:51:35.112Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-07-24T04:51:35.112Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a2b7c074-2000-4efd-aa7f-79418e5836a2
2021-07-24T04:51:35.112Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:35.112Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:51:35.112Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:35.112Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:51:35.112Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:35.112Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:51:35.112Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:35.112Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:51:35.113Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:4d6795d9-39bb-453b-b6e0-b92ca96520f8
Model Version:NULL
Model InvariantUuid:edd68f83-9ffe-4557-b38e-33d0076a6808
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:fb7c00cc-c2fe-496c-9156-bc3f904f4c62
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4399636b-6e0e-4160-bb34-c0d7aa9be547
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4c36aad7-d458-41cf-9f01-991031e8dd45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:721e21b7-a611-4da4-aaf9-a8966a92b7f8
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:20a22ce8-99d3-4c67-b823-7f49e7a758ec
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a2b7c074-2000-4efd-aa7f-79418e5836a2
ModelInvariantUuid:fb5facd4-ca43-4654-bc87-c5aefb5f99fa
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:05697385-d4c5-4574-8418-76bdbacbec25
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:6b795c44-114d-4f8d-9eee-578caa99b3ad
ModelInvariantUuid:54e5f948-0c01-4fb3-b74a-88da7dd15d93
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:496268d5-2ea3-4592-887d-e4be3ee65e39
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-07-24T04:51:35.117Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 04af9ccc-c417-4f31-ac3a-54b51900f55e
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-07-24T04:51:35.119Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||basic_cnf 0
2021-07-24T04:51:35.119Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 04af9ccc-c417-4f31-ac3a-54b51900f55e
2021-07-24T04:51:35.119Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 49f2a3c0-8035-4718-885f-ff33e989ee48 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-07-24T04:51:35.120Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:51:35.120Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-07-24T04:51:36.300Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:51:36.301Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 49f2a3c0-8035-4718-885f-ff33e989ee48 12
2021-07-24T04:51:36.301Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-07-24T04:51:36.301Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-07-24T04:51:36.301Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:51:36.301Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:36.303Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:36.303Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102296301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:36.403Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T04:51:36.404Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:36.404Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:36.412Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:36.412Z||pool-118-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:51:37.304Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c2d7563a-bd64-4695-99cc-6e183bdbb34b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-07-24T04:51:37.304Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:51:37.304Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-07-24T04:51:38.102Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:51:38.102Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c2d7563a-bd64-4695-99cc-6e183bdbb34b 2688
2021-07-24T04:51:38.102Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-07-24T04:51:38.102Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-07-24T04:51:38.102Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:51:38.102Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:38.104Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:38.104Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102298102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:38.204Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:38.204Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:38.204Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:38.212Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:38.213Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:51:39.105Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c394f91a-da8b-4b34-9a4a-e9c2833ecbd9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-24T04:51:39.105Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:51:39.105Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-24T04:51:40.397Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:51:40.397Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c394f91a-da8b-4b34-9a4a-e9c2833ecbd9 828
2021-07-24T04:51:40.397Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-07-24T04:51:40.397Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-24T04:51:40.397Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:51:40.398Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:40.399Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:40.399Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102300397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:40.499Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:40.500Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:40.500Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:40.511Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:40.511Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:51:41.399Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "721e21b7-a611-4da4-aaf9-a8966a92b7f8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "20a22ce8-99d3-4c67-b823-7f49e7a758ec",
    "vfModuleModelCustomizationUUID": "ce16a7a3-13a6-4b02-8b6e-3f31a5f0a48b",
    "isBase": true,
    "artifacts": [
      "c2d7563a-bd64-4695-99cc-6e183bdbb34b",
      "b1b86368-482f-4e68-b399-c56191d7d26b",
      "cae448a7-dbde-48bc-a6cc-29cf8e08c42d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-07-24T04:51:41.402Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20a22ce8-99d3-4c67-b823-7f49e7a758ec
VfModuleModelInvariantUUID:721e21b7-a611-4da4-aaf9-a8966a92b7f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2d7563a-bd64-4695-99cc-6e183bdbb34b
,
b1b86368-482f-4e68-b399-c56191d7d26b
,
cae448a7-dbde-48bc-a6cc-29cf8e08c42d

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  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-07-24T04:51:41.403Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "721e21b7-a611-4da4-aaf9-a8966a92b7f8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "20a22ce8-99d3-4c67-b823-7f49e7a758ec",
    "vfModuleModelCustomizationUUID": "ce16a7a3-13a6-4b02-8b6e-3f31a5f0a48b",
    "isBase": true,
    "artifacts": [
      "c2d7563a-bd64-4695-99cc-6e183bdbb34b",
      "b1b86368-482f-4e68-b399-c56191d7d26b",
      "cae448a7-dbde-48bc-a6cc-29cf8e08c42d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-07-24T04:51:41.403Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20a22ce8-99d3-4c67-b823-7f49e7a758ec
VfModuleModelInvariantUUID:721e21b7-a611-4da4-aaf9-a8966a92b7f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2d7563a-bd64-4695-99cc-6e183bdbb34b
,
b1b86368-482f-4e68-b399-c56191d7d26b
,
cae448a7-dbde-48bc-a6cc-29cf8e08c42d

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  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-07-24T04:51:41.403Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b1b86368-482f-4e68-b399-c56191d7d26b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-24T04:51:41.403Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:51:41.404Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-24T04:51:42.790Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:51:42.790Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b1b86368-482f-4e68-b399-c56191d7d26b 1164
2021-07-24T04:51:42.790Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-07-24T04:51:42.790Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-24T04:51:42.790Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:51:42.791Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:42.792Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:42.792Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102302790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:42.892Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:42.892Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:42.893Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:42.901Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:42.902Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:51:43.792Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cae448a7-dbde-48bc-a6cc-29cf8e08c42d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-24T04:51:43.793Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:51:43.793Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-24T04:51:44.090Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:51:44.091Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env cae448a7-dbde-48bc-a6cc-29cf8e08c42d 200
2021-07-24T04:51:44.092Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-07-24T04:51:44.092Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-24T04:51:44.092Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:51:44.092Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:44.094Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:44.094Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102304092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:51:44.194Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:44.195Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:44.195Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:44.203Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:44.204Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:51:45.095Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 4d6795d9-39bb-453b-b6e0-b92ca96520f8
2021-07-24T04:51:45.095Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 04af9ccc-c417-4f31-ac3a-54b51900f55e ASDC
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=?
2021-07-24T04:51:45.103Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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 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 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-07-24T04:51:45.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:45.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:51:45.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-07-24T04:51:45.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 4c36aad7-d458-41cf-9f01-991031e8dd45
2021-07-24T04:51:45.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c36aad7-d458-41cf-9f01-991031e8dd45 matches Tosca VF Customization UUID: 4c36aad7-d458-41cf-9f01-991031e8dd45
2021-07-24T04:51:45.109Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 4c36aad7-d458-41cf-9f01-991031e8dd45  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-07-24T04:51:45.111Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:45.111Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:51:45.111Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 4c36aad7-d458-41cf-9f01-991031e8dd45: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-07-24T04:51:45.111Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@715f5e53
2021-07-24T04:51:45.111Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:45.111Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:51:45.112Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ce16a7a3-13a6-4b02-8b6e-3f31a5f0a48b
2021-07-24T04:51:45.112Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ce16a7a3-13a6-4b02-8b6e-3f31a5f0a48b
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-07-24T04:51:45.113Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:45.113Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T04:51:45.113Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:51:45.113Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:45.114Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T04:51:45.114Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:51:45.114Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:45.114Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-24T04:51:45.114Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-07-24T04:51:45.114Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a2b7c074-2000-4efd-aa7f-79418e5836a2
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-07-24T04:51:45.115Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:45.116Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T04:51:45.116Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:51:45.116Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:45.116Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T04:51:45.116Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=4c36aad7-d458-41cf-9f01-991031e8dd45
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-07-24T04:51:45.117Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:45.117Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:51:45.117Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 4d6795d9-39bb-453b-b6e0-b92ca96520f8: basic_cnf
2021-07-24T04:51:45.117Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:45.118Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:51:45.118Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:45.118Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:51:45.118Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:45.118Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:51:45.118Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:45.118Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:51:45.118Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:51:45.118Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:51:45.118Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf 
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: 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 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 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-07-24T04:51:45.169Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 04af9ccc-c417-4f31-ac3a-54b51900f55e 1 ASDC deployResourceStructure
2021-07-24T04:51:45.169Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-07-24T04:51:45.169Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-07-24T04:51:45.169Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-07-24T04:51:45.169Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:45.171Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:45.171Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102305169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-07-24T04:51:45.271Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:45.272Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:45.272Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:45.280Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:45.280Z||pool-123-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:51:46.171Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-07-24T04:51:46.171Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-07-24T04:51:46.172Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-07-24T04:51:46.172Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:46.174Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:46.174Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102306171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-07-24T04:51:46.274Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:46.275Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:46.275Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:46.283Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:46.283Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:51:47.174Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-07-24T04:51:47.175Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-24T04:51:47.175Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:51:47.175Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:47.176Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:47.177Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102307174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:51:47.277Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:47.277Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:47.277Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:47.285Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:47.285Z||pool-125-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:51:48.178Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-07-24T04:51:48.178Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-24T04:51:48.178Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:51:48.179Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:48.180Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:48.180Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102308177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T04:51:48.280Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:48.281Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:48.281Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:48.290Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:48.290Z||pool-126-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:51:49.181Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-07-24T04:51:49.181Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-24T04:51:49.181Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:51:49.182Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:49.183Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:49.183Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102309181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-07-24T04:51:49.283Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:49.283Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:49.283Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:49.291Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:49.291Z||pool-127-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:51:50.183Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-07-24T04:51:50.184Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-24T04:51:50.184Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:51:50.185Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:51:50.186Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:51:50.187Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102310183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:51:50.287Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:51:50.287Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:51:50.287Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:51:50.296Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:51:50.296Z||pool-128-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:51:51.187Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 722c1fd7-caaf-46ab-b34c-617b3f0471a3
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-07-24T04:51:51.194Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 722c1fd7-caaf-46ab-b34c-617b3f0471a3
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-07-24T04:51:51.196Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:51:51.196Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:51:51.196Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T04:51:51.196Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T04:51:51.196Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:51:51.196Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:51:51.196Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:51:51.196Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:51:51.196Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:51:51.197Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:51:51.197Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||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-07-24T04:51:51.200Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T04:52:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:52:09.232Z||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-07-24T04:52:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:52:09.251Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:52:09.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:52:09.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102237817,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:52:09.252Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:52:09.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:52:09.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:52:09.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:52:09.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:52:09.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:52:09.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:52:09.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:52:09.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:52:09.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:52:09.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:52:09.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:52:09.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:52:09.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102248900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102250551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:52:09.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:52:21.200Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 722c1fd7-caaf-46ab-b34c-617b3f0471a3 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-07-24T04:52:21.205Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 722c1fd7-caaf-46ab-b34c-617b3f0471a3 and serviceModelVersionId: 4d6795d9-39bb-453b-b6e0-b92ca96520f8
2021-07-24T04:52:21.205Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : edd68f83-9ffe-4557-b38e-33d0076a6808
2021-07-24T04:52:21.206Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/edd68f83-9ffe-4557-b38e-33d0076a6808/model-vers/model-ver/4d6795d9-39bb-453b-b6e0-b92ca96520f8?depth=0
2021-07-24T04:52:21.210Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T04:52:21.240Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edd68f83-9ffe-4557-b38e-33d0076a6808/model-vers/model-ver/4d6795d9-39bb-453b-b6e0-b92ca96520f8?depth=0|INFO|500||Invoke
2021-07-24T04:52:21.241Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edd68f83-9ffe-4557-b38e-33d0076a6808/model-vers/model-ver/4d6795d9-39bb-453b-b6e0-b92ca96520f8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edd68f83-9ffe-4557-b38e-33d0076a6808/model-vers/model-ver/4d6795d9-39bb-453b-b6e0-b92ca96520f8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[722c1fd7-caaf-46ab-b34c-617b3f0471a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d45c6a3d-7992-4793-906b-37abe6217fc0], X-ECOMP-RequestID=[722c1fd7-caaf-46ab-b34c-617b3f0471a3], X-TransactionId=[], X-ONAP-RequestID=[722c1fd7-caaf-46ab-b34c-617b3f0471a3], Content-Type=[application/merge-patch+json]}
2021-07-24T04:52:21.256Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edd68f83-9ffe-4557-b38e-33d0076a6808/model-vers/model-ver/4d6795d9-39bb-453b-b6e0-b92ca96520f8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T04:52:21.964Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edd68f83-9ffe-4557-b38e-33d0076a6808/model-vers/model-ver/4d6795d9-39bb-453b-b6e0-b92ca96520f8?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edd68f83-9ffe-4557-b38e-33d0076a6808/model-vers/model-ver/4d6795d9-39bb-453b-b6e0-b92ca96520f8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210724-04:52:21:263-80058], vertex-id=[217208], Content-Length=[0], Date=[Sat, 24 Jul 2021 04:52:21 GMT], Content-Type=[application/json]}
2021-07-24T04:52:21.964Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edd68f83-9ffe-4557-b38e-33d0076a6808/model-vers/model-ver/4d6795d9-39bb-453b-b6e0-b92ca96520f8?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T04:52:21.964Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edd68f83-9ffe-4557-b38e-33d0076a6808/model-vers/model-ver/4d6795d9-39bb-453b-b6e0-b92ca96520f8?depth=0|INFO|500||InvokeReturn
2021-07-24T04:52:21.965Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T04:52:21.965Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||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-07-24T04:52:21.968Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||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-07-24T04:52:21.968Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 722c1fd7-caaf-46ab-b34c-617b3f0471a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T04:52:21.969Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T04:52:21.969Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:52:21.971Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:52:21.971Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102341968,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:52:22.071Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:52:22.072Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:52:22.072Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:52:22.083Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:52:22.083Z||pool-129-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-07-24T04:52:22.981Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:52:22.981Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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-07-24T04:52:22.981Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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 rOV89hvznRrShKLH) ...
2021-07-24T04:52:33.161Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:52:33.162Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:52:33.163Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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-07-24T04:52:33.163Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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 rOV89hvznRrShKLH) ...
2021-07-24T04:52:42.695Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:52:42.695Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:52:42.696Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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-07-24T04:52:42.696Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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 rOV89hvznRrShKLH) ...
2021-07-24T04:52:52.227Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:52:52.228Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:52:52.228Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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-07-24T04:52:52.228Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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 rOV89hvznRrShKLH) ...
2021-07-24T04:53:01.759Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:01.759Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:53:01.759Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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-07-24T04:53:01.759Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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 rOV89hvznRrShKLH) ...
2021-07-24T04:53:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:53:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:53:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:53:09.254Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:09.255Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.255Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a043918-1a75-442b-a9a3-0fe177060f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102281883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:53:09.255Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:53:09.256Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102181110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102293198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102296301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102298102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102300397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102302790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102304092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102305169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-07-24T04:53:09.257Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:53:09.258Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.258Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102306171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-07-24T04:53:09.258Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:53:09.258Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.258Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102307174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T04:53:09.258Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:53:09.258Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.258Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102308177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T04:53:09.258Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:53:09.258Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.258Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102309181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-07-24T04:53:09.258Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:53:09.258Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:53:09.258Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102310183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:53:09.258Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:53:11.290Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:11.291Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:53:11.291Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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-07-24T04:53:11.291Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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 rOV89hvznRrShKLH) ...
2021-07-24T04:53:20.826Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:20.827Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:53:20.827Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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-07-24T04:53:20.827Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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 rOV89hvznRrShKLH) ...
2021-07-24T04:53:30.358Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:30.358Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:53:30.359Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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-07-24T04:53:30.359Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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 rOV89hvznRrShKLH) ...
2021-07-24T04:53:39.889Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:39.890Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:53:39.890Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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-07-24T04:53:39.890Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|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 rOV89hvznRrShKLH) ...
2021-07-24T04:53:44.593Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:44.593Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-24T04:53:44.593Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b451d5c-15f5-48a4-a08b-7db3546d5859","serviceName":"Demo_pNF_5deWo2TPmc3nGu3wCI0e","serviceVersion":"1.0","serviceUUID":"08c9f2ee-f866-4ecc-bc30-d250081f0163","serviceDescription":"catalog service description","serviceInvariantUUID":"48294d3c-238e-4d1c-93b9-f805fa6f9667","resources":[{"resourceInstanceName":"pNF c073bee0-869b 0","resourceName":"pNF c073bee0-869b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9da0dca7-8fab-4d16-bdcb-36e2e9c86bee","resourceInvariantUUID":"5e8ed883-a3ec-4b5e-aaf9-a64f606d39fe","resourceCustomizationUUID":"19efd0e3-7f3b-4e8b-a4af-ab489bedd713","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vf-license-model.xml","artifactChecksum":"NTI3YzhlZWQ3ZGJmZGQ5Y2QzNDE0NTRkNzFjN2U3ZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"047f5da5-46c8-42ee-b83b-4bf4b77a1164","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/pNF.csar","artifactChecksum":"ODM1NmMxMDZmYTFlYTJjODM4NmMwZmExMjYyMjI5NzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ac28c3ce-f5f7-4e61-b9ac-a80620ebf5ce","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb21816b-e377-4d52-b8e8-6534afc88c38","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjMyZDI5Y2ZjZGEwZDM0YjZjY2FjNDU5ZjEwMjY3NDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0d60b48e-1849-49cf-9833-b81dcec50902","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfb2d1d9-51d6-4608-bd9b-350ec03df658","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"716d96bd-473f-4bdb-833e-22d086150e47","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5dewo2tpmc3ngu3wci0e-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-template.yml","artifactChecksum":"ZDE0YmUzMGJmOGU4NTMzZTU0MDVjZDc4OGI4YmM4OGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96a88942-046b-4f37-9e44-1553102b91d0","artifactVersion":"1"},{"artifactName":"service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar","artifactChecksum":"OGI5YzJiOWM5MWVkNTU4MjAwZGQzMDRjZTkyNDYzYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dfa4cb8e-b408-416c-b863-7d5798b794be","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T04:53:44.594Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:53:44.595Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:53:44.596Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:53:44.596Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102419890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:53:44.696Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:53:44.697Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:53:44.697Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:53:44.710Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:44.711Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:53:45.597Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:53:45.597Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:53:45.599Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:53:45.599Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102419890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:53:45.699Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:53:45.700Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:53:45.700Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:53:45.707Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:45.707Z||pool-131-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:53:46.600Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:53:46.600Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:53:46.602Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:53:46.602Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102419890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:53:46.702Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:53:46.703Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:53:46.703Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:53:46.710Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:46.710Z||pool-132-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:53:47.602Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:53:47.603Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:53:47.605Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:53:47.605Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102419890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:53:47.705Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:53:47.706Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:53:47.706Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:53:47.715Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:47.716Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:53:48.606Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:53:48.606Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:53:48.608Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:53:48.608Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102419890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:53:48.708Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:53:48.709Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:53:48.709Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:53:48.717Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:48.717Z||pool-134-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:53:49.609Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:53:49.609Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:53:49.610Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:53:49.611Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102419890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:53:49.711Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:53:49.711Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:53:49.711Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:53:49.721Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:49.722Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:53:50.611Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:53:50.612Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:53:50.613Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:53:50.613Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102419890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:53:50.713Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:53:50.713Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:53:50.713Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:53:50.724Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:50.725Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:53:51.613Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:53:51.614Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:53:51.615Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:53:51.615Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102419890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:53:51.715Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:53:51.716Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:53:51.716Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:53:51.724Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:51.725Z||pool-137-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:53:52.616Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "serviceName": "Demo_pNF_5deWo2TPmc3nGu3wCI0e",
  "serviceVersion": "1.0",
  "serviceUUID": "08c9f2ee-f866-4ecc-bc30-d250081f0163",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "48294d3c-238e-4d1c-93b9-f805fa6f9667",
  "resources": [
    {
      "resourceInstanceName": "pNF c073bee0-869b 0",
      "resourceCustomizationUUID": "19efd0e3-7f3b-4e8b-a4af-ab489bedd713",
      "resourceName": "pNF c073bee0-869b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9da0dca7-8fab-4d16-bdcb-36e2e9c86bee",
      "resourceInvariantUUID": "5e8ed883-a3ec-4b5e-aaf9-a64f606d39fe",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
      "artifactChecksum": "OGI5YzJiOWM5MWVkNTU4MjAwZGQzMDRjZTkyNDYzYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dfa4cb8e-b408-416c-b863-7d5798b794be"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T04:53:52.616Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T04:53:52.616Z|722c1fd7-caaf-46ab-b34c-617b3f0471a3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 08c9f2ee-f866-4ecc-bc30-d250081f0163 ASDC
2021-07-24T04:53:52.617Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:9b451d5c-15f5-48a4-a08b-7db3546d5859
ServiceName:Demo_pNF_5deWo2TPmc3nGu3wCI0e
ServiceVersion:1.0
ServiceUUID:08c9f2ee-f866-4ecc-bc30-d250081f0163
ServiceInvariantUUID:48294d3c-238e-4d1c-93b9-f805fa6f9667
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
ArtifactUUID:dfa4cb8e-b408-416c-b863-7d5798b794be
ArtifactChecksum:OGI5YzJiOWM5MWVkNTU4MjAwZGQzMDRjZTkyNDYzYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c073bee0-869b 0
ResourceCustomizationUUID:19efd0e3-7f3b-4e8b-a4af-ab489bedd713
ResourceInvariantUUID:5e8ed883-a3ec-4b5e-aaf9-a64f606d39fe
ResourceName:pNF c073bee0-869b
ResourceType:PNF
ResourceUUID:9da0dca7-8fab-4d16-bdcb-36e2e9c86bee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-24T04:53:52.617Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08c9f2ee-f866-4ecc-bc30-d250081f0163 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-24T04:53:52.637Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:53:52.638Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:53:52.638Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:53:52.638Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dfa4cb8e-b408-416c-b863-7d5798b794be from URL: /sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
2021-07-24T04:53:52.638Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:53:52.639Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
2021-07-24T04:53:53.703Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:53:53.706Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar dfa4cb8e-b408-416c-b863-7d5798b794be 82535
2021-07-24T04:53:53.706Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar ASDC sendASDCNotification
2021-07-24T04:53:53.706Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
2021-07-24T04:53:53.707Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:53:53.707Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:53:53.708Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:53:53.708Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102433706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:53:53.808Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:53:53.808Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:53:53.809Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:53:53.826Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:53.826Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:53:54.708Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:53:54.710Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:53:54.710Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: dfa4cb8e-b408-416c-b863-7d5798b794be, URL: /sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar to file: /app/ASDC/1/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
2021-07-24T04:53:54.710Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
2021-07-24T04:53:54.711Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
2021-07-24T04:53:54.711Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
2021-07-24T04:53:54.784Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14603922014935725761/Definitions/service-DemoPnf5dewo2tpmc3ngu3wci0e-template.yml
2021-07-24T04:53:55.286Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T04:53:55.286Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:53:55.286Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
2021-07-24T04:53:55.286Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-24T04:53:55.287Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c073bee0-869b 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-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
2021-07-24T04:53:55.287Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||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-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
2021-07-24T04:53:55.287Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
2021-07-24T04:53:55.287Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||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-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
2021-07-24T04:53:55.287Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||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-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
2021-07-24T04:53:55.287Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||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-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
2021-07-24T04:53:55.287Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||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-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
2021-07-24T04:53:55.287Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:53:55.287Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:53:55.287Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5deWo2TPmc3nGu3wCI0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:53:55.287Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Node template pNF c073bee0-869b 0 is matching search criteria
2021-07-24T04:53:55.287Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:53:55.288Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c073bee0-869b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:53:55.288Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:53:55.288Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5deWo2TPmc3nGu3wCI0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:53:55.288Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Node template pNF c073bee0-869b 0 is matching search criteria
2021-07-24T04:53:55.288Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:53:55.288Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c073bee0-869b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:53:55.288Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:53:55.288Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5deWo2TPmc3nGu3wCI0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:53:55.288Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:53:55.288Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5deWo2TPmc3nGu3wCI0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:53:55.288Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:53:55.288Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5deWo2TPmc3nGu3wCI0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:53:55.289Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:53:55.289Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5deWo2TPmc3nGu3wCI0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:53:55.289Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:53:55.289Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5deWo2TPmc3nGu3wCI0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:53:55.289Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_5deWo2TPmc3nGu3wCI0e
Description:catalog service description
Model UUID:08c9f2ee-f866-4ecc-bc30-d250081f0163
Model Version:NULL
Model InvariantUuid:48294d3c-238e-4d1c-93b9-f805fa6f9667
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-07-24T04:53:55.296Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9da0dca7-8fab-4d16-bdcb-36e2e9c86bee
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-07-24T04:53:55.298Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||pNF c073bee0-869b 0
2021-07-24T04:53:55.299Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9da0dca7-8fab-4d16-bdcb-36e2e9c86bee
2021-07-24T04:53:55.299Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 08c9f2ee-f866-4ecc-bc30-d250081f0163
2021-07-24T04:53:55.299Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 08c9f2ee-f866-4ecc-bc30-d250081f0163
2021-07-24T04:53:55.299Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c073bee0-869b 0 9da0dca7-8fab-4d16-bdcb-36e2e9c86bee 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-07-24T04:53:55.303Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:53:55.303Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5deWo2TPmc3nGu3wCI0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:53:55.303Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 08c9f2ee-f866-4ecc-bc30-d250081f0163: pNF c073bee0-869b
2021-07-24T04:53:55.303Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||Processing PNF resource: 9da0dca7-8fab-4d16-bdcb-36e2e9c86bee
2021-07-24T04:53:55.303Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:53:55.303Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5deWo2TPmc3nGu3wCI0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:53:55.304Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||Resource customization UUID: 19efd0e3-7f3b-4e8b-a4af-ab489bedd713 is the same as notified resource customizationUUID: 19efd0e3-7f3b-4e8b-a4af-ab489bedd713
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-07-24T04:53:55.331Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c073bee0-869b 9da0dca7-8fab-4d16-bdcb-36e2e9c86bee 0 ASDC deployResourceStructure
2021-07-24T04:53:55.331Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar ASDC sendASDCNotification
2021-07-24T04:53:55.331Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar
2021-07-24T04:53:55.331Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:53:55.331Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:53:55.332Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:53:55.332Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102435331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:53:55.433Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-24T04:53:55.433Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:53:55.433Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:53:55.443Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:53:55.443Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:53:56.333Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b451d5c-15f5-48a4-a08b-7db3546d5859
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-07-24T04:53:56.342Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b451d5c-15f5-48a4-a08b-7db3546d5859
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-07-24T04:53:56.343Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:53:56.343Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:53:56.343Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:54:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:54:09.232Z||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-07-24T04:54:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:54:09.250Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:54:09.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:54:09.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722c1fd7-caaf-46ab-b34c-617b3f0471a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102341968,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:54:09.251Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:54:26.343Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b451d5c-15f5-48a4-a08b-7db3546d5859
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-07-24T04:54:26.349Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b451d5c-15f5-48a4-a08b-7db3546d5859
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-07-24T04:54:26.350Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:54:26.351Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:54:26.351Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:54:56.351Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b451d5c-15f5-48a4-a08b-7db3546d5859
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-07-24T04:54:56.360Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b451d5c-15f5-48a4-a08b-7db3546d5859
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-07-24T04:54:56.362Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:54:56.362Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:54:56.362Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:55:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:55:09.232Z||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-07-24T04:55:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:55:09.255Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:55:09.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102423252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102419890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102419002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "dcae-sch",
  "timestamp": 1627102419192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102419890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102419002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102423252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "dcae-sch",
  "timestamp": 1627102419192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "policy-id",
  "timestamp": 1627102425329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "cds",
  "timestamp": 1627102425414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102423252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102419890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102419002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "dcae-sch",
  "timestamp": 1627102419192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "policy-id",
  "timestamp": 1627102425329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "cds",
  "timestamp": 1627102425414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102423252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102419002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102419890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "dcae-sch",
  "timestamp": 1627102419192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "policy-id",
  "timestamp": 1627102425329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "cds",
  "timestamp": 1627102425414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102423252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102419002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102419890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "dcae-sch",
  "timestamp": 1627102419192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "policy-id",
  "timestamp": 1627102425329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "cds",
  "timestamp": 1627102425414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102423252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102419890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102419002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "dcae-sch",
  "timestamp": 1627102419192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "policy-id",
  "timestamp": 1627102425329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "cds",
  "timestamp": 1627102425414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102423252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102419002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102419890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "dcae-sch",
  "timestamp": 1627102419192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "policy-id",
  "timestamp": 1627102425329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "cds",
  "timestamp": 1627102425414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102423252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102419890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102419002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "dcae-sch",
  "timestamp": 1627102419192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "policy-id",
  "timestamp": 1627102425329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "cds",
  "timestamp": 1627102425414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "policy-id",
  "timestamp": 1627102425329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "cds",
  "timestamp": 1627102425414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102433705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102433706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102434731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T04:55:09.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:55:09.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "cds",
  "timestamp": 1627102434807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:55:09.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:55:09.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "policy-id",
  "timestamp": 1627102434811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:55:09.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:55:09.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102435331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:55:09.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:55:09.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102435733,
  "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-07-24T04:55:09.269Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9b451d5c-15f5-48a4-a08b-7db3546d5859
2021-07-24T04:55:09.270Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b451d5c-15f5-48a4-a08b-7db3546d5859 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-07-24T04:55:09.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "cds",
  "timestamp": 1627102435811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-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=?
2021-07-24T04:55:09.278Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b451d5c-15f5-48a4-a08b-7db3546d5859
2021-07-24T04:55:09.278Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b451d5c-15f5-48a4-a08b-7db3546d5859 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-07-24T04:55:09.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "policy-id",
  "timestamp": 1627102435814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:55:09.284Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:55:09.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "clamp",
  "timestamp": 1627102435434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "policy-id",
  "timestamp": 1627102436816,
  "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-07-24T04:55:09.287Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b451d5c-15f5-48a4-a08b-7db3546d5859
2021-07-24T04:55:09.287Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b451d5c-15f5-48a4-a08b-7db3546d5859 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-07-24T04:55:09.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "clamp",
  "timestamp": 1627102435434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "clamp",
  "timestamp": 1627102435434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102437980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "clamp",
  "timestamp": 1627102435434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "aai-ml",
  "timestamp": 1627102438577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102437980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "clamp",
  "timestamp": 1627102435434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "aai-ml",
  "timestamp": 1627102438577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102437980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "clamp",
  "timestamp": 1627102435434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "aai-ml",
  "timestamp": 1627102438577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102437980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "clamp",
  "timestamp": 1627102435434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "aai-ml",
  "timestamp": 1627102438577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102437980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "clamp",
  "timestamp": 1627102435434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "aai-ml",
  "timestamp": 1627102438577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102437980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "aai-ml",
  "timestamp": 1627102438577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/resourceInstances/pnfc073bee0869b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102437980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "aai-ml",
  "timestamp": 1627102438577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102437980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "aai-ml",
  "timestamp": 1627102438577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:55:09.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:55:09.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102448496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:55:09.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:55:09.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:55:09.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "aai-ml",
  "timestamp": 1627102448871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:55:09.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:55:26.362Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b451d5c-15f5-48a4-a08b-7db3546d5859
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-07-24T04:55:26.371Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b451d5c-15f5-48a4-a08b-7db3546d5859
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-07-24T04:55:26.373Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:55:26.373Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:55:26.373Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:55:56.373Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b451d5c-15f5-48a4-a08b-7db3546d5859
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-07-24T04:55:56.381Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b451d5c-15f5-48a4-a08b-7db3546d5859
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-07-24T04:55:56.382Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:55:56.383Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:55:56.383Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:56:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:56:09.232Z||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-07-24T04:56:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:56:09.256Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:56:09.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:56:09.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102450062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:56:09.257Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:56:09.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:56:09.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102451065,
  "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-07-24T04:56:09.262Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b451d5c-15f5-48a4-a08b-7db3546d5859
2021-07-24T04:56:09.262Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b451d5c-15f5-48a4-a08b-7db3546d5859 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-07-24T04:56:09.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:56:09.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "aai-ml",
  "timestamp": 1627102453692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:56:09.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:56:09.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:56:09.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "clamp",
  "timestamp": 1627102453731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:56:09.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:56:09.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:56:09.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "aai-ml",
  "timestamp": 1627102454695,
  "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-07-24T04:56:09.272Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9b451d5c-15f5-48a4-a08b-7db3546d5859
2021-07-24T04:56:09.272Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b451d5c-15f5-48a4-a08b-7db3546d5859 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-07-24T04:56:09.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:56:09.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "clamp",
  "timestamp": 1627102456538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5dewo2tpmc3ngu3wci0e/1.0/artifacts/service-DemoPnf5dewo2tpmc3ngu3wci0e-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:56:09.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:56:09.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T04:56:09.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "clamp",
  "timestamp": 1627102457540,
  "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-07-24T04:56:09.280Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9b451d5c-15f5-48a4-a08b-7db3546d5859
2021-07-24T04:56:09.280Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b451d5c-15f5-48a4-a08b-7db3546d5859 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-07-24T04:56:26.383Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b451d5c-15f5-48a4-a08b-7db3546d5859
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-07-24T04:56:26.391Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b451d5c-15f5-48a4-a08b-7db3546d5859
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-07-24T04:56:26.392Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:56:26.392Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:56:26.392Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T04:56:26.392Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T04:56:26.392Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:56:26.393Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:56:26.393Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:56:26.393Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:56:26.393Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:56:26.393Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:56:26.393Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:56:26.393Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||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-07-24T04:56:26.396Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T04:56:56.396Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b451d5c-15f5-48a4-a08b-7db3546d5859 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-07-24T04:56:56.402Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b451d5c-15f5-48a4-a08b-7db3546d5859 and serviceModelVersionId: 08c9f2ee-f866-4ecc-bc30-d250081f0163
2021-07-24T04:56:56.402Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 48294d3c-238e-4d1c-93b9-f805fa6f9667
2021-07-24T04:56:56.403Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/48294d3c-238e-4d1c-93b9-f805fa6f9667/model-vers/model-ver/08c9f2ee-f866-4ecc-bc30-d250081f0163?depth=0
2021-07-24T04:56:56.408Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T04:56:56.435Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/48294d3c-238e-4d1c-93b9-f805fa6f9667/model-vers/model-ver/08c9f2ee-f866-4ecc-bc30-d250081f0163?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-07-24T04:56:56.436Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/48294d3c-238e-4d1c-93b9-f805fa6f9667/model-vers/model-ver/08c9f2ee-f866-4ecc-bc30-d250081f0163?depth=0|INFO|500||Invoke
2021-07-24T04:56:56.450Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/48294d3c-238e-4d1c-93b9-f805fa6f9667/model-vers/model-ver/08c9f2ee-f866-4ecc-bc30-d250081f0163?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T04:56:56.994Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/48294d3c-238e-4d1c-93b9-f805fa6f9667/model-vers/model-ver/08c9f2ee-f866-4ecc-bc30-d250081f0163?depth=0|INFO|500||InvokeReturn
2021-07-24T04:56:56.994Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/48294d3c-238e-4d1c-93b9-f805fa6f9667/model-vers/model-ver/08c9f2ee-f866-4ecc-bc30-d250081f0163?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210724-04:56:56:457-17252], vertex-id=[229528], Content-Length=[0], Date=[Sat, 24 Jul 2021 04:56:56 GMT], Content-Type=[application/json]}
2021-07-24T04:56:56.994Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-07-24T04:56:56.995Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T04:56:56.995Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||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-07-24T04:56:56.998Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||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-07-24T04:56:56.998Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b451d5c-15f5-48a4-a08b-7db3546d5859 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T04:56:56.998Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T04:56:56.998Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:56:57.000Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:56:57.000Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102616998,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:56:57.100Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:56:57.101Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:56:57.101Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:56:57.112Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:56:57.112Z||pool-140-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-07-24T04:56:58.011Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:56:58.011Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|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-07-24T04:56:58.012Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|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 rOV89hvznRrShKLH) ...
2021-07-24T04:57:02.298Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:57:02.299Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-24T04:57:02.299Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f82daa8-3690-41f7-97b1-e6745be3f1bf","serviceName":"Demo_pNF_QbQ0xWBJqaERayJPhL6g","serviceVersion":"1.0","serviceUUID":"27ab4558-715f-48a1-8416-04fd4fc45a76","serviceDescription":"catalog service description","serviceInvariantUUID":"45bd3125-8abb-420c-9773-ce312a8b40b0","resources":[{"resourceInstanceName":"pNF 71d52e73-14ff 0","resourceName":"pNF 71d52e73-14ff","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f4d14454-8c3e-456b-9c84-a17a2e0a2c5e","resourceInvariantUUID":"814b9997-6016-4a9b-b6d0-f4ee4931a2a6","resourceCustomizationUUID":"1ec5f75e-9473-400e-832e-8c0400010c3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vf-license-model.xml","artifactChecksum":"ZmVhY2FmZGQ0Nzk5NmJhZTQzOTU1ZmU5YWQyNWIyYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"01dd05d0-1323-430f-8173-b635e191041b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/pNF.csar","artifactChecksum":"ODM1NmMxMDZmYTFlYTJjODM4NmMwZmExMjYyMjI5NzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3f9e818-3728-4618-8da2-3cfbaecf02b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4fe1a554-ccf2-448e-9fa1-1a884253024e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vendor-license-model.xml","artifactChecksum":"NWE0NTg1NjA3NjY4YWM3YjU4MTk1NmMzZDliNWJjMmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8bfca2b-6f1f-44e5-95b4-581b81371dc1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2f421b5-ebbf-4c40-940a-47a35fbfa9f7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1730049d-ac57-4932-8f2c-800bf9cf413a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQbq0xwbjqaerayjphl6g-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-template.yml","artifactChecksum":"OTkxOGE5Yjc5MTVmMmQ1MGI1ZGJmNjNmYjk2NTI3NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b794f517-b0e7-41e5-9b3e-09ff6d342779","artifactVersion":"1"},{"artifactName":"service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar","artifactChecksum":"ODNkMDA1NDBkZDQ2MjgzNDMyYjdhMTk5ZDcwYWYwMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a899057b-bcb4-4c15-a348-aa209ef8c4d1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T04:57:02.301Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:57:02.301Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:57:02.302Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:57:02.302Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102618011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:02.403Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:57:02.403Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:57:02.403Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:57:02.411Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:57:02.412Z||pool-141-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:57:03.303Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:57:03.304Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:57:03.305Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:57:03.305Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102618011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:03.405Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:57:03.406Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:57:03.406Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:57:03.413Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:57:03.414Z||pool-142-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:57:04.306Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:57:04.306Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:57:04.308Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:57:04.308Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102618011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:04.408Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:57:04.408Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:57:04.409Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:57:04.417Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:57:04.417Z||pool-143-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:57:05.308Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:57:05.309Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:57:05.310Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:57:05.310Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102618011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:05.411Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:57:05.411Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:57:05.411Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:57:05.419Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:57:05.419Z||pool-144-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:57:06.311Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:57:06.312Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:57:06.313Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:57:06.313Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102618011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:06.413Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:57:06.414Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:57:06.414Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:57:06.422Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:57:06.422Z||pool-145-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:57:07.314Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:57:07.314Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:57:07.315Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:57:07.316Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102618011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:07.416Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:57:07.416Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:57:07.416Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:57:07.424Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:57:07.424Z||pool-146-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:57:08.316Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:57:08.317Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:57:08.318Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:57:08.318Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102618011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:08.418Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T04:57:08.419Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:57:08.419Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:57:08.426Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:57:08.427Z||pool-147-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:57:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:57:09.232Z||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-07-24T04:57:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:57:09.256Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:57:09.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102523252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102527980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "dcae-sch",
  "timestamp": 1627102519192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102519002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "clamp",
  "timestamp": 1627102525434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "policy-id",
  "timestamp": 1627102525329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "aai-ml",
  "timestamp": 1627102528577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102523252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "dcae-sch",
  "timestamp": 1627102519192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "clamp",
  "timestamp": 1627102525434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102519002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102527980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "policy-id",
  "timestamp": 1627102525329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "aai-ml",
  "timestamp": 1627102528577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "dcae-sch",
  "timestamp": 1627102519192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102519002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102523252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "clamp",
  "timestamp": 1627102525434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102527980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "policy-id",
  "timestamp": 1627102525329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "cds",
  "timestamp": 1627102530414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "aai-ml",
  "timestamp": 1627102528577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102523252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "dcae-sch",
  "timestamp": 1627102519192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102519002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "clamp",
  "timestamp": 1627102525434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102527980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "policy-id",
  "timestamp": 1627102525329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "cds",
  "timestamp": 1627102530414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "aai-ml",
  "timestamp": 1627102528577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102523252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "dcae-sch",
  "timestamp": 1627102519192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102519002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "clamp",
  "timestamp": 1627102525434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102527980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "policy-id",
  "timestamp": 1627102525329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "cds",
  "timestamp": 1627102530414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "aai-ml",
  "timestamp": 1627102528577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102523252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "dcae-sch",
  "timestamp": 1627102519192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "clamp",
  "timestamp": 1627102525434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102519002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-24T04:57:09.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102527980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "policy-id",
  "timestamp": 1627102525329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "cds",
  "timestamp": 1627102530414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "aai-ml",
  "timestamp": 1627102528577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102523252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "clamp",
  "timestamp": 1627102525434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "dcae-sch",
  "timestamp": 1627102519192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102519002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102527980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "policy-id",
  "timestamp": 1627102525329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "cds",
  "timestamp": 1627102530414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "aai-ml",
  "timestamp": 1627102528577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "dcae-sch",
  "timestamp": 1627102519192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627102523252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:57:09.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "clamp",
  "timestamp": 1627102525434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:57:09.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102519002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102527980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:57:09.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "policy-id",
  "timestamp": 1627102525329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:57:09.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "cds",
  "timestamp": 1627102530414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "aai-ml",
  "timestamp": 1627102528577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:57:09.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "cds",
  "timestamp": 1627102530414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:57:09.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "policy-id",
  "timestamp": 1627102537916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:57:09.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:57:09.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102537997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:57:09.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:57:09.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "aai-ml",
  "timestamp": 1627102538029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:57:09.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:57:09.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "cds",
  "timestamp": 1627102530414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:57:09.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:57:09.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102538090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:57:09.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:57:09.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "policy-id",
  "timestamp": 1627102538919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:57:09.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:57:09.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102539105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T04:57:09.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:57:09.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102539557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:57:09.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:57:09.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "cds",
  "timestamp": 1627102539905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:57:09.277Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:57:09.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "policy-id",
  "timestamp": 1627102539921,
  "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=?
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-07-24T04:57:09.289Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f82daa8-3690-41f7-97b1-e6745be3f1bf
2021-07-24T04:57:09.289Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f82daa8-3690-41f7-97b1-e6745be3f1bf 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-07-24T04:57:09.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627102540107,
  "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-07-24T04:57:09.299Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2f82daa8-3690-41f7-97b1-e6745be3f1bf
2021-07-24T04:57:09.299Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f82daa8-3690-41f7-97b1-e6745be3f1bf 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-07-24T04:57:09.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627102540562,
  "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-07-24T04:57:09.309Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f82daa8-3690-41f7-97b1-e6745be3f1bf
2021-07-24T04:57:09.309Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f82daa8-3690-41f7-97b1-e6745be3f1bf 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-07-24T04:57:09.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "cds",
  "timestamp": 1627102540909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-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=?
2021-07-24T04:57:09.319Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:57:09.319Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:57:09.320Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f82daa8-3690-41f7-97b1-e6745be3f1bf
2021-07-24T04:57:09.320Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f82daa8-3690-41f7-97b1-e6745be3f1bf and ComponentName cds
2021-07-24T04:57:09.321Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:57:09.321Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102618011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "NOTIFIED"
}
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-07-24T04:57:09.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "clamp",
  "timestamp": 1627102542552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:57:09.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:57:09.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "aai-ml",
  "timestamp": 1627102543169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:57:09.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:57:09.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "aai-ml",
  "timestamp": 1627102544172,
  "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-07-24T04:57:09.330Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f82daa8-3690-41f7-97b1-e6745be3f1bf
2021-07-24T04:57:09.330Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f82daa8-3690-41f7-97b1-e6745be3f1bf 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-07-24T04:57:09.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "clamp",
  "timestamp": 1627102544559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:57:09.337Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:57:09.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:57:09.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "clamp",
  "timestamp": 1627102545561,
  "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-07-24T04:57:09.341Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2f82daa8-3690-41f7-97b1-e6745be3f1bf
2021-07-24T04:57:09.341Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f82daa8-3690-41f7-97b1-e6745be3f1bf 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-07-24T04:57:09.421Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:57:09.422Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:57:09.422Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:57:09.430Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:57:09.430Z||pool-148-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:57:10.322Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "serviceName": "Demo_pNF_QbQ0xWBJqaERayJPhL6g",
  "serviceVersion": "1.0",
  "serviceUUID": "27ab4558-715f-48a1-8416-04fd4fc45a76",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "45bd3125-8abb-420c-9773-ce312a8b40b0",
  "resources": [
    {
      "resourceInstanceName": "pNF 71d52e73-14ff 0",
      "resourceCustomizationUUID": "1ec5f75e-9473-400e-832e-8c0400010c3e",
      "resourceName": "pNF 71d52e73-14ff",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f4d14454-8c3e-456b-9c84-a17a2e0a2c5e",
      "resourceInvariantUUID": "814b9997-6016-4a9b-b6d0-f4ee4931a2a6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
      "artifactChecksum": "ODNkMDA1NDBkZDQ2MjgzNDMyYjdhMTk5ZDcwYWYwMWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a899057b-bcb4-4c15-a348-aa209ef8c4d1"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T04:57:10.322Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T04:57:10.322Z|9b451d5c-15f5-48a4-a08b-7db3546d5859|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27ab4558-715f-48a1-8416-04fd4fc45a76 ASDC
2021-07-24T04:57:10.323Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2f82daa8-3690-41f7-97b1-e6745be3f1bf
ServiceName:Demo_pNF_QbQ0xWBJqaERayJPhL6g
ServiceVersion:1.0
ServiceUUID:27ab4558-715f-48a1-8416-04fd4fc45a76
ServiceInvariantUUID:45bd3125-8abb-420c-9773-ce312a8b40b0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
ArtifactUUID:a899057b-bcb4-4c15-a348-aa209ef8c4d1
ArtifactChecksum:ODNkMDA1NDBkZDQ2MjgzNDMyYjdhMTk5ZDcwYWYwMWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 71d52e73-14ff 0
ResourceCustomizationUUID:1ec5f75e-9473-400e-832e-8c0400010c3e
ResourceInvariantUUID:814b9997-6016-4a9b-b6d0-f4ee4931a2a6
ResourceName:pNF 71d52e73-14ff
ResourceType:PNF
ResourceUUID:f4d14454-8c3e-456b-9c84-a17a2e0a2c5e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-24T04:57:10.323Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27ab4558-715f-48a1-8416-04fd4fc45a76 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-07-24T04:57:10.341Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:57:10.342Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:57:10.342Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:57:10.342Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a899057b-bcb4-4c15-a348-aa209ef8c4d1 from URL: /sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
2021-07-24T04:57:10.342Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:57:10.342Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
2021-07-24T04:57:10.896Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:57:10.899Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar a899057b-bcb4-4c15-a348-aa209ef8c4d1 82564
2021-07-24T04:57:10.899Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar ASDC sendASDCNotification
2021-07-24T04:57:10.899Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
2021-07-24T04:57:10.899Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:57:10.900Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:57:10.901Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:57:10.901Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102630899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T04:57:11.001Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:57:11.002Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:57:11.002Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:57:11.011Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:57:11.011Z||pool-149-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:57:11.901Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:57:11.902Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:57:11.902Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a899057b-bcb4-4c15-a348-aa209ef8c4d1, URL: /sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar to file: /app/ASDC/1/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
2021-07-24T04:57:11.903Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
2021-07-24T04:57:11.903Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
2021-07-24T04:57:11.903Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
2021-07-24T04:57:11.979Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13917368273808829783/Definitions/service-DemoPnfQbq0xwbjqaerayjphl6g-template.yml
2021-07-24T04:57:12.502Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T04:57:12.502Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:57:12.502Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
2021-07-24T04:57:12.502Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-24T04:57:12.502Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||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-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
2021-07-24T04:57:12.502Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
2021-07-24T04:57:12.502Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||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-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
2021-07-24T04:57:12.503Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||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-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
2021-07-24T04:57:12.503Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||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-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
2021-07-24T04:57:12.503Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||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-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
2021-07-24T04:57:12.503Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 71d52e73-14ff 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-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
2021-07-24T04:57:12.503Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:57:12.503Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:57:12.503Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QbQ0xWBJqaERayJPhL6g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:57:12.503Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Node template pNF 71d52e73-14ff 0 is matching search criteria
2021-07-24T04:57:12.503Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:57:12.503Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 71d52e73-14ff 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:57:12.504Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:57:12.504Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QbQ0xWBJqaERayJPhL6g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:57:12.504Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Node template pNF 71d52e73-14ff 0 is matching search criteria
2021-07-24T04:57:12.504Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:57:12.504Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 71d52e73-14ff 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:57:12.504Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:57:12.504Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QbQ0xWBJqaERayJPhL6g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:57:12.504Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:57:12.504Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QbQ0xWBJqaERayJPhL6g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:57:12.504Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:57:12.504Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QbQ0xWBJqaERayJPhL6g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:57:12.504Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:57:12.504Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QbQ0xWBJqaERayJPhL6g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:57:12.504Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:57:12.504Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QbQ0xWBJqaERayJPhL6g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:57:12.505Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_QbQ0xWBJqaERayJPhL6g
Description:catalog service description
Model UUID:27ab4558-715f-48a1-8416-04fd4fc45a76
Model Version:NULL
Model InvariantUuid:45bd3125-8abb-420c-9773-ce312a8b40b0
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-07-24T04:57:12.508Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: f4d14454-8c3e-456b-9c84-a17a2e0a2c5e
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-07-24T04:57:12.510Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||pNF 71d52e73-14ff 0
2021-07-24T04:57:12.510Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f4d14454-8c3e-456b-9c84-a17a2e0a2c5e
2021-07-24T04:57:12.510Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 27ab4558-715f-48a1-8416-04fd4fc45a76
2021-07-24T04:57:12.510Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 27ab4558-715f-48a1-8416-04fd4fc45a76
2021-07-24T04:57:12.510Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 71d52e73-14ff 0 f4d14454-8c3e-456b-9c84-a17a2e0a2c5e 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-07-24T04:57:12.513Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:57:12.513Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QbQ0xWBJqaERayJPhL6g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:57:12.513Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 27ab4558-715f-48a1-8416-04fd4fc45a76: pNF 71d52e73-14ff
2021-07-24T04:57:12.513Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||Processing PNF resource: f4d14454-8c3e-456b-9c84-a17a2e0a2c5e
2021-07-24T04:57:12.513Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T04:57:12.513Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QbQ0xWBJqaERayJPhL6g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:57:12.514Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||Resource customization UUID: 1ec5f75e-9473-400e-832e-8c0400010c3e is the same as notified resource customizationUUID: 1ec5f75e-9473-400e-832e-8c0400010c3e
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-07-24T04:57:12.546Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 71d52e73-14ff f4d14454-8c3e-456b-9c84-a17a2e0a2c5e 0 ASDC deployResourceStructure
2021-07-24T04:57:12.546Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar ASDC sendASDCNotification
2021-07-24T04:57:12.546Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar
2021-07-24T04:57:12.546Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:57:12.547Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:57:12.548Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:57:12.548Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102632546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T04:57:12.648Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:57:12.649Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:57:12.649Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:57:12.656Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:57:12.656Z||pool-150-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:57:13.548Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f82daa8-3690-41f7-97b1-e6745be3f1bf
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-07-24T04:57:13.558Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f82daa8-3690-41f7-97b1-e6745be3f1bf
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-07-24T04:57:13.563Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:57:13.563Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:57:13.563Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T04:57:13.563Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T04:57:13.563Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:57:13.563Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:57:13.563Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:57:13.563Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:57:13.563Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:57:13.563Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:57:13.563Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T04:57:13.563Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||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-07-24T04:57:13.568Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T04:57:43.569Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f82daa8-3690-41f7-97b1-e6745be3f1bf 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-07-24T04:57:43.572Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f82daa8-3690-41f7-97b1-e6745be3f1bf and serviceModelVersionId: 27ab4558-715f-48a1-8416-04fd4fc45a76
2021-07-24T04:57:43.573Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45bd3125-8abb-420c-9773-ce312a8b40b0
2021-07-24T04:57:43.573Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45bd3125-8abb-420c-9773-ce312a8b40b0/model-vers/model-ver/27ab4558-715f-48a1-8416-04fd4fc45a76?depth=0
2021-07-24T04:57:43.576Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T04:57:43.605Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45bd3125-8abb-420c-9773-ce312a8b40b0/model-vers/model-ver/27ab4558-715f-48a1-8416-04fd4fc45a76?depth=0|INFO|500||Invoke
2021-07-24T04:57:43.606Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45bd3125-8abb-420c-9773-ce312a8b40b0/model-vers/model-ver/27ab4558-715f-48a1-8416-04fd4fc45a76?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45bd3125-8abb-420c-9773-ce312a8b40b0/model-vers/model-ver/27ab4558-715f-48a1-8416-04fd4fc45a76?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2f82daa8-3690-41f7-97b1-e6745be3f1bf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[485a32d7-7a95-4dcd-bb68-2111dfb704d5], X-ECOMP-RequestID=[2f82daa8-3690-41f7-97b1-e6745be3f1bf], X-TransactionId=[], X-ONAP-RequestID=[2f82daa8-3690-41f7-97b1-e6745be3f1bf], Content-Type=[application/merge-patch+json]}
2021-07-24T04:57:43.619Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45bd3125-8abb-420c-9773-ce312a8b40b0/model-vers/model-ver/27ab4558-715f-48a1-8416-04fd4fc45a76?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T04:57:43.763Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45bd3125-8abb-420c-9773-ce312a8b40b0/model-vers/model-ver/27ab4558-715f-48a1-8416-04fd4fc45a76?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45bd3125-8abb-420c-9773-ce312a8b40b0/model-vers/model-ver/27ab4558-715f-48a1-8416-04fd4fc45a76?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210724-04:57:43:626-2520], vertex-id=[241784], Content-Length=[0], Date=[Sat, 24 Jul 2021 04:57:43 GMT], Content-Type=[application/json]}
2021-07-24T04:57:43.764Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45bd3125-8abb-420c-9773-ce312a8b40b0/model-vers/model-ver/27ab4558-715f-48a1-8416-04fd4fc45a76?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T04:57:43.764Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45bd3125-8abb-420c-9773-ce312a8b40b0/model-vers/model-ver/27ab4558-715f-48a1-8416-04fd4fc45a76?depth=0|INFO|500||InvokeReturn
2021-07-24T04:57:43.764Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T04:57:43.764Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||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-07-24T04:57:43.768Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||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-07-24T04:57:43.768Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f82daa8-3690-41f7-97b1-e6745be3f1bf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T04:57:43.768Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T04:57:43.768Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:57:43.769Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:57:43.770Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102663768,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:57:43.870Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:57:43.870Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:57:43.870Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:57:43.880Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:57:43.880Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 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-07-24T04:57:44.779Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:57:44.779Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T04:57:44.780Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T04:57:54.311Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:57:54.311Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:57:54.312Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T04:57:54.312Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T04:58:03.842Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:58:03.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:58:03.843Z||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-07-24T04:58:03.843Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:58:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:58:09.232Z||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-07-24T04:58:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:58:09.248Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:58:09.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:58:09.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b451d5c-15f5-48a4-a08b-7db3546d5859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102616998,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:58:09.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:58:09.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:58:09.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102618011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:58:09.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:58:09.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:58:09.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102618011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:58:09.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:58:09.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:58:09.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102618011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:58:09.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:58:09.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:58:09.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102618011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:58:09.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:58:09.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:58:09.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102618011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:58:09.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:58:09.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:58:09.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102618011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/resourceInstances/pnf71d52e7314ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:58:09.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:58:09.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T04:58:09.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102618011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T04:58:09.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:58:13.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:58:13.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:58:13.376Z||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-07-24T04:58:13.376Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:58:22.909Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:59:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:59:09.231Z||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-07-24T04:59:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:59:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:59:09.232Z||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-07-24T04:59:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:59:09.251Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T04:59:09.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T04:59:09.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102618011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T04:59:09.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T04:59:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:00:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:00:09.231Z||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-07-24T05:00:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:00:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:00:09.232Z||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-07-24T05:00:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:00:09.753Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:00:09.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T05:00:09.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102630899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:00:09.754Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:00:09.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T05:00:09.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102632546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbq0xwbjqaerayjphl6g/1.0/artifacts/service-DemoPnfQbq0xwbjqaerayjphl6g-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:00:09.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:00:09.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-24T05:00:09.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f82daa8-3690-41f7-97b1-e6745be3f1bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627102663768,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T05:00:09.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:00:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:01:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:01:09.231Z||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-07-24T05:01:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:01:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:01:09.232Z||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-07-24T05:01:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:01:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:01:18.772Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:02:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:02:09.231Z||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-07-24T05:02:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:02:09.232Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:02:09.232Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T05:02:09.232Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T05:02:18.768Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:02:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:03:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:03:09.231Z||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-07-24T05:03:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:03:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:03:09.232Z||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-07-24T05:03:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:03:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:03:18.770Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:04:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:04:09.231Z||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-07-24T05:04:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:04:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:04:09.232Z||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-07-24T05:04:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:04:18.767Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:04:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:05:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:05:09.231Z||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-07-24T05:05:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:05:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:05:09.232Z||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-07-24T05:05:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:05:18.773Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:05:18.776Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:06:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:06:09.231Z||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-07-24T05:06:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:06:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:06:09.232Z||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-07-24T05:06:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:06:18.770Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:06:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:07:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:07:09.231Z||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-07-24T05:07:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:07:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:07:09.232Z||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-07-24T05:07:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:07:09.356Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:07:09.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "cds",
  "timestamp": 1627103220414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "dcae-sch",
  "timestamp": 1627103219192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103219002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627103223252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103217980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "aai-ml",
  "timestamp": 1627103218577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "policy-id",
  "timestamp": 1627103225329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103219002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "cds",
  "timestamp": 1627103220414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627103223252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "aai-ml",
  "timestamp": 1627103218577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "dcae-sch",
  "timestamp": 1627103219192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103217980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "policy-id",
  "timestamp": 1627103225329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103219002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "dcae-sch",
  "timestamp": 1627103219192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "cds",
  "timestamp": 1627103220414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627103223252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "aai-ml",
  "timestamp": 1627103218577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103217980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:07:09.853Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:07:09.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-24T05:07:09.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c35b3f8d-ca80-4e20-8f85-472a6fe5ad93","serviceName":"Demo_pNF_IwQraMRnmGvL0GIYT2LR","serviceVersion":"1.0","serviceUUID":"a14dfcd5-5896-43ab-b934-2501ff2eeb11","serviceDescription":"catalog service description","serviceInvariantUUID":"18dfef2b-c628-47ac-a680-6746db63b4a8","resources":[{"resourceInstanceName":"pNF 0c4978d0-126c 0","resourceName":"pNF 0c4978d0-126c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"18d6c64c-3b8f-43f4-881b-6724b87f10a6","resourceInvariantUUID":"726eca2d-ee23-4c53-ae3b-247a8255f699","resourceCustomizationUUID":"b0f3a747-563c-4033-94fa-75bf45888970","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vf-license-model.xml","artifactChecksum":"Mjc2ZThmYjVkMjYxMWY3NzkxMGUxMTU2MmJhNzdkYjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7f61492-ce9d-4a82-9929-7eacd05894fa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/pNF.csar","artifactChecksum":"ODM1NmMxMDZmYTFlYTJjODM4NmMwZmExMjYyMjI5NzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9e2eb84-396b-4ee0-96bf-4e1153d33ebf","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"070d1821-7ff5-4ba1-b6e0-0189f318dd27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjA5NGE5MTFiMjc2NmZhNWIwYmZkNzZlYzY2ODU3ZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"30b4c8cb-26b6-4cab-98d0-ad5eeb954ae3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e6d2055b-705b-4d6d-8e86-7ee26184fc27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"40f52f80-0aae-4084-8817-1a3297d13359","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIwqramrnmgvl0giyt2lr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-template.yml","artifactChecksum":"NDIzZjM5OGVmYTRjMjdlOTlkMDE2Nzk4NDZlODFjYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9532d479-2365-4e01-82fe-e7852214d59f","artifactVersion":"1"},{"artifactName":"service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar","artifactChecksum":"NDgzOTZhMWFjZWQwMzY4ODMwMjk5N2ZmMjFmMGI5NzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4466c07d-fa0c-45a5-8d5c-520a984d9674","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T05:07:09.855Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:07:09.855Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:07:09.857Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:07:09.857Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103229230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:09.957Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:07:09.957Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:07:09.958Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:07:09.965Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:07:09.966Z||pool-152-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:07:10.857Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:07:10.858Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:07:10.860Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:07:10.860Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103229230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:10.960Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:07:10.961Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:07:10.961Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:07:10.969Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:07:10.969Z||pool-153-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:07:11.861Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:07:11.861Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:07:11.862Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:07:11.862Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103229230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:11.963Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-24T05:07:11.963Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:07:11.963Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:07:11.971Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:07:11.971Z||pool-154-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:07:12.863Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:07:12.863Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:07:12.864Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:07:12.864Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103229230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:12.965Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:07:12.965Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:07:12.966Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:07:12.974Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:07:12.975Z||pool-155-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:07:13.865Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:07:13.866Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:07:13.867Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:07:13.867Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103229230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:13.967Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:07:13.968Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:07:13.968Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:07:13.976Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:07:13.976Z||pool-156-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:07:14.868Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:07:14.868Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:07:14.870Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:07:14.870Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103229230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:14.970Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:07:14.971Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:07:14.971Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:07:14.979Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:07:14.979Z||pool-157-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:07:15.870Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:07:15.871Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:07:15.872Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:07:15.872Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103229230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:07:15.973Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:07:15.973Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:07:15.973Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:07:15.981Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:07:15.981Z||pool-158-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:07:16.873Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:07:16.874Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:07:16.875Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:07:16.875Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103229230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:07:16.975Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:07:16.976Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:07:16.976Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:07:16.984Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:07:16.985Z||pool-159-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-24T05:07:17.876Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "serviceName": "Demo_pNF_IwQraMRnmGvL0GIYT2LR",
  "serviceVersion": "1.0",
  "serviceUUID": "a14dfcd5-5896-43ab-b934-2501ff2eeb11",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "18dfef2b-c628-47ac-a680-6746db63b4a8",
  "resources": [
    {
      "resourceInstanceName": "pNF 0c4978d0-126c 0",
      "resourceCustomizationUUID": "b0f3a747-563c-4033-94fa-75bf45888970",
      "resourceName": "pNF 0c4978d0-126c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "18d6c64c-3b8f-43f4-881b-6724b87f10a6",
      "resourceInvariantUUID": "726eca2d-ee23-4c53-ae3b-247a8255f699",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
      "artifactChecksum": "NDgzOTZhMWFjZWQwMzY4ODMwMjk5N2ZmMjFmMGI5NzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4466c07d-fa0c-45a5-8d5c-520a984d9674"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T05:07:17.876Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T05:07:17.876Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a14dfcd5-5896-43ab-b934-2501ff2eeb11 ASDC
2021-07-24T05:07:17.877Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
ServiceName:Demo_pNF_IwQraMRnmGvL0GIYT2LR
ServiceVersion:1.0
ServiceUUID:a14dfcd5-5896-43ab-b934-2501ff2eeb11
ServiceInvariantUUID:18dfef2b-c628-47ac-a680-6746db63b4a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
ArtifactUUID:4466c07d-fa0c-45a5-8d5c-520a984d9674
ArtifactChecksum:NDgzOTZhMWFjZWQwMzY4ODMwMjk5N2ZmMjFmMGI5NzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0c4978d0-126c 0
ResourceCustomizationUUID:b0f3a747-563c-4033-94fa-75bf45888970
ResourceInvariantUUID:726eca2d-ee23-4c53-ae3b-247a8255f699
ResourceName:pNF 0c4978d0-126c
ResourceType:PNF
ResourceUUID:18d6c64c-3b8f-43f4-881b-6724b87f10a6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-24T05:07:17.877Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a14dfcd5-5896-43ab-b934-2501ff2eeb11 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-24T05:07:17.895Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T05:07:17.895Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-24T05:07:17.895Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-24T05:07:17.896Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4466c07d-fa0c-45a5-8d5c-520a984d9674 from URL: /sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
2021-07-24T05:07:17.896Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-24T05:07:17.896Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
2021-07-24T05:07:18.996Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-24T05:07:18.999Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar 4466c07d-fa0c-45a5-8d5c-520a984d9674 82552
2021-07-24T05:07:18.999Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar ASDC sendASDCNotification
2021-07-24T05:07:18.999Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
2021-07-24T05:07:18.999Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T05:07:18.999Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:07:19.001Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:07:19.001Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103238999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:07:19.101Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:07:19.102Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:07:19.102Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:07:19.110Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:07:19.110Z||pool-160-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:07:20.001Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T05:07:20.002Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-24T05:07:20.002Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4466c07d-fa0c-45a5-8d5c-520a984d9674, URL: /sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar to file: /app/ASDC/1/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
2021-07-24T05:07:20.003Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
2021-07-24T05:07:20.003Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
2021-07-24T05:07:20.003Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
2021-07-24T05:07:20.096Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11907065618780362199/Definitions/service-DemoPnfIwqramrnmgvl0giyt2lr-template.yml
2021-07-24T05:07:20.581Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T05:07:20.581Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-07-24T05:07:20.581Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
2021-07-24T05:07:20.581Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-24T05:07:20.581Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||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-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
2021-07-24T05:07:20.581Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
2021-07-24T05:07:20.581Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0c4978d0-126c 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-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
2021-07-24T05:07:20.581Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||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-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
2021-07-24T05:07:20.581Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||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-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
2021-07-24T05:07:20.581Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||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-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
2021-07-24T05:07:20.582Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||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-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
2021-07-24T05:07:20.582Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-07-24T05:07:20.582Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:07:20.582Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IwQraMRnmGvL0GIYT2LR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:07:20.582Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Node template pNF 0c4978d0-126c 0 is matching search criteria
2021-07-24T05:07:20.582Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-07-24T05:07:20.582Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 0c4978d0-126c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T05:07:20.582Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:07:20.582Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IwQraMRnmGvL0GIYT2LR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:07:20.582Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Node template pNF 0c4978d0-126c 0 is matching search criteria
2021-07-24T05:07:20.582Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-07-24T05:07:20.582Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 0c4978d0-126c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T05:07:20.583Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:07:20.583Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IwQraMRnmGvL0GIYT2LR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:07:20.583Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:07:20.583Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IwQraMRnmGvL0GIYT2LR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:07:20.583Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:07:20.583Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IwQraMRnmGvL0GIYT2LR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:07:20.583Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:07:20.583Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IwQraMRnmGvL0GIYT2LR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:07:20.583Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:07:20.583Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IwQraMRnmGvL0GIYT2LR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:07:20.583Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_IwQraMRnmGvL0GIYT2LR
Description:catalog service description
Model UUID:a14dfcd5-5896-43ab-b934-2501ff2eeb11
Model Version:NULL
Model InvariantUuid:18dfef2b-c628-47ac-a680-6746db63b4a8
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-07-24T05:07:20.588Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 18d6c64c-3b8f-43f4-881b-6724b87f10a6
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-07-24T05:07:20.590Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||pNF 0c4978d0-126c 0
2021-07-24T05:07:20.590Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 18d6c64c-3b8f-43f4-881b-6724b87f10a6
2021-07-24T05:07:20.590Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||No resources found for Service: a14dfcd5-5896-43ab-b934-2501ff2eeb11
2021-07-24T05:07:20.590Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a14dfcd5-5896-43ab-b934-2501ff2eeb11
2021-07-24T05:07:20.591Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0c4978d0-126c 0 18d6c64c-3b8f-43f4-881b-6724b87f10a6 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-07-24T05:07:20.594Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:07:20.594Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IwQraMRnmGvL0GIYT2LR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:07:20.594Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a14dfcd5-5896-43ab-b934-2501ff2eeb11: pNF 0c4978d0-126c
2021-07-24T05:07:20.594Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||Processing PNF resource: 18d6c64c-3b8f-43f4-881b-6724b87f10a6
2021-07-24T05:07:20.594Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:07:20.594Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IwQraMRnmGvL0GIYT2LR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:07:20.594Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||Resource customization UUID: b0f3a747-563c-4033-94fa-75bf45888970 is the same as notified resource customizationUUID: b0f3a747-563c-4033-94fa-75bf45888970
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-07-24T05:07:20.622Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0c4978d0-126c 18d6c64c-3b8f-43f4-881b-6724b87f10a6 0 ASDC deployResourceStructure
2021-07-24T05:07:20.622Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar ASDC sendASDCNotification
2021-07-24T05:07:20.622Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar
2021-07-24T05:07:20.622Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T05:07:20.623Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:07:20.624Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:07:20.624Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103240622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:07:20.724Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:07:20.725Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:07:20.725Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:07:20.733Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:07:20.733Z||pool-161-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:07:21.625Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
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-07-24T05:07:21.632Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
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-07-24T05:07:21.634Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:07:21.634Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T05:07:21.634Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T05:07:51.634Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
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-07-24T05:07:51.640Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
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-07-24T05:07:51.641Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:07:51.641Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T05:07:51.641Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T05:08:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:08:09.232Z||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-07-24T05:08:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:08:09.252Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:08:09.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:08:09.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "policy-id",
  "timestamp": 1627103225329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:08:09.253Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:08:21.642Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
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-07-24T05:08:21.650Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
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-07-24T05:08:21.651Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:08:21.651Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T05:08:21.651Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T05:08:51.651Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
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-07-24T05:08:51.659Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
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-07-24T05:08:51.661Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:08:51.661Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T05:08:51.661Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T05:09:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:09:09.232Z||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-07-24T05:09:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:09:09.754Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:09:09.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103229230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627103223252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "cds",
  "timestamp": 1627103220414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "dcae-sch",
  "timestamp": 1627103219192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103219002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "aai-ml",
  "timestamp": 1627103218577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103217980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "policy-id",
  "timestamp": 1627103225329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103229230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103219002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627103223252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "dcae-sch",
  "timestamp": 1627103219192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "cds",
  "timestamp": 1627103220414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "aai-ml",
  "timestamp": 1627103218577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103217980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "policy-id",
  "timestamp": 1627103225329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103229230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103219002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627103223252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "dcae-sch",
  "timestamp": 1627103219192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "cds",
  "timestamp": 1627103220414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "aai-ml",
  "timestamp": 1627103218577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103217980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "policy-id",
  "timestamp": 1627103225329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103229230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "cds",
  "timestamp": 1627103220414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103219002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "dcae-sch",
  "timestamp": 1627103219192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627103223252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "aai-ml",
  "timestamp": 1627103218577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103217980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "policy-id",
  "timestamp": 1627103225329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103229230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "cds",
  "timestamp": 1627103220414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "dcae-sch",
  "timestamp": 1627103219192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627103223252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103219002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "aai-ml",
  "timestamp": 1627103218577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:09:09.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103217980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "policy-id",
  "timestamp": 1627103225329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103229230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103229230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103235896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103236008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "cds",
  "timestamp": 1627103236013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:09:09.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:09:09.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "aai-ml",
  "timestamp": 1627103236016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:09:09.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:09:09.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "policy-id",
  "timestamp": 1627103236110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:09:09.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:09:09.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103229230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:09:09.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "cds",
  "timestamp": 1627103237017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-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=?
2021-07-24T05:09:09.766Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
2021-07-24T05:09:09.766Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c35b3f8d-ca80-4e20-8f85-472a6fe5ad93 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-07-24T05:09:09.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103237019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T05:09:09.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:09:09.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "policy-id",
  "timestamp": 1627103237113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:09:09.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:09:09.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103237488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:09:09.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:09:09.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103238021,
  "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-07-24T05:09:09.777Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
2021-07-24T05:09:09.778Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c35b3f8d-ca80-4e20-8f85-472a6fe5ad93 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-07-24T05:09:09.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "policy-id",
  "timestamp": 1627103238114,
  "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-07-24T05:09:09.786Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
2021-07-24T05:09:09.786Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c35b3f8d-ca80-4e20-8f85-472a6fe5ad93 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-07-24T05:09:09.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103238491,
  "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-07-24T05:09:09.794Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
2021-07-24T05:09:09.794Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c35b3f8d-ca80-4e20-8f85-472a6fe5ad93 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-07-24T05:09:09.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103238999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:09:09.799Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:09:09.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103240622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:09:09.799Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:09:09.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "aai-ml",
  "timestamp": 1627103240994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:09:09.800Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:09:09.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "aai-ml",
  "timestamp": 1627103241997,
  "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-07-24T05:09:09.803Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
2021-07-24T05:09:09.803Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c35b3f8d-ca80-4e20-8f85-472a6fe5ad93 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-07-24T05:09:09.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "clamp",
  "timestamp": 1627103245434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.809Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "clamp",
  "timestamp": 1627103245434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.809Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "clamp",
  "timestamp": 1627103245434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.809Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "clamp",
  "timestamp": 1627103245434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.809Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "clamp",
  "timestamp": 1627103245434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.809Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "clamp",
  "timestamp": 1627103245434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/resourceInstances/pnf0c4978d0126c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "clamp",
  "timestamp": 1627103245434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:09:09.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "clamp",
  "timestamp": 1627103245434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:09:09.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:09:09.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "clamp",
  "timestamp": 1627103264670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:09:09.810Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:09:09.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "clamp",
  "timestamp": 1627103266678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwqramrnmgvl0giyt2lr/1.0/artifacts/service-DemoPnfIwqramrnmgvl0giyt2lr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:09:09.810Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:09:09.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:09:09.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "clamp",
  "timestamp": 1627103267681,
  "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-07-24T05:09:09.813Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
2021-07-24T05:09:09.813Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c35b3f8d-ca80-4e20-8f85-472a6fe5ad93 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-07-24T05:09:21.661Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
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-07-24T05:09:21.668Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c35b3f8d-ca80-4e20-8f85-472a6fe5ad93
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-07-24T05:09:21.670Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:09:21.670Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T05:09:21.670Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T05:09:21.670Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T05:09:21.670Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:09:21.670Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:09:21.670Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:09:21.670Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:09:21.670Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:09:21.670Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:09:21.670Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:09:21.670Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||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-07-24T05:09:21.675Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T05:09:51.675Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c35b3f8d-ca80-4e20-8f85-472a6fe5ad93 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-07-24T05:09:51.679Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c35b3f8d-ca80-4e20-8f85-472a6fe5ad93 and serviceModelVersionId: a14dfcd5-5896-43ab-b934-2501ff2eeb11
2021-07-24T05:09:51.679Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18dfef2b-c628-47ac-a680-6746db63b4a8
2021-07-24T05:09:51.679Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18dfef2b-c628-47ac-a680-6746db63b4a8/model-vers/model-ver/a14dfcd5-5896-43ab-b934-2501ff2eeb11?depth=0
2021-07-24T05:09:51.684Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T05:09:51.709Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18dfef2b-c628-47ac-a680-6746db63b4a8/model-vers/model-ver/a14dfcd5-5896-43ab-b934-2501ff2eeb11?depth=0|INFO|500||Invoke
2021-07-24T05:09:51.709Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18dfef2b-c628-47ac-a680-6746db63b4a8/model-vers/model-ver/a14dfcd5-5896-43ab-b934-2501ff2eeb11?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18dfef2b-c628-47ac-a680-6746db63b4a8/model-vers/model-ver/a14dfcd5-5896-43ab-b934-2501ff2eeb11?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c35b3f8d-ca80-4e20-8f85-472a6fe5ad93], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1dcb305f-6fda-48a5-abb1-f42a7daadf05], X-ECOMP-RequestID=[c35b3f8d-ca80-4e20-8f85-472a6fe5ad93], X-TransactionId=[], X-ONAP-RequestID=[c35b3f8d-ca80-4e20-8f85-472a6fe5ad93], Content-Type=[application/merge-patch+json]}
2021-07-24T05:09:51.724Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18dfef2b-c628-47ac-a680-6746db63b4a8/model-vers/model-ver/a14dfcd5-5896-43ab-b934-2501ff2eeb11?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T05:09:51.909Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18dfef2b-c628-47ac-a680-6746db63b4a8/model-vers/model-ver/a14dfcd5-5896-43ab-b934-2501ff2eeb11?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18dfef2b-c628-47ac-a680-6746db63b4a8/model-vers/model-ver/a14dfcd5-5896-43ab-b934-2501ff2eeb11?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210724-05:09:51:730-39869], vertex-id=[258200], Content-Length=[0], Date=[Sat, 24 Jul 2021 05:09:51 GMT], Content-Type=[application/json]}
2021-07-24T05:09:51.909Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18dfef2b-c628-47ac-a680-6746db63b4a8/model-vers/model-ver/a14dfcd5-5896-43ab-b934-2501ff2eeb11?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T05:09:51.910Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18dfef2b-c628-47ac-a680-6746db63b4a8/model-vers/model-ver/a14dfcd5-5896-43ab-b934-2501ff2eeb11?depth=0|INFO|500||InvokeReturn
2021-07-24T05:09:51.910Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T05:09:51.910Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||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-07-24T05:09:51.913Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||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-07-24T05:09:51.913Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c35b3f8d-ca80-4e20-8f85-472a6fe5ad93 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T05:09:51.914Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T05:09:51.914Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:09:51.915Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:09:51.915Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103391913,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T05:09:52.015Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:09:52.016Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:09:52.016Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:09:52.025Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:09:52.025Z||pool-162-thread-1|||||INFO|500||cambria reply ok (10 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-07-24T05:09:52.924Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:09:52.925Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|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-07-24T05:09:52.925Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|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 rOV89hvznRrShKLH) ...
2021-07-24T05:10:03.109Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:10:03.109Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:10:03.110Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|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-07-24T05:10:03.110Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|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 rOV89hvznRrShKLH) ...
2021-07-24T05:10:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:10:09.232Z||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-07-24T05:10:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:10:09.851Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:10:09.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T05:10:09.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c35b3f8d-ca80-4e20-8f85-472a6fe5ad93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103391913,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T05:10:09.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:10:12.642Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:10:12.642Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:10:12.643Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|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-07-24T05:10:12.643Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|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 rOV89hvznRrShKLH) ...
2021-07-24T05:10:22.173Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:11:09.230Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:11:09.231Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|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-07-24T05:11:09.231Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|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 rOV89hvznRrShKLH) ...
2021-07-24T05:11:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:11:09.232Z||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-07-24T05:11:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:11:18.769Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:11:18.769Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:12:09.230Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:12:09.231Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|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-07-24T05:12:09.231Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|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 rOV89hvznRrShKLH) ...
2021-07-24T05:12:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:12:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T05:12:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T05:12:18.767Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:12:18.767Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:13:09.230Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:13:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T05:13:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T05:13:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:13:09.232Z||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-07-24T05:13:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:13:18.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:13:18.770Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:14:09.230Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:14:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T05:14:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T05:14:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:14:09.232Z||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-07-24T05:14:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:14:18.770Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:14:18.770Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:15:09.230Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:15:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T05:15:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T05:15:09.232Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:15:09.232Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T05:15:09.232Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T05:15:18.766Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:15:18.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:16:09.230Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:16:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T05:16:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T05:16:09.232Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:16:09.232Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T05:16:09.232Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T05:16:18.766Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:16:18.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:17:09.230Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:17:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T05:17:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T05:17:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:17:09.232Z||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-07-24T05:17:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:17:18.762Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:17:18.767Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:18:09.230Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:18:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T05:18:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rOV89hvznRrShKLH) ...
2021-07-24T05:18:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:18:09.232Z||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-07-24T05:18:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:18:09.810Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:18:09.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T05:18:09.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "aai-ml",
  "timestamp": 1627103878577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:18:09.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:18:09.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T05:18:09.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627103883252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:18:09.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:18:09.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T05:18:09.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "cds",
  "timestamp": 1627103880414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:18:09.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:18:09.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T05:18:09.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103879001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:18:09.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:18:09.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T05:18:09.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "dcae-sch",
  "timestamp": 1627103879192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:18:09.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:18:09.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T05:18:09.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "policy-id",
  "timestamp": 1627103885329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:18:09.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:18:09.856Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:18:09.857Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T05:18:09.857Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c4159d46-2419-4c6d-9ebf-2b89b3baffb3","serviceName":"Demo_pNF_1ir5HAfeHICgZXLpIW66","serviceVersion":"1.0","serviceUUID":"a3091f41-ead6-4d79-b6ae-a8f1f01913db","serviceDescription":"catalog service description","serviceInvariantUUID":"47625c8d-094c-4795-b1ee-de0330d11d7f","resources":[{"resourceInstanceName":"pNF 20a114d2-6d08 0","resourceName":"pNF 20a114d2-6d08","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f86ba587-230d-415f-a2ed-ac5b658744cb","resourceInvariantUUID":"eb940684-aa2f-49e8-a747-7aff9f0a0e0d","resourceCustomizationUUID":"7412fdb5-307d-465f-8cb3-20a711c16742","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vf-license-model.xml","artifactChecksum":"ZTNhNmE3NDlhM2Q4MzU1NjVjYjMzYjAzMDk0NzU3ZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d3499185-d5a6-4f6b-9aab-c17e7f84d4f3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/pNF.csar","artifactChecksum":"ODM1NmMxMDZmYTFlYTJjODM4NmMwZmExMjYyMjI5NzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5fddbf8-aa7a-4f4a-95fe-b77cb0117f45","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"732c2fa8-bc27-43a8-bdb6-800c35829026","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vendor-license-model.xml","artifactChecksum":"ODNhZDExNWE3MjFjMjIzYjIyNWUyOWIyODQyNGZiMjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"692e9dee-5cfe-41db-8dd1-96b665dfa1e4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df98cb97-aab5-4e3f-a17c-57fcf6338400","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f4a7076-a012-4237-b264-cd68d598ccb3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1ir5hafehicgzxlpiw66-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-template.yml","artifactChecksum":"YTQwMDhlMmJiZWM3OTVhZDNiMjFmZjRlNDY1Y2JiY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a84a0efd-2e84-4c47-ad51-13f8fefb37f2","artifactVersion":"1"},{"artifactName":"service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar","artifactChecksum":"MGUxZmI3OGExYTFkZDI0NDk2ZGEwNGJkN2Q5NWQxZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3ccb41d-784b-4290-8239-934f98dcd5ad","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T05:18:09.858Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:18:09.858Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:18:09.860Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:18:09.860Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103889230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:18:09.960Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:18:09.960Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:18:09.960Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:18:09.968Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:18:09.968Z||pool-163-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:18:10.860Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:18:10.861Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:18:10.863Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:18:10.863Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103889230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:18:10.963Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:18:10.963Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:18:10.964Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:18:10.973Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:18:10.973Z||pool-164-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:18:11.863Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:18:11.864Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:18:11.865Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:18:11.865Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103889230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:18:11.965Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:18:11.966Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:18:11.966Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:18:11.974Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:18:11.974Z||pool-165-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:18:12.866Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:18:12.866Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:18:12.868Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:18:12.868Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103889230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:18:12.969Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:18:12.969Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:18:12.969Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:18:12.978Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:18:12.978Z||pool-166-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:18:13.869Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:18:13.870Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:18:13.872Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:18:13.872Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103889230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:18:13.972Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:18:13.973Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:18:13.973Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:18:13.982Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:18:13.982Z||pool-167-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:18:14.872Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:18:14.873Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:18:14.875Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:18:14.875Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103889230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:18:14.975Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:18:14.976Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:18:14.976Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:18:14.983Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:18:14.984Z||pool-168-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:18:15.875Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:18:15.876Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:18:15.878Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:18:15.878Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103889230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:18:15.978Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:18:15.979Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:18:15.979Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:18:15.987Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:18:15.987Z||pool-169-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:18:16.879Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:18:16.879Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:18:16.881Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:18:16.881Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103889230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:18:16.982Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-24T05:18:16.982Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:18:16.982Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:18:16.991Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:18:16.992Z||pool-170-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-24T05:18:17.882Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "serviceName": "Demo_pNF_1ir5HAfeHICgZXLpIW66",
  "serviceVersion": "1.0",
  "serviceUUID": "a3091f41-ead6-4d79-b6ae-a8f1f01913db",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "47625c8d-094c-4795-b1ee-de0330d11d7f",
  "resources": [
    {
      "resourceInstanceName": "pNF 20a114d2-6d08 0",
      "resourceCustomizationUUID": "7412fdb5-307d-465f-8cb3-20a711c16742",
      "resourceName": "pNF 20a114d2-6d08",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f86ba587-230d-415f-a2ed-ac5b658744cb",
      "resourceInvariantUUID": "eb940684-aa2f-49e8-a747-7aff9f0a0e0d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
      "artifactChecksum": "MGUxZmI3OGExYTFkZDI0NDk2ZGEwNGJkN2Q5NWQxZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3ccb41d-784b-4290-8239-934f98dcd5ad"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T05:18:17.883Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T05:18:17.883Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a3091f41-ead6-4d79-b6ae-a8f1f01913db ASDC
2021-07-24T05:18:17.883Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c4159d46-2419-4c6d-9ebf-2b89b3baffb3
ServiceName:Demo_pNF_1ir5HAfeHICgZXLpIW66
ServiceVersion:1.0
ServiceUUID:a3091f41-ead6-4d79-b6ae-a8f1f01913db
ServiceInvariantUUID:47625c8d-094c-4795-b1ee-de0330d11d7f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
ArtifactUUID:d3ccb41d-784b-4290-8239-934f98dcd5ad
ArtifactChecksum:MGUxZmI3OGExYTFkZDI0NDk2ZGEwNGJkN2Q5NWQxZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 20a114d2-6d08 0
ResourceCustomizationUUID:7412fdb5-307d-465f-8cb3-20a711c16742
ResourceInvariantUUID:eb940684-aa2f-49e8-a747-7aff9f0a0e0d
ResourceName:pNF 20a114d2-6d08
ResourceType:PNF
ResourceUUID:f86ba587-230d-415f-a2ed-ac5b658744cb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-24T05:18:17.883Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a3091f41-ead6-4d79-b6ae-a8f1f01913db 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-24T05:18:17.902Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T05:18:17.902Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-24T05:18:17.903Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-24T05:18:17.903Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d3ccb41d-784b-4290-8239-934f98dcd5ad from URL: /sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
2021-07-24T05:18:17.903Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T05:18:17.903Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
2021-07-24T05:18:18.888Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T05:18:18.891Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar d3ccb41d-784b-4290-8239-934f98dcd5ad 82536
2021-07-24T05:18:18.891Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar ASDC sendASDCNotification
2021-07-24T05:18:18.891Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
2021-07-24T05:18:18.892Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T05:18:18.892Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:18:18.893Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:18:18.893Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103898891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:18:18.994Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:18:18.994Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:18:18.994Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:18:19.003Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:18:19.004Z||pool-171-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-24T05:18:19.894Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T05:18:19.895Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-24T05:18:19.895Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d3ccb41d-784b-4290-8239-934f98dcd5ad, URL: /sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar to file: /app/ASDC/1/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
2021-07-24T05:18:19.895Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
2021-07-24T05:18:19.896Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
2021-07-24T05:18:19.896Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
2021-07-24T05:18:19.971Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17648662515472634313/Definitions/service-DemoPnf1ir5hafehicgzxlpiw66-template.yml
2021-07-24T05:18:20.479Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T05:18:20.479Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-07-24T05:18:20.479Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
2021-07-24T05:18:20.479Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-24T05:18:20.479Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||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-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
2021-07-24T05:18:20.479Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 20a114d2-6d08 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-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
2021-07-24T05:18:20.480Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
2021-07-24T05:18:20.480Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||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-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
2021-07-24T05:18:20.480Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||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-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
2021-07-24T05:18:20.480Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||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-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
2021-07-24T05:18:20.480Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||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-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
2021-07-24T05:18:20.480Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-07-24T05:18:20.480Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:18:20.480Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1ir5HAfeHICgZXLpIW66 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:18:20.480Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Node template pNF 20a114d2-6d08 0 is matching search criteria
2021-07-24T05:18:20.480Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-07-24T05:18:20.480Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 20a114d2-6d08 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T05:18:20.480Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:18:20.481Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1ir5HAfeHICgZXLpIW66 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:18:20.481Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Node template pNF 20a114d2-6d08 0 is matching search criteria
2021-07-24T05:18:20.481Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-07-24T05:18:20.481Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 20a114d2-6d08 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T05:18:20.481Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:18:20.481Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1ir5HAfeHICgZXLpIW66 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:18:20.481Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:18:20.481Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1ir5HAfeHICgZXLpIW66 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:18:20.481Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:18:20.481Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1ir5HAfeHICgZXLpIW66 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:18:20.481Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:18:20.481Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1ir5HAfeHICgZXLpIW66 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:18:20.482Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:18:20.482Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1ir5HAfeHICgZXLpIW66 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:18:20.482Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_1ir5HAfeHICgZXLpIW66
Description:catalog service description
Model UUID:a3091f41-ead6-4d79-b6ae-a8f1f01913db
Model Version:NULL
Model InvariantUuid:47625c8d-094c-4795-b1ee-de0330d11d7f
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-07-24T05:18:20.486Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: f86ba587-230d-415f-a2ed-ac5b658744cb
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-07-24T05:18:20.488Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||pNF 20a114d2-6d08 0
2021-07-24T05:18:20.488Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f86ba587-230d-415f-a2ed-ac5b658744cb
2021-07-24T05:18:20.488Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||No resources found for Service: a3091f41-ead6-4d79-b6ae-a8f1f01913db
2021-07-24T05:18:20.489Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a3091f41-ead6-4d79-b6ae-a8f1f01913db
2021-07-24T05:18:20.489Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 20a114d2-6d08 0 f86ba587-230d-415f-a2ed-ac5b658744cb 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-07-24T05:18:20.491Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:18:20.492Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1ir5HAfeHICgZXLpIW66 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:18:20.492Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a3091f41-ead6-4d79-b6ae-a8f1f01913db: pNF 20a114d2-6d08
2021-07-24T05:18:20.492Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||Processing PNF resource: f86ba587-230d-415f-a2ed-ac5b658744cb
2021-07-24T05:18:20.492Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:18:20.492Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1ir5HAfeHICgZXLpIW66 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:18:20.492Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||Resource customization UUID: 7412fdb5-307d-465f-8cb3-20a711c16742 is the same as notified resource customizationUUID: 7412fdb5-307d-465f-8cb3-20a711c16742
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-07-24T05:18:20.514Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 20a114d2-6d08 f86ba587-230d-415f-a2ed-ac5b658744cb 0 ASDC deployResourceStructure
2021-07-24T05:18:20.514Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar ASDC sendASDCNotification
2021-07-24T05:18:20.514Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar
2021-07-24T05:18:20.514Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T05:18:20.514Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:18:20.515Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:18:20.515Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103900514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:18:20.616Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:18:20.616Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:18:20.616Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:18:20.624Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:18:20.624Z||pool-172-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:18:21.516Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4159d46-2419-4c6d-9ebf-2b89b3baffb3
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-07-24T05:18:21.525Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4159d46-2419-4c6d-9ebf-2b89b3baffb3
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-07-24T05:18:21.527Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:18:21.527Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T05:18:21.527Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T05:18:51.527Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4159d46-2419-4c6d-9ebf-2b89b3baffb3
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-07-24T05:18:51.534Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4159d46-2419-4c6d-9ebf-2b89b3baffb3
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-07-24T05:18:51.535Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:18:51.535Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T05:18:51.535Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T05:19:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:19:09.232Z||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-07-24T05:19:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:19:09.251Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:19:09.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T05:19:09.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "dcae-sch",
  "timestamp": 1627103879192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:19:09.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:19:21.535Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4159d46-2419-4c6d-9ebf-2b89b3baffb3
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-07-24T05:19:21.543Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4159d46-2419-4c6d-9ebf-2b89b3baffb3
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-07-24T05:19:21.544Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:19:21.544Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T05:19:21.544Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T05:19:51.544Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4159d46-2419-4c6d-9ebf-2b89b3baffb3
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-07-24T05:19:51.551Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4159d46-2419-4c6d-9ebf-2b89b3baffb3
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-07-24T05:19:51.553Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:19:51.553Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T05:19:51.553Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T05:20:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:20:09.232Z||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-07-24T05:20:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:20:09.258Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:20:09.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:20:09.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "cds",
  "timestamp": 1627103880414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:20:09.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:20:21.553Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4159d46-2419-4c6d-9ebf-2b89b3baffb3
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-07-24T05:20:21.562Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4159d46-2419-4c6d-9ebf-2b89b3baffb3
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-07-24T05:20:21.563Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:20:21.564Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T05:20:21.564Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T05:20:51.564Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4159d46-2419-4c6d-9ebf-2b89b3baffb3
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-07-24T05:20:51.572Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4159d46-2419-4c6d-9ebf-2b89b3baffb3
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-07-24T05:20:51.573Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:20:51.573Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T05:20:51.573Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T05:21:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:21:09.232Z||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-07-24T05:21:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:21:09.753Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:21:09.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "aai-ml",
  "timestamp": 1627103878577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627103883252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103879001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "policy-id",
  "timestamp": 1627103885329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103889230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "dcae-sch",
  "timestamp": 1627103879192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "cds",
  "timestamp": 1627103880414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "aai-ml",
  "timestamp": 1627103878577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627103883252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103879001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "policy-id",
  "timestamp": 1627103885329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103889230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "dcae-sch",
  "timestamp": 1627103879192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "cds",
  "timestamp": 1627103880414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627103883252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103879001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "aai-ml",
  "timestamp": 1627103878577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "policy-id",
  "timestamp": 1627103885329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103889230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "dcae-sch",
  "timestamp": 1627103879192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103879001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627103883252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "cds",
  "timestamp": 1627103880414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "aai-ml",
  "timestamp": 1627103878577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "policy-id",
  "timestamp": 1627103885329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103889230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "dcae-sch",
  "timestamp": 1627103879192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "cds",
  "timestamp": 1627103880414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627103883252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103879001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "aai-ml",
  "timestamp": 1627103878577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "policy-id",
  "timestamp": 1627103885329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103889230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "dcae-sch",
  "timestamp": 1627103879192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "cds",
  "timestamp": 1627103880414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627103883252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103879001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "aai-ml",
  "timestamp": 1627103878577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "policy-id",
  "timestamp": 1627103885329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103889230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "cds",
  "timestamp": 1627103880414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "dcae-sch",
  "timestamp": 1627103879192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627103883252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103879001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "aai-ml",
  "timestamp": 1627103878577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "policy-id",
  "timestamp": 1627103885329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103889230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103889230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "cds",
  "timestamp": 1627103897403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103897591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "aai-ml",
  "timestamp": 1627103897606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "policy-id",
  "timestamp": 1627103897600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "cds",
  "timestamp": 1627103898406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-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=?
2021-07-24T05:21:09.768Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c4159d46-2419-4c6d-9ebf-2b89b3baffb3
2021-07-24T05:21:09.769Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4159d46-2419-4c6d-9ebf-2b89b3baffb3 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-07-24T05:21:09.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103898602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T05:21:09.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:21:09.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "policy-id",
  "timestamp": 1627103898604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:21:09.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:21:09.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103898891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:21:09.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:21:09.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627103899604,
  "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-07-24T05:21:09.783Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c4159d46-2419-4c6d-9ebf-2b89b3baffb3
2021-07-24T05:21:09.783Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4159d46-2419-4c6d-9ebf-2b89b3baffb3 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-07-24T05:21:09.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "policy-id",
  "timestamp": 1627103899607,
  "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-07-24T05:21:09.792Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4159d46-2419-4c6d-9ebf-2b89b3baffb3
2021-07-24T05:21:09.792Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4159d46-2419-4c6d-9ebf-2b89b3baffb3 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-07-24T05:21:09.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627103900514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:21:09.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:21:09.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "aai-ml",
  "timestamp": 1627103902067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:21:09.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:21:09.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "aai-ml",
  "timestamp": 1627103903071,
  "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-07-24T05:21:09.801Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c4159d46-2419-4c6d-9ebf-2b89b3baffb3
2021-07-24T05:21:09.801Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4159d46-2419-4c6d-9ebf-2b89b3baffb3 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-07-24T05:21:09.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "clamp",
  "timestamp": 1627103905434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "clamp",
  "timestamp": 1627103905434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "clamp",
  "timestamp": 1627103905434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103907980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "clamp",
  "timestamp": 1627103905434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103907980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "clamp",
  "timestamp": 1627103905434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103907980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "clamp",
  "timestamp": 1627103905434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103907980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "clamp",
  "timestamp": 1627103905434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103907980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "clamp",
  "timestamp": 1627103905434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:21:09.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103907980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/resourceInstances/pnf20a114d26d080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103907980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:21:09.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103907980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:21:09.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:21:09.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103917597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:21:09.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:21:09.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103919156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:21:09.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:21:09.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627103920159,
  "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-07-24T05:21:09.814Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c4159d46-2419-4c6d-9ebf-2b89b3baffb3
2021-07-24T05:21:09.814Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4159d46-2419-4c6d-9ebf-2b89b3baffb3 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-07-24T05:21:09.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "clamp",
  "timestamp": 1627103923783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:21:09.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:21:09.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "clamp",
  "timestamp": 1627103925790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ir5hafehicgzxlpiw66/1.0/artifacts/service-DemoPnf1ir5hafehicgzxlpiw66-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:21:09.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:21:09.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:21:09.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "clamp",
  "timestamp": 1627103926793,
  "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-07-24T05:21:09.830Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c4159d46-2419-4c6d-9ebf-2b89b3baffb3
2021-07-24T05:21:09.830Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4159d46-2419-4c6d-9ebf-2b89b3baffb3 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-07-24T05:21:21.574Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4159d46-2419-4c6d-9ebf-2b89b3baffb3
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-07-24T05:21:21.582Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4159d46-2419-4c6d-9ebf-2b89b3baffb3
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-07-24T05:21:21.584Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:21:21.584Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T05:21:21.584Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T05:21:21.584Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T05:21:21.584Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:21:21.584Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:21:21.584Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:21:21.584Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:21:21.584Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:21:21.584Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:21:21.584Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:21:21.584Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||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-07-24T05:21:21.587Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T05:21:51.587Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c4159d46-2419-4c6d-9ebf-2b89b3baffb3 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-07-24T05:21:51.592Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c4159d46-2419-4c6d-9ebf-2b89b3baffb3 and serviceModelVersionId: a3091f41-ead6-4d79-b6ae-a8f1f01913db
2021-07-24T05:21:51.592Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 47625c8d-094c-4795-b1ee-de0330d11d7f
2021-07-24T05:21:51.593Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/47625c8d-094c-4795-b1ee-de0330d11d7f/model-vers/model-ver/a3091f41-ead6-4d79-b6ae-a8f1f01913db?depth=0
2021-07-24T05:21:51.596Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T05:21:51.616Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47625c8d-094c-4795-b1ee-de0330d11d7f/model-vers/model-ver/a3091f41-ead6-4d79-b6ae-a8f1f01913db?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-07-24T05:21:51.616Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47625c8d-094c-4795-b1ee-de0330d11d7f/model-vers/model-ver/a3091f41-ead6-4d79-b6ae-a8f1f01913db?depth=0|INFO|500||Invoke
2021-07-24T05:21:51.630Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47625c8d-094c-4795-b1ee-de0330d11d7f/model-vers/model-ver/a3091f41-ead6-4d79-b6ae-a8f1f01913db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T05:21:51.809Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47625c8d-094c-4795-b1ee-de0330d11d7f/model-vers/model-ver/a3091f41-ead6-4d79-b6ae-a8f1f01913db?depth=0|INFO|500||InvokeReturn
2021-07-24T05:21:51.809Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47625c8d-094c-4795-b1ee-de0330d11d7f/model-vers/model-ver/a3091f41-ead6-4d79-b6ae-a8f1f01913db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210724-05:21:51:635-30369], vertex-id=[561368], Content-Length=[0], Date=[Sat, 24 Jul 2021 05:21:51 GMT], Content-Type=[application/json]}
2021-07-24T05:21:51.809Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-07-24T05:21:51.810Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T05:21:51.810Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||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-07-24T05:21:51.814Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||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-07-24T05:21:51.814Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c4159d46-2419-4c6d-9ebf-2b89b3baffb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T05:21:51.815Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T05:21:51.815Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:21:51.817Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:21:51.817Z|c4159d46-2419-4c6d-9ebf-2b89b3baffb3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104111814,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T05:21:51.917Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:21:51.918Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:21:51.918Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:21:51.929Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:21:51.929Z||pool-173-thread-1|||||INFO|500||cambria reply ok (11 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-07-24T05:21:52.826Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:21:52.826Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T05:21:52.827Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T05:22:03.006Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:22:03.007Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:22:03.007Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T05:22:03.007Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T05:22:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:22:09.232Z||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-07-24T05:22:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:22:09.852Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:22:09.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T05:22:09.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4159d46-2419-4c6d-9ebf-2b89b3baffb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104111814,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T05:22:09.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:22:12.541Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:22:12.541Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:22:12.542Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T05:22:12.542Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T05:22:22.073Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:22:22.073Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:22:22.073Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T05:22:22.073Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T05:22:31.601Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:23:09.230Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:23:09.231Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T05:23:09.231Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T05:23:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:23:09.232Z||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-07-24T05:23:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:23:18.770Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:23:18.770Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:24:09.230Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:24:09.231Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T05:24:09.231Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T05:24:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:24:09.232Z||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-07-24T05:24:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:24:18.765Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:24:18.769Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:25:09.230Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:25:09.231Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T05:25:09.231Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T05:25:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:25:09.232Z||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-07-24T05:25:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:25:18.771Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:25:18.771Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:26:09.230Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:26:09.231Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T05:26:09.231Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T05:26:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:26:09.232Z||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-07-24T05:26:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:26:18.767Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:26:18.768Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:27:09.230Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:27:09.231Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T05:27:09.231Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T05:27:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:27:09.232Z||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-07-24T05:27:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:27:18.762Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:27:18.766Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:28:09.230Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:28:09.231Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T05:28:09.231Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T05:28:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:28:09.232Z||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-07-24T05:28:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:28:18.765Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:28:18.765Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:29:09.230Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:29:09.231Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T05:29:09.231Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T05:29:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:29:09.232Z||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-07-24T05:29:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:29:18.767Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:29:18.767Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:30:09.230Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:30:09.231Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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-07-24T05:30:09.231Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|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 rOV89hvznRrShKLH) ...
2021-07-24T05:30:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:30:09.232Z||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-07-24T05:30:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:30:09.500Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:30:09.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "dcae-sch",
  "timestamp": 1627104579192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627104579001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627104583252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627104583252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627104579001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "dcae-sch",
  "timestamp": 1627104579192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "policy-id",
  "timestamp": 1627104585329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "cds",
  "timestamp": 1627104585414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "dcae-sch",
  "timestamp": 1627104579192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627104579001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627104583252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "policy-id",
  "timestamp": 1627104585329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "cds",
  "timestamp": 1627104585414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627104583252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "dcae-sch",
  "timestamp": 1627104579192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627104579001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "policy-id",
  "timestamp": 1627104585329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "cds",
  "timestamp": 1627104585414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "dcae-sch",
  "timestamp": 1627104579192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627104583252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627104579001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "policy-id",
  "timestamp": 1627104585329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "cds",
  "timestamp": 1627104585414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "dcae-sch",
  "timestamp": 1627104579192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627104583252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627104579001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "policy-id",
  "timestamp": 1627104585329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "cds",
  "timestamp": 1627104585414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627104583252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "dcae-sch",
  "timestamp": 1627104579192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627104579001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "policy-id",
  "timestamp": 1627104585329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "cds",
  "timestamp": 1627104585414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627104583252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "dcae-sch",
  "timestamp": 1627104579192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627104579001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "policy-id",
  "timestamp": 1627104585329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "cds",
  "timestamp": 1627104585414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "policy-id",
  "timestamp": 1627104585329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "cds",
  "timestamp": 1627104585414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627104593791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627104594801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "policy-id",
  "timestamp": 1627104594819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "cds",
  "timestamp": 1627104595091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627104595803,
  "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=?
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-07-24T05:30:09.522Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 54ca7d53-a534-4da7-baed-42adbedbd89e
2021-07-24T05:30:09.523Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54ca7d53-a534-4da7-baed-42adbedbd89e 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-07-24T05:30:09.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "policy-id",
  "timestamp": 1627104595822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:30:09.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:30:09.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "clamp",
  "timestamp": 1627104595434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "cds",
  "timestamp": 1627104596094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-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=?
2021-07-24T05:30:09.535Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54ca7d53-a534-4da7-baed-42adbedbd89e
2021-07-24T05:30:09.535Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54ca7d53-a534-4da7-baed-42adbedbd89e 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-07-24T05:30:09.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "policy-id",
  "timestamp": 1627104596823,
  "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-07-24T05:30:09.546Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54ca7d53-a534-4da7-baed-42adbedbd89e
2021-07-24T05:30:09.546Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54ca7d53-a534-4da7-baed-42adbedbd89e 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-07-24T05:30:09.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "clamp",
  "timestamp": 1627104595434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "clamp",
  "timestamp": 1627104595434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627104597980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "clamp",
  "timestamp": 1627104595434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "aai-ml",
  "timestamp": 1627104598577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627104597980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "clamp",
  "timestamp": 1627104595434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "aai-ml",
  "timestamp": 1627104598577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627104597980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "clamp",
  "timestamp": 1627104595434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "aai-ml",
  "timestamp": 1627104598577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627104597980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "clamp",
  "timestamp": 1627104595434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "aai-ml",
  "timestamp": 1627104598577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627104597980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "clamp",
  "timestamp": 1627104595434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "aai-ml",
  "timestamp": 1627104598577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627104597980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "aai-ml",
  "timestamp": 1627104598577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627104597980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "aai-ml",
  "timestamp": 1627104598577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627104597980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "aai-ml",
  "timestamp": 1627104598577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627104607808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "aai-ml",
  "timestamp": 1627104608200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:30:09.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:30:09.850Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:30:09.851Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-24T05:30:09.851Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"54ca7d53-a534-4da7-baed-42adbedbd89e","serviceName":"Demo_pNF_dZsejkytAHHzROMNoeMw","serviceVersion":"1.0","serviceUUID":"c4231cf8-8af5-497f-9a37-0fd1f947d5ad","serviceDescription":"catalog service description","serviceInvariantUUID":"7568b78e-8c8d-4fa7-86bf-99a8857eea4b","resources":[{"resourceInstanceName":"pNF 606abf43-7eb3 0","resourceName":"pNF 606abf43-7eb3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"386fba0c-d879-49c4-8994-7a06531ad742","resourceInvariantUUID":"e884b4f9-1294-4042-9999-93745333ab5b","resourceCustomizationUUID":"bcbe5e3b-6af3-4d2c-9fe8-fc779e76d627","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vf-license-model.xml","artifactChecksum":"Y2JiN2IwYzBjZDJjN2UxMGNmNmE1MGU1MmQ0MWJjMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84b4838d-f302-4cbf-8d4a-337a9701a51b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/pNF.csar","artifactChecksum":"ODM1NmMxMDZmYTFlYTJjODM4NmMwZmExMjYyMjI5NzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"09e2e116-4773-4e71-ad5c-8ed59898efa0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c5aec048-e235-4469-8708-0a791d41de7d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vendor-license-model.xml","artifactChecksum":"Y2QzZmJlOWY3MmM2NmU1YzIzOTVmNTIyOGU1NjI2Yjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1410027f-d6eb-41ce-ae20-57646d0edba2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4777fe1e-c7d4-4079-b213-2d37f9cefea7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"698680e1-3ad7-46c7-8124-6f198e0aa508","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDzsejkytahhzromnoemw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-template.yml","artifactChecksum":"YjkxY2Q0NWYyNzcwZTA1MzIyZjJhOWJiYjUxZmQ0ZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a1da91f-c4a9-4a1f-a4ba-fd86449498b9","artifactVersion":"1"},{"artifactName":"service-DemoPnfDzsejkytahhzromnoemw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar","artifactChecksum":"MTU0NmU5ODBmMGFjZjZjODRhNTRhYjVmN2UzMGRhYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"43921f20-7ee1-4047-8add-d2cb117bc429","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T05:30:09.852Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:30:09.852Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:30:09.853Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:30:09.853Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104609230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:09.954Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T05:30:09.954Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:30:09.954Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:30:09.962Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:30:09.962Z||pool-174-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:30:10.854Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:30:10.854Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:30:10.856Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:30:10.856Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104609230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:10.956Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:30:10.956Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:30:10.956Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:30:10.965Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:30:10.965Z||pool-175-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:30:11.856Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:30:11.857Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:30:11.858Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:30:11.858Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104609230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:11.958Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:30:11.958Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:30:11.959Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:30:11.967Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:30:11.967Z||pool-176-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:30:12.858Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:30:12.858Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:30:12.860Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:30:12.860Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104609230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:12.961Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-24T05:30:12.961Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:30:12.961Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:30:12.970Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:30:12.970Z||pool-177-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:30:13.861Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:30:13.861Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:30:13.863Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:30:13.863Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104609230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:13.963Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:30:13.963Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:30:13.963Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:30:13.971Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:30:13.971Z||pool-178-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:30:14.863Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:30:14.864Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:30:14.865Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:30:14.865Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104609230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:14.965Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:30:14.966Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:30:14.966Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:30:14.974Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:30:14.974Z||pool-179-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:30:15.865Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:30:15.866Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:30:15.868Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:30:15.868Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104609230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:30:15.968Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:30:15.969Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:30:15.969Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:30:15.976Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:30:15.976Z||pool-180-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:30:16.868Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T05:30:16.869Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:30:16.871Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:30:16.871Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104609230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:30:16.971Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:30:16.971Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:30:16.971Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:30:16.979Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:30:16.979Z||pool-181-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:30:17.872Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "serviceName": "Demo_pNF_dZsejkytAHHzROMNoeMw",
  "serviceVersion": "1.0",
  "serviceUUID": "c4231cf8-8af5-497f-9a37-0fd1f947d5ad",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7568b78e-8c8d-4fa7-86bf-99a8857eea4b",
  "resources": [
    {
      "resourceInstanceName": "pNF 606abf43-7eb3 0",
      "resourceCustomizationUUID": "bcbe5e3b-6af3-4d2c-9fe8-fc779e76d627",
      "resourceName": "pNF 606abf43-7eb3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "386fba0c-d879-49c4-8994-7a06531ad742",
      "resourceInvariantUUID": "e884b4f9-1294-4042-9999-93745333ab5b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
      "artifactChecksum": "MTU0NmU5ODBmMGFjZjZjODRhNTRhYjVmN2UzMGRhYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "43921f20-7ee1-4047-8add-d2cb117bc429"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T05:30:17.872Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T05:30:17.872Z|2f82daa8-3690-41f7-97b1-e6745be3f1bf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c4231cf8-8af5-497f-9a37-0fd1f947d5ad ASDC
2021-07-24T05:30:17.873Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:54ca7d53-a534-4da7-baed-42adbedbd89e
ServiceName:Demo_pNF_dZsejkytAHHzROMNoeMw
ServiceVersion:1.0
ServiceUUID:c4231cf8-8af5-497f-9a37-0fd1f947d5ad
ServiceInvariantUUID:7568b78e-8c8d-4fa7-86bf-99a8857eea4b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDzsejkytahhzromnoemw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar
ArtifactUUID:43921f20-7ee1-4047-8add-d2cb117bc429
ArtifactChecksum:MTU0NmU5ODBmMGFjZjZjODRhNTRhYjVmN2UzMGRhYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 606abf43-7eb3 0
ResourceCustomizationUUID:bcbe5e3b-6af3-4d2c-9fe8-fc779e76d627
ResourceInvariantUUID:e884b4f9-1294-4042-9999-93745333ab5b
ResourceName:pNF 606abf43-7eb3
ResourceType:PNF
ResourceUUID:386fba0c-d879-49c4-8994-7a06531ad742
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-24T05:30:17.873Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4231cf8-8af5-497f-9a37-0fd1f947d5ad 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-07-24T05:30:17.895Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T05:30:17.895Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T05:30:17.895Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T05:30:17.896Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 43921f20-7ee1-4047-8add-d2cb117bc429 from URL: /sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar
2021-07-24T05:30:17.896Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T05:30:17.896Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar
2021-07-24T05:30:18.800Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T05:30:18.803Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar 43921f20-7ee1-4047-8add-d2cb117bc429 82539
2021-07-24T05:30:18.803Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar ASDC sendASDCNotification
2021-07-24T05:30:18.803Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar
2021-07-24T05:30:18.803Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T05:30:18.803Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:30:18.805Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:30:18.805Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104618803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:30:18.905Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:30:18.906Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:30:18.906Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:30:18.914Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:30:18.915Z||pool-182-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T05:30:19.806Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T05:30:19.806Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T05:30:19.807Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 43921f20-7ee1-4047-8add-d2cb117bc429, URL: /sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar to file: /app/ASDC/1/service-DemoPnfDzsejkytahhzromnoemw-csar.csar
2021-07-24T05:30:19.807Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDzsejkytahhzromnoemw-csar.csar
2021-07-24T05:30:19.807Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDzsejkytahhzromnoemw-csar.csar
2021-07-24T05:30:19.807Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDzsejkytahhzromnoemw-csar.csar
2021-07-24T05:30:19.880Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3509858041786520594/Definitions/service-DemoPnfDzsejkytahhzromnoemw-template.yml
2021-07-24T05:30:20.384Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T05:30:20.384Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T05:30:20.385Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDzsejkytahhzromnoemw-csar.csar
2021-07-24T05:30:20.385Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-24T05:30:20.385Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||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-DemoPnfDzsejkytahhzromnoemw-csar.csar
2021-07-24T05:30:20.385Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDzsejkytahhzromnoemw-csar.csar
2021-07-24T05:30:20.385Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||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-DemoPnfDzsejkytahhzromnoemw-csar.csar
2021-07-24T05:30:20.385Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||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-DemoPnfDzsejkytahhzromnoemw-csar.csar
2021-07-24T05:30:20.385Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 606abf43-7eb3 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-DemoPnfDzsejkytahhzromnoemw-csar.csar
2021-07-24T05:30:20.385Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||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-DemoPnfDzsejkytahhzromnoemw-csar.csar
2021-07-24T05:30:20.385Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||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-DemoPnfDzsejkytahhzromnoemw-csar.csar
2021-07-24T05:30:20.385Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T05:30:20.385Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:30:20.385Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dZsejkytAHHzROMNoeMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:30:20.385Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Node template pNF 606abf43-7eb3 0 is matching search criteria
2021-07-24T05:30:20.385Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T05:30:20.386Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 606abf43-7eb3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T05:30:20.386Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:30:20.386Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dZsejkytAHHzROMNoeMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:30:20.386Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Node template pNF 606abf43-7eb3 0 is matching search criteria
2021-07-24T05:30:20.386Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T05:30:20.386Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 606abf43-7eb3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T05:30:20.386Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:30:20.386Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dZsejkytAHHzROMNoeMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:30:20.386Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:30:20.386Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dZsejkytAHHzROMNoeMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:30:20.386Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:30:20.386Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dZsejkytAHHzROMNoeMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:30:20.386Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:30:20.387Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dZsejkytAHHzROMNoeMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:30:20.387Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:30:20.387Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dZsejkytAHHzROMNoeMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:30:20.387Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_dZsejkytAHHzROMNoeMw
Description:catalog service description
Model UUID:c4231cf8-8af5-497f-9a37-0fd1f947d5ad
Model Version:NULL
Model InvariantUuid:7568b78e-8c8d-4fa7-86bf-99a8857eea4b
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-07-24T05:30:20.392Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 386fba0c-d879-49c4-8994-7a06531ad742
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-07-24T05:30:20.394Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||pNF 606abf43-7eb3 0
2021-07-24T05:30:20.394Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 386fba0c-d879-49c4-8994-7a06531ad742
2021-07-24T05:30:20.395Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||No resources found for Service: c4231cf8-8af5-497f-9a37-0fd1f947d5ad
2021-07-24T05:30:20.395Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c4231cf8-8af5-497f-9a37-0fd1f947d5ad
2021-07-24T05:30:20.395Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 606abf43-7eb3 0 386fba0c-d879-49c4-8994-7a06531ad742 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-07-24T05:30:20.398Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:30:20.398Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dZsejkytAHHzROMNoeMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:30:20.398Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c4231cf8-8af5-497f-9a37-0fd1f947d5ad: pNF 606abf43-7eb3
2021-07-24T05:30:20.398Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||Processing PNF resource: 386fba0c-d879-49c4-8994-7a06531ad742
2021-07-24T05:30:20.398Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T05:30:20.398Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dZsejkytAHHzROMNoeMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T05:30:20.398Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||Resource customization UUID: bcbe5e3b-6af3-4d2c-9fe8-fc779e76d627 is the same as notified resource customizationUUID: bcbe5e3b-6af3-4d2c-9fe8-fc779e76d627
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-07-24T05:30:20.418Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 606abf43-7eb3 386fba0c-d879-49c4-8994-7a06531ad742 0 ASDC deployResourceStructure
2021-07-24T05:30:20.418Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar ASDC sendASDCNotification
2021-07-24T05:30:20.418Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar
2021-07-24T05:30:20.418Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T05:30:20.418Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:30:20.420Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:30:20.420Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104620418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:30:20.520Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:30:20.520Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:30:20.520Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:30:20.530Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:30:20.530Z||pool-183-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-24T05:30:21.420Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54ca7d53-a534-4da7-baed-42adbedbd89e
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-07-24T05:30:21.428Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54ca7d53-a534-4da7-baed-42adbedbd89e
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-07-24T05:30:21.430Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:30:21.430Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T05:30:21.430Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T05:30:51.430Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54ca7d53-a534-4da7-baed-42adbedbd89e
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-07-24T05:30:51.439Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54ca7d53-a534-4da7-baed-42adbedbd89e
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-07-24T05:30:51.441Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:30:51.442Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T05:30:51.442Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T05:31:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:31:09.232Z||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-07-24T05:31:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:31:09.249Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:31:09.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:31:09.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627104609379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:31:09.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:31:21.442Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54ca7d53-a534-4da7-baed-42adbedbd89e
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-07-24T05:31:21.453Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54ca7d53-a534-4da7-baed-42adbedbd89e
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-07-24T05:31:21.455Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:31:21.455Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T05:31:21.455Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T05:31:51.456Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54ca7d53-a534-4da7-baed-42adbedbd89e
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-07-24T05:31:51.465Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54ca7d53-a534-4da7-baed-42adbedbd89e
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-07-24T05:31:51.467Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:31:51.467Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T05:31:51.467Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T05:32:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:32:09.232Z||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-07-24T05:32:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:32:09.250Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:32:09.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:32:09.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104609230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:32:09.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:32:21.467Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54ca7d53-a534-4da7-baed-42adbedbd89e
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-07-24T05:32:21.495Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54ca7d53-a534-4da7-baed-42adbedbd89e
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-07-24T05:32:21.501Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:32:21.501Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T05:32:21.501Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T05:32:51.501Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54ca7d53-a534-4da7-baed-42adbedbd89e
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-07-24T05:32:51.512Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54ca7d53-a534-4da7-baed-42adbedbd89e
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-07-24T05:32:51.514Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:32:51.515Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T05:32:51.515Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T05:33:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:33:09.232Z||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-07-24T05:33:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:33:09.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:33:09.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:33:09.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627104610382,
  "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-07-24T05:33:09.756Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54ca7d53-a534-4da7-baed-42adbedbd89e
2021-07-24T05:33:09.756Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54ca7d53-a534-4da7-baed-42adbedbd89e 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-07-24T05:33:09.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:33:09.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104609230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:33:09.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:33:09.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:33:09.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "clamp",
  "timestamp": 1627104611074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:33:09.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:33:09.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:33:09.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104609230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:33:09.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:33:09.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:33:09.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104609230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:33:09.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:33:09.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:33:09.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "clamp",
  "timestamp": 1627104612907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:33:09.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:33:09.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:33:09.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "aai-ml",
  "timestamp": 1627104612995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:33:09.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:33:09.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:33:09.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104609230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:33:09.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:33:09.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:33:09.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "clamp",
  "timestamp": 1627104613909,
  "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-07-24T05:33:09.768Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 54ca7d53-a534-4da7-baed-42adbedbd89e
2021-07-24T05:33:09.769Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54ca7d53-a534-4da7-baed-42adbedbd89e 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-07-24T05:33:09.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:33:09.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "aai-ml",
  "timestamp": 1627104613998,
  "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-07-24T05:33:09.777Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 54ca7d53-a534-4da7-baed-42adbedbd89e
2021-07-24T05:33:09.777Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54ca7d53-a534-4da7-baed-42adbedbd89e 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-07-24T05:33:09.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:33:09.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104609230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/resourceInstances/pnf606abf437eb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:33:09.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:33:09.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:33:09.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104609230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T05:33:09.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:33:09.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:33:09.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104609230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T05:33:09.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-24T05:33:09.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:33:09.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104618803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T05:33:09.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:33:09.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:33:09.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104620418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDzsejkytahhzromnoemw/1.0/artifacts/service-DemoPnfDzsejkytahhzromnoemw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T05:33:09.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:33:21.515Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54ca7d53-a534-4da7-baed-42adbedbd89e
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-07-24T05:33:21.523Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54ca7d53-a534-4da7-baed-42adbedbd89e
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-07-24T05:33:21.525Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T05:33:21.525Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T05:33:21.525Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T05:33:21.525Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T05:33:21.525Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:33:21.525Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:33:21.525Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:33:21.525Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:33:21.525Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:33:21.525Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:33:21.525Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T05:33:21.526Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||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-07-24T05:33:21.530Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T05:33:51.530Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54ca7d53-a534-4da7-baed-42adbedbd89e 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-07-24T05:33:51.534Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54ca7d53-a534-4da7-baed-42adbedbd89e and serviceModelVersionId: c4231cf8-8af5-497f-9a37-0fd1f947d5ad
2021-07-24T05:33:51.535Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7568b78e-8c8d-4fa7-86bf-99a8857eea4b
2021-07-24T05:33:51.535Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7568b78e-8c8d-4fa7-86bf-99a8857eea4b/model-vers/model-ver/c4231cf8-8af5-497f-9a37-0fd1f947d5ad?depth=0
2021-07-24T05:33:51.539Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T05:33:51.559Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7568b78e-8c8d-4fa7-86bf-99a8857eea4b/model-vers/model-ver/c4231cf8-8af5-497f-9a37-0fd1f947d5ad?depth=0|INFO|500||Invoke
2021-07-24T05:33:51.559Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7568b78e-8c8d-4fa7-86bf-99a8857eea4b/model-vers/model-ver/c4231cf8-8af5-497f-9a37-0fd1f947d5ad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7568b78e-8c8d-4fa7-86bf-99a8857eea4b/model-vers/model-ver/c4231cf8-8af5-497f-9a37-0fd1f947d5ad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54ca7d53-a534-4da7-baed-42adbedbd89e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3ebb264b-df4a-4af9-be54-a049c37c750d], X-ECOMP-RequestID=[54ca7d53-a534-4da7-baed-42adbedbd89e], X-TransactionId=[], X-ONAP-RequestID=[54ca7d53-a534-4da7-baed-42adbedbd89e], Content-Type=[application/merge-patch+json]}
2021-07-24T05:33:51.574Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7568b78e-8c8d-4fa7-86bf-99a8857eea4b/model-vers/model-ver/c4231cf8-8af5-497f-9a37-0fd1f947d5ad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T05:33:51.791Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7568b78e-8c8d-4fa7-86bf-99a8857eea4b/model-vers/model-ver/c4231cf8-8af5-497f-9a37-0fd1f947d5ad?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7568b78e-8c8d-4fa7-86bf-99a8857eea4b/model-vers/model-ver/c4231cf8-8af5-497f-9a37-0fd1f947d5ad?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210724-05:33:51:581-40176], vertex-id=[294936], Content-Length=[0], Date=[Sat, 24 Jul 2021 05:33:51 GMT], Content-Type=[application/json]}
2021-07-24T05:33:51.791Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7568b78e-8c8d-4fa7-86bf-99a8857eea4b/model-vers/model-ver/c4231cf8-8af5-497f-9a37-0fd1f947d5ad?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T05:33:51.792Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7568b78e-8c8d-4fa7-86bf-99a8857eea4b/model-vers/model-ver/c4231cf8-8af5-497f-9a37-0fd1f947d5ad?depth=0|INFO|500||InvokeReturn
2021-07-24T05:33:51.792Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T05:33:51.792Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||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-07-24T05:33:51.796Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||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-07-24T05:33:51.796Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54ca7d53-a534-4da7-baed-42adbedbd89e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T05:33:51.796Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T05:33:51.796Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T05:33:51.798Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T05:33:51.798Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104831796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T05:33:51.898Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T05:33:51.899Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T05:33:51.899Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T05:33:51.910Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:33:51.910Z||pool-184-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-07-24T05:33:52.807Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:33:52.807Z|54ca7d53-a534-4da7-baed-42adbedbd89e|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-07-24T05:33:52.807Z|54ca7d53-a534-4da7-baed-42adbedbd89e|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 rOV89hvznRrShKLH) ...
2021-07-24T05:34:02.988Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:34:02.989Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:34:02.989Z|54ca7d53-a534-4da7-baed-42adbedbd89e|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-07-24T05:34:02.989Z|54ca7d53-a534-4da7-baed-42adbedbd89e|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 rOV89hvznRrShKLH) ...
2021-07-24T05:34:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:34:09.232Z||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-07-24T05:34:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:34:09.851Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:34:09.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T05:34:09.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54ca7d53-a534-4da7-baed-42adbedbd89e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627104831796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T05:34:09.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T05:34:12.521Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:34:12.522Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:34:12.522Z|54ca7d53-a534-4da7-baed-42adbedbd89e|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-07-24T05:34:12.522Z|54ca7d53-a534-4da7-baed-42adbedbd89e|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 rOV89hvznRrShKLH) ...
2021-07-24T05:34:22.052Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:34:22.053Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:34:22.053Z|54ca7d53-a534-4da7-baed-42adbedbd89e|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-07-24T05:34:22.053Z|54ca7d53-a534-4da7-baed-42adbedbd89e|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 rOV89hvznRrShKLH) ...
2021-07-24T05:34:31.581Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:35:09.230Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:35:09.231Z|54ca7d53-a534-4da7-baed-42adbedbd89e|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-07-24T05:35:09.231Z|54ca7d53-a534-4da7-baed-42adbedbd89e|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 rOV89hvznRrShKLH) ...
2021-07-24T05:35:09.232Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:35:09.232Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|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-07-24T05:35:09.232Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|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 rOV89hvznRrShKLH) ...
2021-07-24T05:35:18.770Z|c35b3f8d-ca80-4e20-8f85-472a6fe5ad93|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:35:18.777Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:36:09.230Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:36:09.231Z|54ca7d53-a534-4da7-baed-42adbedbd89e|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-07-24T05:36:09.231Z|54ca7d53-a534-4da7-baed-42adbedbd89e|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 rOV89hvznRrShKLH) ...
2021-07-24T05:36:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:36:09.232Z||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-07-24T05:36:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:36:18.769Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:36:18.769Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:37:09.230Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:37:09.231Z|54ca7d53-a534-4da7-baed-42adbedbd89e|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-07-24T05:37:09.231Z|54ca7d53-a534-4da7-baed-42adbedbd89e|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 rOV89hvznRrShKLH) ...
2021-07-24T05:37:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:37:09.232Z||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-07-24T05:37:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:37:18.766Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:37:18.767Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:38:09.230Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:38:09.231Z|54ca7d53-a534-4da7-baed-42adbedbd89e|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-07-24T05:38:09.231Z|54ca7d53-a534-4da7-baed-42adbedbd89e|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 rOV89hvznRrShKLH) ...
2021-07-24T05:38:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T05:38:09.232Z||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-07-24T05:38:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T05:38:18.785Z|54ca7d53-a534-4da7-baed-42adbedbd89e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T05:38:18.786Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK