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-05-22T23:40:55.396Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-c4298 with PID 14 (/app/app.jar started by so in /app)
2021-05-22T23:40:55.402Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-22T23:40:55.402Z||main|||||INFO|500||The following profiles are active: basic
2021-05-22T23:41:01.954Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-22T23:41:01.954Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-22T23:41:02.036Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-22T23:41:03.387Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-22T23:41:03.523Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-22T23:41:03.818Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-22T23:41:03.823Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-22T23:41:03.921Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-22T23:41:04.039Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-22T23:41:04.368Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-22T23:41:05.130Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-22T23:41:06.907Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-22T23:41:06.946Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-22T23:41:07.316Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-22T23:41:07.475Z||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-05-22T23:41:08.604Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-22T23:41:09.422Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-05-22T23:41:09.438Z||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$$4610d5ba.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-05-22T23:41:09.439Z||main|||||WARN|500||The sdc end point is not alive
2021-05-22T23:41:11.417Z||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-05-22T23:41:13.448Z||main|||||WARN|500||---
2021-05-22T23:41:13.449Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-22T23:41:13.449Z||main|||||WARN|500||---
2021-05-22T23:41:13.749Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-22T23:41:16.606Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-22T23:41:16.607Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-22T23:41:16.608Z||main|||||INFO|500||Started Application in 22.914 seconds (JVM running for 23.977)
2021-05-22T23:41:16.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-22T23:41:16.639Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-22T23:41:16.701Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9c5b021a-479c-4052-a0e5-f359612aab0b url= /sdc/v1/artifactTypes
2021-05-22T23:41:16.701Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-22T23:41:17.789Z||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.60.47] 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-05-22T23:41:17.793Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@597581ff
2021-05-22T23:41:17.793Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-22T23:41:17.801Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-22T23:41:17.803Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-22T23:41:17.805Z||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-05-22T23:42:06.603Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-22T23:42:06.603Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-22T23:42:06.603Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-22T23:42:06.607Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-22T23:42:06.611Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 145b3382-d833-49fe-9160-12c798513b6f url= /sdc/v1/artifactTypes
2021-05-22T23:42:06.612Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-22T23:42:07.644Z||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.60.47] 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-05-22T23:42:07.644Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10472b8d
2021-05-22T23:42:07.644Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-22T23:42:07.645Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-22T23:42:07.645Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-22T23:42:07.645Z||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-05-22T23:42:56.603Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-22T23:42:56.603Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-22T23:42:56.603Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-22T23:42:56.607Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-22T23:42:56.611Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 225e4953-d958-48d8-ada0-1c4023112162 url= /sdc/v1/artifactTypes
2021-05-22T23:42:56.611Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-22T23:42:56.850Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-22T23:42:56.856Z||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-05-22T23:42:56.874Z||scheduling-1|||||DEBUG|500||create keys
2021-05-22T23:42:56.880Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-22T23:42:56.898Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:42:56.911Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 806c0ef4-5613-4d53-beb7-45b7b12b8dc5 url= /sdc/v1/registerForDistribution
2021-05-22T23:42:57.045Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 806c0ef4-5613-4d53-beb7-45b7b12b8dc5 url= /sdc/v1/registerForDistribution
2021-05-22T23:42:57.046Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-22T23:42:57.053Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:42:57.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:42:57.057Z||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-05-22T23:42:57.057Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-22T23:42:57.058Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:42:57.057Z||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-05-22T23:42:57.058Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:43:07.282Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:43:07.283Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:43:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:43:57.052Z||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-05-22T23:43:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:43:57.053Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:43:57.054Z||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-05-22T23:43:57.055Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:44:06.604Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:44:06.604Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:44:57.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:44:57.052Z||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-05-22T23:44:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:44:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:44:57.054Z||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-05-22T23:44:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:45:06.597Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:45:06.599Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:45:57.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:45:57.052Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:45:57.052Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-22T23:45:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:45:57.053Z||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-05-22T23:45:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:46:06.598Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:46:06.599Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:46:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:46:57.052Z||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-05-22T23:46:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:46:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:46:57.053Z||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-05-22T23:46:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:47:06.616Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:47:06.618Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:47:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:47:57.052Z||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-05-22T23:47:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:47:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:47:57.053Z||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-05-22T23:47:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:48:06.598Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:48:06.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:48:57.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:48:57.052Z||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-05-22T23:48:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:48:57.053Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:48:57.054Z||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-05-22T23:48:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:49:06.600Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:49:06.600Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:49:57.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:49:57.052Z||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-05-22T23:49:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:49:57.053Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:49:57.053Z||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-05-22T23:49:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:50:06.609Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:50:06.610Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:50:57.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:50:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:50:57.053Z||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-05-22T23:50:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:50:57.053Z||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-05-22T23:50:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:51:06.601Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:51:06.610Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:51:07.503Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-22T23:51:57.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:51:57.053Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:51:57.054Z||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-05-22T23:51:57.054Z||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-05-22T23:51:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:51:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:52:06.606Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:52:06.605Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:52:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:52:57.052Z||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-05-22T23:52:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:52:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:52:57.053Z||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-05-22T23:52:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:53:06.605Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:53:06.607Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:53:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:53:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:53:57.053Z||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-05-22T23:53:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:53:57.053Z||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-05-22T23:53:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:54:06.599Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:54:06.603Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:54:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:54:57.052Z||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-05-22T23:54:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:54:57.053Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:54:57.053Z||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-05-22T23:54:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:55:06.605Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:55:06.605Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:55:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:55:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:55:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-22T23:55:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:55:57.053Z||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-05-22T23:55:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:56:06.601Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:56:06.601Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:56:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:56:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:56:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-22T23:56:57.053Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:56:57.053Z||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-05-22T23:56:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:57:06.602Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:57:06.611Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:57:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:57:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:57:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-22T23:57:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:57:57.053Z||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-05-22T23:57:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:58:06.598Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:58:06.599Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:58:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:58:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:58:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-22T23:58:57.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:58:57.053Z||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-05-22T23:58:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:59:06.600Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:59:06.601Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-22T23:59:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:59:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:59:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-22T23:59:57.053Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:59:57.053Z||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-05-22T23:59:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:00:06.600Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:00:06.641Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:00:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:00:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:00:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:00:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:00:57.053Z||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-05-23T00:00:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:01:06.594Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:01:06.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:01:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:01:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:01:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:01:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:01:57.053Z||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-05-23T00:01:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:02:06.601Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:02:06.602Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:02:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:02:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:02:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:02:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:02:57.053Z||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-05-23T00:02:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:03:06.596Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:03:06.600Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:03:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:03:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:03:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:03:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:03:57.053Z||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-05-23T00:03:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:04:06.615Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:04:06.619Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:04:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:04:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:04:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:04:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:04:57.053Z||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-05-23T00:04:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:05:06.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:05:06.595Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:05:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:05:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:05:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:05:57.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:05:57.053Z||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-05-23T00:05:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:06:06.599Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:06:06.601Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:06:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:06:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:06:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:06:57.053Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:06:57.053Z||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-05-23T00:06:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:07:06.596Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:07:06.605Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:07:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:07:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:07:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:07:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:07:57.053Z||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-05-23T00:07:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:08:06.598Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:08:06.626Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:08:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:08:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:08:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:08:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:08:57.053Z||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-05-23T00:08:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:09:06.625Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:09:06.628Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:09:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:09:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:09:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:09:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:09:57.053Z||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-05-23T00:09:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:10:06.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:10:06.596Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:10:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:10:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:10:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:10:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:10:57.053Z||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-05-23T00:10:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:11:06.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:11:06.599Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:11:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:11:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:11:57.053Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:11:57.053Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:11:57.053Z||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-05-23T00:11:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:12:06.609Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:12:06.610Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:12:57.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:12:57.052Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:12:57.052Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:12:57.053Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:12:57.054Z||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-05-23T00:12:57.055Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:13:06.597Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:13:06.597Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:13:57.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:13:57.052Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:13:57.052Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:13:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:13:57.053Z||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-05-23T00:13:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:14:06.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:14:06.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:14:57.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:14:57.052Z||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-05-23T00:14:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:14:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:14:57.053Z||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-05-23T00:14:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:15:06.593Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:15:06.595Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:15:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:15:57.052Z||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-05-23T00:15:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:15:57.053Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:15:57.053Z||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-05-23T00:15:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:16:06.600Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:16:06.602Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:16:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:16:57.052Z||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-05-23T00:16:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:16:57.053Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:16:57.053Z||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-05-23T00:16:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:17:06.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:17:06.596Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:17:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:17:57.052Z||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-05-23T00:17:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:17:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:17:57.054Z||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-05-23T00:17:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:18:06.597Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:18:06.601Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:18:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:18:57.052Z||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-05-23T00:18:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:18:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:18:57.053Z||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-05-23T00:18:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:19:06.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:19:06.597Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:19:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:19:57.052Z||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-05-23T00:19:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:19:57.053Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:19:57.053Z||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-05-23T00:19:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:20:06.594Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:20:06.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:20:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:20:57.052Z||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-05-23T00:20:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:20:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:20:57.053Z||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-05-23T00:20:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:21:06.600Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:21:06.600Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:21:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:21:57.052Z||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-05-23T00:21:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:21:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:21:57.053Z||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-05-23T00:21:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:22:06.590Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:22:06.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:22:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:22:57.052Z||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-05-23T00:22:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:22:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:22:57.053Z||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-05-23T00:22:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:23:06.596Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:23:06.599Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:23:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:23:57.053Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:23:57.053Z||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-05-23T00:23:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:23:57.053Z||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-05-23T00:23:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:24:06.600Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:24:06.603Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:24:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:24:57.052Z||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-05-23T00:24:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:24:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:24:57.053Z||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-05-23T00:24:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:25:06.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:25:06.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:25:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:25:57.052Z||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-05-23T00:25:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:25:57.053Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:25:57.053Z||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-05-23T00:25:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:26:06.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:26:06.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:26:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:26:57.052Z||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-05-23T00:26:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:26:57.053Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:26:57.053Z||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-05-23T00:26:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:27:06.594Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:27:06.596Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:27:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:27:57.052Z||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-05-23T00:27:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:27:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:27:57.053Z||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-05-23T00:27:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:28:06.594Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:28:06.595Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:28:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:28:57.052Z||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-05-23T00:28:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:28:57.053Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:28:57.053Z||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-05-23T00:28:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:29:06.596Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:29:06.600Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:29:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:29:57.052Z||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-05-23T00:29:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:29:57.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:29:57.053Z||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-05-23T00:29:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:30:06.599Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:30:06.601Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:30:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:30:57.052Z||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-05-23T00:30:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:30:57.053Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:30:57.053Z||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-05-23T00:30:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:31:06.601Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:31:06.601Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:31:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:31:57.052Z||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-05-23T00:31:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:31:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:31:57.053Z||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-05-23T00:31:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:32:06.599Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:32:06.600Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:32:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:32:57.052Z||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-05-23T00:32:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:32:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:32:57.053Z||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-05-23T00:32:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:33:06.597Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:33:06.598Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:33:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:33:57.052Z||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-05-23T00:33:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:33:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:33:57.062Z||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-05-23T00:33:57.062Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:34:06.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:34:06.602Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:34:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:34:57.052Z||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-05-23T00:34:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:34:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:34:57.053Z||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-05-23T00:34:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:35:06.589Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:35:06.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:35:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:35:57.052Z||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-05-23T00:35:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:35:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:35:57.053Z||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-05-23T00:35:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:36:06.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:36:06.597Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:36:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:36:57.052Z||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-05-23T00:36:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:36:57.053Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:36:57.053Z||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-05-23T00:36:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:37:06.600Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:37:06.605Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:37:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:37:57.052Z||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-05-23T00:37:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:37:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:37:57.053Z||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-05-23T00:37:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:38:06.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:38:06.597Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:38:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:38:57.052Z||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-05-23T00:38:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:38:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:38:57.053Z||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-05-23T00:38:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:39:06.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:39:06.595Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:39:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:39:57.052Z||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-05-23T00:39:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:39:57.053Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:39:57.053Z||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-05-23T00:39:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:40:06.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:40:06.597Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:40:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:40:57.052Z||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-05-23T00:40:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:40:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:40:57.053Z||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-05-23T00:40:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:41:06.597Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:41:06.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:41:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:41:57.052Z||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-05-23T00:41:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:41:57.053Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:41:57.053Z||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-05-23T00:41:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:42:06.595Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:42:06.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:42:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:42:57.052Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:42:57.052Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:42:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:42:57.054Z||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-05-23T00:42:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:43:06.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:43:06.599Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:43:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:43:57.052Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:43:57.052Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:43:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:43:57.053Z||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-05-23T00:43:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:44:06.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:44:06.594Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:44:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:44:57.052Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:44:57.052Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:44:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:44:57.054Z||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-05-23T00:44:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:45:06.595Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:45:06.600Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:45:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:45:57.052Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:45:57.052Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:45:57.053Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:45:57.053Z||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-05-23T00:45:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:46:06.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:46:06.602Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:46:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:46:57.052Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:46:57.052Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:46:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:46:57.053Z||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-05-23T00:46:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:47:06.594Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:47:06.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:47:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:47:57.052Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:47:57.052Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:47:57.053Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:47:57.053Z||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-05-23T00:47:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:48:06.594Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:48:06.596Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:48:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:48:57.052Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:48:57.052Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:48:57.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:48:57.053Z||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-05-23T00:48:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:49:06.596Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:49:06.599Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:49:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:49:57.052Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:49:57.052Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:49:57.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:49:57.053Z||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-05-23T00:49:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:50:06.596Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:50:06.597Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:50:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:50:57.052Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:50:57.052Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:50:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:50:57.053Z||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-05-23T00:50:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:51:06.590Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:51:06.592Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:51:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:51:57.052Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:51:57.052Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:51:57.053Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:51:57.053Z||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-05-23T00:51:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:52:06.595Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:52:06.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:52:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:52:57.052Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:52:57.052Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:52:57.053Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:52:57.053Z||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-05-23T00:52:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:53:06.591Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:53:06.599Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:53:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:53:57.052Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:53:57.052Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:53:57.053Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:53:57.053Z||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-05-23T00:53:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:54:06.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:54:06.597Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:54:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:54:57.052Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:54:57.052Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:54:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:54:57.053Z||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-05-23T00:54:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:55:06.588Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:55:06.591Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:55:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:55:57.052Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:55:57.053Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:55:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:55:57.053Z||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-05-23T00:55:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:56:06.595Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:56:06.597Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:56:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:56:57.052Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:56:57.052Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:56:57.053Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:56:57.053Z||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-05-23T00:56:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:57:06.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:57:06.593Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:57:57.055Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:57:57.056Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:57:57.056Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:57:57.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:57:57.057Z||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-05-23T00:57:57.057Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:58:06.598Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:58:06.598Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:58:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:58:57.052Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:58:57.052Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:58:57.053Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:58:57.053Z||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-05-23T00:58:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:59:06.595Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:59:06.595Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:59:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:59:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:59:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:59:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:59:57.054Z||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-05-23T00:59:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:59:57.676Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:59:57.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621731592481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:59:57.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e","serviceName":"vFW 2021-05-23 00-57-00","serviceVersion":"1.0","serviceUUID":"575f8670-c986-48fd-bce3-672311ab4caa","serviceDescription":"catalog service description","serviceInvariantUUID":"6c63bc48-aca4-4702-8829-0b304fc58a15","resources":[{"resourceInstanceName":"vFW 6970d037-6025 0","resourceName":"vFW 6970d037-6025","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b88a4511-f4c5-4783-bc7e-43d1e14ea90b","resourceInvariantUUID":"04dd317d-b47e-414c-b158-c223c9145fe3","resourceCustomizationUUID":"63b0a660-05a0-46aa-b1cd-bb43dc2b049c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml","artifactChecksum":"NzIxZjU3MTM4OGQwMjk4MmFiZGNjYzVmODgxMTdkYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e13a9fbe-1644-4991-a4fa-2f10fca233d8","artifactVersion":"1"},{"artifactName":"vfw6970d03760250_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json","artifactChecksum":"ZjU0YTViN2RiY2E5YWFjMGJiMTViMjQ2NjRhOWM0ZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84614ddb-5e73-4663-8f0a-b57fe4497c42","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"31423435-6496-420d-ac4c-85e7707ec5f3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml","artifactChecksum":"ZDhjZDdjYTA5NzY5MjMyZmE1MTg0YTlhYjkwN2RhZTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0786e9a5-1467-4447-9cc6-10c4c988c4a9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c437ef85-b94f-4a18-ad02-a19ea3e5a01a","artifactVersion":"2","generatedFromUUID":"31423435-6496-420d-ac4c-85e7707ec5f3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210523005700-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml","artifactChecksum":"ODAzMzNhNTE1ZDljNzY5YzVjYzI3YjkyMTFmZTBjNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"109124e2-a83b-470a-b48a-f5cac757ab3f","artifactVersion":"1"},{"artifactName":"service-Vfw20210523005700-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar","artifactChecksum":"ZTFjNWRhYzNhZTJiNGNiMzUyOTQyOTNiY2Q4OWE0ODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2551ad8a-db15-48ca-9001-ecbb1e2d831d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-23T00:59:57.685Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T00:59:57.690Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T00:59:57.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T00:59:57.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "aai-ml",
  "timestamp": 1621731588967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "cds",
  "timestamp": 1621731591667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621731592481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "aai-ml",
  "timestamp": 1621731588967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "cds",
  "timestamp": 1621731591667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T00:59:57.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621731592481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T00:59:57.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "aai-ml",
  "timestamp": 1621731588967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T00:59:57.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "cds",
  "timestamp": 1621731591667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T00:59:57.697Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T00:59:57.697Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731597051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.797Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-05-23T00:59:57.800Z||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-05-23T00:59:57.800Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T00:59:57.811Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:59:57.811Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T00:59:58.701Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T00:59:58.702Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T00:59:58.703Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T00:59:58.703Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731597051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T00:59:58.804Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T00:59:58.804Z||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-05-23T00:59:58.804Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T00:59:58.816Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:59:58.817Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-23T00:59:59.704Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T00:59:59.705Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T00:59:59.706Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T00:59:59.707Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731597051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-23T00:59:59.807Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T00:59:59.808Z||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-05-23T00:59:59.808Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T00:59:59.819Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T00:59:59.819Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:00.707Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:00:00.708Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:00.710Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:00.710Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731597051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:00:00.810Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:00.811Z||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-05-23T01:00:00.811Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:00.821Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:00:00.822Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:01.710Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:00:01.711Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:01.713Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:01.714Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731597051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-23T01:00:01.814Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:01.815Z||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-05-23T01:00:01.815Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:01.826Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:00:01.826Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:02.714Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:00:02.715Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:02.716Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:02.717Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731597051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:00:02.817Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:02.818Z||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-05-23T01:00:02.818Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:02.836Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:00:02.836Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:03.717Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:00:03.718Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:03.719Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:03.719Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731597051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:00:03.820Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-23T01:00:03.820Z||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-05-23T01:00:03.821Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:03.834Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:00:03.835Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:04.721Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "serviceName": "vFW 2021-05-23 00-57-00",
  "serviceVersion": "1.0",
  "serviceUUID": "575f8670-c986-48fd-bce3-672311ab4caa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6c63bc48-aca4-4702-8829-0b304fc58a15",
  "resources": [
    {
      "resourceInstanceName": "vFW 6970d037-6025 0",
      "resourceCustomizationUUID": "63b0a660-05a0-46aa-b1cd-bb43dc2b049c",
      "resourceName": "vFW 6970d037-6025",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b88a4511-f4c5-4783-bc7e-43d1e14ea90b",
      "resourceInvariantUUID": "04dd317d-b47e-414c-b158-c223c9145fe3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6970d03760250_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
          "artifactChecksum": "ZjU0YTViN2RiY2E5YWFjMGJiMTViMjQ2NjRhOWM0ZjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "84614ddb-5e73-4663-8f0a-b57fe4497c42",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "31423435-6496-420d-ac4c-85e7707ec5f3",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c437ef85-b94f-4a18-ad02-a19ea3e5a01a",
            "generatedFromUUID": "31423435-6496-420d-ac4c-85e7707ec5f3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c437ef85-b94f-4a18-ad02-a19ea3e5a01a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210523005700-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
      "artifactChecksum": "ZTFjNWRhYzNhZTJiNGNiMzUyOTQyOTNiY2Q4OWE0ODU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2551ad8a-db15-48ca-9001-ecbb1e2d831d"
    }
  ],
  "workloadContext": "Production"
}
2021-05-23T01:00:04.722Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-23T01:00:04.722Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 575f8670-c986-48fd-bce3-672311ab4caa ASDC
2021-05-23T01:00:04.827Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
ServiceName:vFW 2021-05-23 00-57-00
ServiceVersion:1.0
ServiceUUID:575f8670-c986-48fd-bce3-672311ab4caa
ServiceInvariantUUID:6c63bc48-aca4-4702-8829-0b304fc58a15
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210523005700-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar
ArtifactUUID:2551ad8a-db15-48ca-9001-ecbb1e2d831d
ArtifactChecksum:ZTFjNWRhYzNhZTJiNGNiMzUyOTQyOTNiY2Q4OWE0ODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6970d037-6025 0
ResourceCustomizationUUID:63b0a660-05a0-46aa-b1cd-bb43dc2b049c
ResourceInvariantUUID:04dd317d-b47e-414c-b158-c223c9145fe3
ResourceName:vFW 6970d037-6025
ResourceType:VF
ResourceUUID:b88a4511-f4c5-4783-bc7e-43d1e14ea90b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6970d03760250_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json
ArtifactUUID:84614ddb-5e73-4663-8f0a-b57fe4497c42
ArtifactChecksum:ZjU0YTViN2RiY2E5YWFjMGJiMTViMjQ2NjRhOWM0ZjE=
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/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml
ArtifactUUID:31423435-6496-420d-ac4c-85e7707ec5f3
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/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env
ArtifactUUID:c437ef85-b94f-4a18-ad02-a19ea3e5a01a
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/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env
ArtifactUUID:c437ef85-b94f-4a18-ad02-a19ea3e5a01a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-23T01:00:04.828Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 575f8670-c986-48fd-bce3-672311ab4caa 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-05-23T01:00:05.231Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:00:05.272Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-23T01:00:05.273Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-23T01:00:05.273Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2551ad8a-db15-48ca-9001-ecbb1e2d831d from URL: /sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:05.274Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-23T01:00:05.275Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:06.567Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-23T01:00:06.585Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar 2551ad8a-db15-48ca-9001-ecbb1e2d831d 110164
2021-05-23T01:00:06.591Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar ASDC sendASDCNotification
2021-05-23T01:00:06.591Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:06.591Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:00:06.592Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:06.594Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:06.594Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731606585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:00:06.695Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:06.697Z||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-05-23T01:00:06.697Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:06.707Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:00:06.708Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:00:07.595Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:00:07.596Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-23T01:00:07.597Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2551ad8a-db15-48ca-9001-ecbb1e2d831d, URL: /sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar to file: /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:07.597Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210523005700-csar.csar
2021-05-23T01:00:07.703Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:07.703Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:08.102Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8014389600671035195/Definitions/service-Vfw20210523005700-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-05-23T01:00:10.717Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-23T01:00:10.722Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-23T01:00:10.722Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.722Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-23T01:00:10.722Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||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-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.723Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||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-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.723Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||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-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.723Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.723Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.723Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||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-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.723Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||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-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.723Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||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-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.724Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.724Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||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-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.724Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.724Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6970d037-6025 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-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.724Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||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-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.724Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6970d037-6025 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.724Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-23T01:00:10.730Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:10.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:10.734Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:10.735Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-23T01:00:10.736Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:00:10.738Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:10.738Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:10.738Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:10.738Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-23T01:00:10.738Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:00:10.738Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:10.739Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:10.742Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:10.742Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is not matching search criteria
2021-05-23T01:00:10.742Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-23T01:00:10.742Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-23T01:00:10.742Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.742Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.742Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.742Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-23T01:00:10.743Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-23T01:00:10.743Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-23T01:00:10.743Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-23T01:00:10.743Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.743Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.743Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-23T01:00:10.743Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.743Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-23T01:00:10.744Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.744Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-23T01:00:10.744Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:10.744Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-23T01:00:10.746Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:10.746Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:10.746Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:00:10.747Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:10.747Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:10.747Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:00:10.747Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:10.748Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:10.748Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:00:10.748Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:10.748Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is not matching search criteria
2021-05-23T01:00:10.749Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-23T01:00:10.749Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-23T01:00:10.749Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-23T01:00:10.749Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-23T01:00:10.749Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-23T01:00:10.750Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.750Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.750Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-23T01:00:10.750Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.751Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-23T01:00:10.751Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.751Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=36781428-2701-4d2f-af62-8c6f9789ae1a
2021-05-23T01:00:10.751Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:10.752Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is not matching search criteria
2021-05-23T01:00:10.752Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-23T01:00:10.752Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-23T01:00:10.752Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.752Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.752Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.752Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-23T01:00:10.752Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-23T01:00:10.753Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-23T01:00:10.753Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-23T01:00:10.753Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.753Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-23T01:00:10.753Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.753Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ddb24347-f72b-4dbd-858e-a5b4546f2ae1
2021-05-23T01:00:10.764Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:10.764Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is not matching search criteria
2021-05-23T01:00:10.764Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-23T01:00:10.765Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-23T01:00:10.765Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.765Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.765Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.766Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-23T01:00:10.766Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-23T01:00:10.767Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-23T01:00:10.767Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-23T01:00:10.767Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.767Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.767Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-23T01:00:10.767Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d78d0e19-c9c1-41a3-b4f5-9113ff52711b
2021-05-23T01:00:10.768Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:10.768Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:10.768Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:10.768Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:10.768Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:10.769Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:10.769Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:10.769Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:10.769Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-05-23 00-57-00
Description:catalog service description
Model UUID:575f8670-c986-48fd-bce3-672311ab4caa
Model Version:NULL
Model InvariantUuid:6c63bc48-aca4-4702-8829-0b304fc58a15
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6970d037-6025
Model UUID:8bd2c173-ad1a-4e4f-be02-d2585728fc7a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:04dd317d-b47e-414c-b158-c223c9145fe3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:63b0a660-05a0-46aa-b1cd-bb43dc2b049c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:51a507a1-a1fe-4e23-8ac4-789b6ea84370
ModelName:Vfw6970d0376025..base_vfw..module-0
ModelUuid:c213f3a2-36e8-4661-928b-4fbfb9411049
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:36781428-2701-4d2f-af62-8c6f9789ae1a
ModelInvariantUuid:4025fc93-3079-4b1f-bc87-f3b0cd91c872
ModelName:vFW 6970d037-6025-nodes.vfwCvfc
ModelUuid:998bfc4c-18ca-4fb9-bce9-235d5c568222
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ec003aa4-366d-4d2d-b4ae-1230c490e51b
ModelInvariantUuid:7ad1cff3-097b-4dd3-aa4c-e70ed75513bb
ModelName:Vfw6970d0376025.compute.nodes.heat.vfw
ModelUuid:bf219f44-04f8-4bc1-9f52-cf1347401908
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ddb24347-f72b-4dbd-858e-a5b4546f2ae1
ModelInvariantUuid:bdcb5e5c-6d5b-461d-8186-8e35c184baac
ModelName:vFW 6970d037-6025-nodes.vsnCvfc
ModelUuid:610bde46-1b38-4796-a545-d14ed7c3832b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6c77adae-e03a-497f-ab9d-be871db015d1
ModelInvariantUuid:c736cc90-4d67-430a-a09d-cdc60d8268d7
ModelName:Vfw6970d0376025.compute.nodes.heat.vsn
ModelUuid:97e5b280-2a99-41a8-a7f0-b4e2ecf9a61c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d78d0e19-c9c1-41a3-b4f5-9113ff52711b
ModelInvariantUuid:64297404-80c2-4462-9b5b-92acca2aa3f9
ModelName:vFW 6970d037-6025-nodes.vpgCvfc
ModelUuid:04faa4ed-40a2-48a3-8baf-f5ddd660efe3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:714d4478-4891-4250-89a0-1dc0166bf07f
ModelInvariantUuid:3fd17794-2615-4df3-aa0b-b248de1a62d8
ModelName:Vfw6970d0376025.compute.nodes.heat.vpg
ModelUuid:9095c14e-6bac-483a-a0a0-04cf8ed62e4e
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-05-23T01:00:10.786Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b88a4511-f4c5-4783-bc7e-43d1e14ea90b
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-05-23T01:00:10.891Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||vFW 6970d037-6025 0
2021-05-23T01:00:10.897Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b88a4511-f4c5-4783-bc7e-43d1e14ea90b
2021-05-23T01:00:10.897Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 84614ddb-5e73-4663-8f0a-b57fe4497c42 from URL: /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json
2021-05-23T01:00:10.897Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-23T01:00:10.897Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json
2021-05-23T01:00:12.548Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-23T01:00:12.549Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json 84614ddb-5e73-4663-8f0a-b57fe4497c42 785
2021-05-23T01:00:12.549Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json ASDC sendASDCNotification
2021-05-23T01:00:12.549Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json
2021-05-23T01:00:12.549Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:00:12.550Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:12.552Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:12.552Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731612549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:00:12.652Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:12.653Z||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-05-23T01:00:12.653Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:12.661Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:00:12.661Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:00:13.555Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6970d0376025..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "51a507a1-a1fe-4e23-8ac4-789b6ea84370",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c213f3a2-36e8-4661-928b-4fbfb9411049",
    "vfModuleModelCustomizationUUID": "c4c98ce0-0caf-49a4-b5c5-6f49cdf9ede8",
    "isBase": true,
    "artifacts": [
      "31423435-6496-420d-ac4c-85e7707ec5f3",
      "c437ef85-b94f-4a18-ad02-a19ea3e5a01a"
    ],
    "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-05-23T01:00:13.574Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6970d0376025..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c213f3a2-36e8-4661-928b-4fbfb9411049
VfModuleModelInvariantUUID:51a507a1-a1fe-4e23-8ac4-789b6ea84370
VfModuleModelDescription:NULL
Artifacts UUID List:{
31423435-6496-420d-ac4c-85e7707ec5f3
,
c437ef85-b94f-4a18-ad02-a19ea3e5a01a

}
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-05-23T01:00:13.576Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6970d0376025..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "51a507a1-a1fe-4e23-8ac4-789b6ea84370",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c213f3a2-36e8-4661-928b-4fbfb9411049",
    "vfModuleModelCustomizationUUID": "c4c98ce0-0caf-49a4-b5c5-6f49cdf9ede8",
    "isBase": true,
    "artifacts": [
      "31423435-6496-420d-ac4c-85e7707ec5f3",
      "c437ef85-b94f-4a18-ad02-a19ea3e5a01a"
    ],
    "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-05-23T01:00:13.576Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6970d0376025..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c213f3a2-36e8-4661-928b-4fbfb9411049
VfModuleModelInvariantUUID:51a507a1-a1fe-4e23-8ac4-789b6ea84370
VfModuleModelDescription:NULL
Artifacts UUID List:{
31423435-6496-420d-ac4c-85e7707ec5f3
,
c437ef85-b94f-4a18-ad02-a19ea3e5a01a

}
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-05-23T01:00:13.576Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 31423435-6496-420d-ac4c-85e7707ec5f3 from URL: /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml
2021-05-23T01:00:13.576Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-23T01:00:13.577Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml
2021-05-23T01:00:14.650Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-23T01:00:14.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml 31423435-6496-420d-ac4c-85e7707ec5f3 20368
2021-05-23T01:00:14.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-23T01:00:14.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml
2021-05-23T01:00:14.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:00:14.654Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:14.663Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:14.663Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731614651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:00:14.763Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:14.764Z||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-05-23T01:00:14.764Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:14.775Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:00:14.775Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:15.664Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c437ef85-b94f-4a18-ad02-a19ea3e5a01a from URL: /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env
2021-05-23T01:00:15.664Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-23T01:00:15.664Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env
2021-05-23T01:00:16.350Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-23T01:00:16.350Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env c437ef85-b94f-4a18-ad02-a19ea3e5a01a 2098
2021-05-23T01:00:16.350Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-23T01:00:16.351Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env
2021-05-23T01:00:16.351Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:00:16.351Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:16.353Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:16.353Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731616350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:00:16.453Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:16.454Z||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-05-23T01:00:16.454Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:16.462Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:00:16.463Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:17.353Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 575f8670-c986-48fd-bce3-672311ab4caa
2021-05-23T01:00:17.354Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6970d037-6025 0 b88a4511-f4c5-4783-bc7e-43d1e14ea90b 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-05-23T01:00:17.387Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.387Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:17.388Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-05-23T01:00:17.388Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 63b0a660-05a0-46aa-b1cd-bb43dc2b049c
2021-05-23T01:00:17.388Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 63b0a660-05a0-46aa-b1cd-bb43dc2b049c matches Tosca VF Customization UUID: 63b0a660-05a0-46aa-b1cd-bb43dc2b049c
2021-05-23T01:00:17.388Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 63b0a660-05a0-46aa-b1cd-bb43dc2b049c  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-05-23T01:00:17.393Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.393Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:17.394Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 63b0a660-05a0-46aa-b1cd-bb43dc2b049c: {\"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-05-23T01:00:17.394Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c80e754
2021-05-23T01:00:17.395Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.395Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-23T01:00:17.395Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c4c98ce0-0caf-49a4-b5c5-6f49cdf9ede8
2021-05-23T01:00:17.396Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c4c98ce0-0caf-49a4-b5c5-6f49cdf9ede8
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-05-23T01:00:17.400Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.400Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:17.401Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:00:17.401Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.402Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:17.402Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:00:17.402Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.402Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is not matching search criteria
2021-05-23T01:00:17.403Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-23T01:00:17.403Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-23T01:00:17.403Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-23T01:00:17.403Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-23T01:00:17.404Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-23T01:00:17.404Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:17.404Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:17.404Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-23T01:00:17.405Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:17.405Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-23T01:00:17.405Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:17.405Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=36781428-2701-4d2f-af62-8c6f9789ae1a
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-05-23T01:00:17.413Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.414Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:17.414Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:00:17.414Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.414Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is not matching search criteria
2021-05-23T01:00:17.415Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-23T01:00:17.415Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-23T01:00:17.415Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:17.415Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:17.416Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:17.416Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-23T01:00:17.416Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-23T01:00:17.416Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-23T01:00:17.416Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-23T01:00:17.417Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:17.417Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-23T01:00:17.417Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:17.417Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ddb24347-f72b-4dbd-858e-a5b4546f2ae1
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-05-23T01:00:17.419Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.419Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:17.419Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:00:17.422Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.422Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is not matching search criteria
2021-05-23T01:00:17.422Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-23T01:00:17.422Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-23T01:00:17.423Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:17.423Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:17.423Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:17.423Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-23T01:00:17.424Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-23T01:00:17.424Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-23T01:00:17.424Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-23T01:00:17.424Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:17.425Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:17.425Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-23T01:00:17.425Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d78d0e19-c9c1-41a3-b4f5-9113ff52711b
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-05-23T01:00:17.426Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.427Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:17.427Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:00:17.427Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.428Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:17.428Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=63b0a660-05a0-46aa-b1cd-bb43dc2b049c
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-05-23T01:00:17.429Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.429Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:17.430Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 575f8670-c986-48fd-bce3-672311ab4caa: vFW 6970d037-6025
2021-05-23T01:00:17.430Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.430Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:17.431Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.431Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:17.431Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.431Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:17.432Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.432Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:17.432Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:00:17.432Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:17.433Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-05-23 00-57-00 
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-05-23T01:00:17.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6970d037-6025 b88a4511-f4c5-4783-bc7e-43d1e14ea90b 1 ASDC deployResourceStructure
2021-05-23T01:00:17.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json ASDC sendASDCNotification
2021-05-23T01:00:17.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json
2021-05-23T01:00:17.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:00:17.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:17.653Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:17.653Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731617651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:00:17.753Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:17.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-05-23T01:00:17.754Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:17.766Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:00:17.766Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:18.654Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-23T01:00:18.654Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml
2021-05-23T01:00:18.654Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:00:18.654Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:18.656Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:18.656Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731618654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-23T01:00:18.756Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:18.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-05-23T01:00:18.757Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:18.769Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:00:18.769Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:19.657Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-23T01:00:19.657Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env
2021-05-23T01:00:19.657Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:00:19.658Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:19.659Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:19.659Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731619657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-23T01:00:19.759Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:19.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-05-23T01:00:19.760Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:19.768Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:00:19.768Z||pool-16-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:20.660Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar ASDC sendASDCNotification
2021-05-23T01:00:20.660Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:20.660Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:00:20.661Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:20.662Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:20.662Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731620660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:00:20.762Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:20.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-05-23T01:00:20.764Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:20.773Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:00:20.773Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:21.663Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
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-05-23T01:00:21.683Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
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-05-23T01:00:21.686Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:00:21.686Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:00:21.686Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:00:51.686Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
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-05-23T01:00:51.694Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
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-05-23T01:00:51.696Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:00:51.696Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:00:51.696Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:00:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:00:57.053Z||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-05-23T01:00:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:00:57.176Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:00:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:00:57.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621731592481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:00:57.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:21.696Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
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-05-23T01:01:21.703Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
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-05-23T01:01:21.705Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:01:21.705Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:01:21.705Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:01:51.705Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
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-05-23T01:01:51.713Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
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-05-23T01:01:51.715Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:01:51.715Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:01:51.715Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:01:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:01:57.053Z||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-05-23T01:01:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:01:57.075Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:01:57.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "aai-ml",
  "timestamp": 1621731588967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731597051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "policy-id",
  "timestamp": 1621731597053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "cds",
  "timestamp": 1621731591667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731597966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "aai-ml",
  "timestamp": 1621731588967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621731592481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731597051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "policy-id",
  "timestamp": 1621731597053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "cds",
  "timestamp": 1621731591667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731597966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621731592481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "aai-ml",
  "timestamp": 1621731588967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731597051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "cds",
  "timestamp": 1621731591667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "policy-id",
  "timestamp": 1621731597053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "dcae-sch",
  "timestamp": 1621731599880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731597966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621731592481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "aai-ml",
  "timestamp": 1621731588967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731597051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "policy-id",
  "timestamp": 1621731597053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "cds",
  "timestamp": 1621731591667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "dcae-sch",
  "timestamp": 1621731599880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731597966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731597051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "policy-id",
  "timestamp": 1621731597053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "aai-ml",
  "timestamp": 1621731602383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "cds",
  "timestamp": 1621731602474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "dcae-sch",
  "timestamp": 1621731599880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731597966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731597051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "policy-id",
  "timestamp": 1621731597053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731602059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "cds",
  "timestamp": 1621731603492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-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-05-23T01:01:57.109Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
2021-05-23T01:01:57.109Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e 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-05-23T01:01:57.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "dcae-sch",
  "timestamp": 1621731599880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731597966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731597051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "policy-id",
  "timestamp": 1621731597053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731602059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731603399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "dcae-sch",
  "timestamp": 1621731599880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731597966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731602059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731603399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "dcae-sch",
  "timestamp": 1621731599880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "policy-id",
  "timestamp": 1621731605644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.122Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731602059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731603399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "dcae-sch",
  "timestamp": 1621731599880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731606585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "policy-id",
  "timestamp": 1621731606651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:01:57.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731602059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731606879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731603399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "policy-id",
  "timestamp": 1621731607655,
  "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-05-23T01:01:57.131Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
2021-05-23T01:01:57.131Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e 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-05-23T01:01:57.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731602059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731603399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731602059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731603399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731603399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731610349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731611136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.142Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "clamp",
  "timestamp": 1621731611877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731612549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.142Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731613105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731613167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731612571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "clamp",
  "timestamp": 1621731611877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731613667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731612571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "clamp",
  "timestamp": 1621731611877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731614651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731615162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731612571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731615352,
  "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-05-23T01:01:57.151Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
2021-05-23T01:01:57.151Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e 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-05-23T01:01:57.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731615370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "clamp",
  "timestamp": 1621731611877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731612571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731616358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731616350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731616484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.160Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731616496,
  "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-05-23T01:01:57.164Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
2021-05-23T01:01:57.164Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e 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-05-23T01:01:57.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "clamp",
  "timestamp": 1621731611877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731612571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731617490,
  "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-05-23T01:01:57.175Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
2021-05-23T01:01:57.175Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e 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-05-23T01:01:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731617500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "clamp",
  "timestamp": 1621731611877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731617651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "aai-ml",
  "timestamp": 1621731617782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731612571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731618495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "clamp",
  "timestamp": 1621731611877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731618654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-23T01:01:57.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "aai-ml",
  "timestamp": 1621731618786,
  "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-05-23T01:01:57.185Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
2021-05-23T01:01:57.186Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e 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-05-23T01:01:57.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731612571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731619657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731620660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731620922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731625977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731626981,
  "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-05-23T01:01:57.200Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
2021-05-23T01:01:57.200Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e 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-05-23T01:01:57.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "clamp",
  "timestamp": 1621731636343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.208Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "clamp",
  "timestamp": 1621731637400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:01:57.209Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "clamp",
  "timestamp": 1621731638403,
  "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-05-23T01:01:57.213Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
2021-05-23T01:01:57.213Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e 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-05-23T01:01:57.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "dcae-sch",
  "timestamp": 1621731639880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731642571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "cds",
  "timestamp": 1621731636667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731643399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731642059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731637966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "clamp",
  "timestamp": 1621731641877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "policy-id",
  "timestamp": 1621731637053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731643399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "cds",
  "timestamp": 1621731636667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731637966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "clamp",
  "timestamp": 1621731641877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731642571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "dcae-sch",
  "timestamp": 1621731639880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731642059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "policy-id",
  "timestamp": 1621731637053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731643399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "cds",
  "timestamp": 1621731636667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731642059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "dcae-sch",
  "timestamp": 1621731639880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "clamp",
  "timestamp": 1621731641877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731642571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731637966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "policy-id",
  "timestamp": 1621731637053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731643399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731637966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "cds",
  "timestamp": 1621731636667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731642059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "clamp",
  "timestamp": 1621731641877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "aai-ml",
  "timestamp": 1621731648967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "dcae-sch",
  "timestamp": 1621731639880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731642571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "policy-id",
  "timestamp": 1621731637053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731643399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "aai-ml",
  "timestamp": 1621731648967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731637966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "cds",
  "timestamp": 1621731636667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731642571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "clamp",
  "timestamp": 1621731641877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731642059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "dcae-sch",
  "timestamp": 1621731639880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "policy-id",
  "timestamp": 1621731637053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731643399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "aai-ml",
  "timestamp": 1621731648967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "cds",
  "timestamp": 1621731636667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731642571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "clamp",
  "timestamp": 1621731641877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731637966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "dcae-sch",
  "timestamp": 1621731639880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731642059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "policy-id",
  "timestamp": 1621731637053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "aai-ml",
  "timestamp": 1621731648967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731637966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731642059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731643399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "cds",
  "timestamp": 1621731636667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731642571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "dcae-sch",
  "timestamp": 1621731639880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "clamp",
  "timestamp": 1621731641877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "policy-id",
  "timestamp": 1621731637053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621731652481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "aai-ml",
  "timestamp": 1621731648967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621731652481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731654473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731654555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731654563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "aai-ml",
  "timestamp": 1621731648967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "cds",
  "timestamp": 1621731654667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731654668,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "policy-id",
  "timestamp": 1621731654769,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621731652481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "aai-ml",
  "timestamp": 1621731648967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:01:57.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "cds",
  "timestamp": 1621731655671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-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-05-23T01:01:57.243Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
2021-05-23T01:01:57.244Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20bbd3d2-e5f1-4279-8da2-aa368e99f47f 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-05-23T01:01:57.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "policy-id",
  "timestamp": 1621731655775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731656067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621731652481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731656163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731656263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "policy-id",
  "timestamp": 1621731656777,
  "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-05-23T01:01:57.255Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
2021-05-23T01:01:57.255Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20bbd3d2-e5f1-4279-8da2-aa368e99f47f 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-05-23T01:01:57.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "aai-ml",
  "timestamp": 1621731656830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:02:21.715Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
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-05-23T01:02:21.727Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
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-05-23T01:02:21.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:02:21.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-23T01:02:21.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-23T01:02:21.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-23T01:02:21.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:02:21.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:02:21.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:02:21.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:02:21.732Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:02:21.732Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:02:21.732Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||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-05-23T01:02:21.737Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-23T01:02:51.738Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e 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-05-23T01:02:51.745Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e and serviceModelVersionId: 575f8670-c986-48fd-bce3-672311ab4caa
2021-05-23T01:02:51.745Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c63bc48-aca4-4702-8829-0b304fc58a15
2021-05-23T01:02:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:02:57.053Z||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-05-23T01:02:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:02:57.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:02:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:02:57.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731657042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:02:57.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:02.327Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0
2021-05-23T01:03:02.428Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-23T01:03:02.841Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0|INFO|500||Invoke
2021-05-23T01:03:02.845Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3370f23f-7393-4785-bec0-f1e0e89aa980], X-ECOMP-RequestID=[89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e], X-TransactionId=[], X-ONAP-RequestID=[89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e], Content-Type=[application/merge-patch+json]}
2021-05-23T01:03:02.977Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-23T01:03:03.352Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?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/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210523-01:03:02:988-87922], vertex-id=[118864], Content-Length=[0], Date=[Sun, 23 May 2021 01:03:02 GMT], Content-Type=[application/json]}
2021-05-23T01:03:03.353Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-23T01:03:03.354Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0|INFO|500||InvokeReturn
2021-05-23T01:03:03.357Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-23T01:03:03.357Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||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-05-23T01:03:03.360Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||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-05-23T01:03:03.361Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-23T01:03:03.362Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-23T01:03:03.363Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:03.364Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:03.364Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731783361,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:03:03.464Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:03.465Z||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-05-23T01:03:03.465Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:03.474Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:03.475Z||pool-18-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-05-23T01:03:04.374Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:03:04.375Z||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-05-23T01:03:04.375Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:03:08.699Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:08.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-23T01:03:08.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"20bbd3d2-e5f1-4279-8da2-aa368e99f47f","serviceName":"basic_onboard_JTyxRK","serviceVersion":"1.0","serviceUUID":"1070801d-46d3-4b07-b424-077da6d65f98","serviceDescription":"service","serviceInvariantUUID":"3d980a71-57ac-4833-925d-a43c1a9070a0","resources":[{"resourceInstanceName":"basic_onboard_JTyxRK 0","resourceName":"basic_onboard_JTyxRK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"977f4a10-07b5-47d2-ae26-674fb742a686","resourceInvariantUUID":"6181c94c-3533-4daf-8843-1b3f5eac0d04","resourceCustomizationUUID":"d5fbc6b7-453b-4d84-84e7-9512c5911093","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml","artifactChecksum":"NjI2Nzk0OTAwMTQzMTM4MzNkMTlkZWNkMTMxODQwMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98f7dfc6-819a-4ec4-b647-2d0f0f8e4800","artifactVersion":"1"},{"artifactName":"basic_onboard_jtyxrk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json","artifactChecksum":"YTNmZTI3YzFhOWRhNDQ5YjEwOWVjMTIwNDgwODBiZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4bdd1be6-e897-4b0e-94ba-e8b9850bbb0f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac961ae4-c267-4608-941a-7d8f979332ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e79a85c1-489b-445f-9cf8-35d4d2c08d06","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d25b35a3-b64e-443b-a013-f53d84d11a93","artifactVersion":"2","generatedFromUUID":"ac961ae4-c267-4608-941a-7d8f979332ca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJtyxrk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml","artifactChecksum":"NGEzMzgzMmQyZDczZjY2NDBmYjNkZWM5OWY3YmQ5OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8a641bc-7792-49a1-a635-737e5363028f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJtyxrk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar","artifactChecksum":"MDc0MTEyNDQ2MDRmYWNjYmMxMTBlZGYwYjNkZTFmMzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7bf6638b-db8b-41cc-a776-ee9cf84a572d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-23T01:03:08.702Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:03:08.702Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:08.704Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:08.704Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731784374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:03:08.804Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:08.805Z||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-05-23T01:03:08.805Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:08.816Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:08.816Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:09.704Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:03:09.705Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:09.706Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:09.706Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731784374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:03:09.807Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:09.807Z||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-05-23T01:03:09.808Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:09.818Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:09.819Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:03:10.707Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:03:10.707Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:10.710Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:10.710Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731784374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:03:10.810Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:10.811Z||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-05-23T01:03:10.811Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:10.820Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:10.821Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:11.710Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:03:11.711Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:11.712Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:11.712Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731784374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:03:11.813Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-23T01:03:11.813Z||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-05-23T01:03:11.814Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:11.822Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:11.822Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:12.713Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:03:12.714Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:12.715Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:12.715Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731784374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-23T01:03:12.815Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:12.816Z||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-05-23T01:03:12.816Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:12.824Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:12.825Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:13.716Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:03:13.716Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:13.718Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:13.719Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731784374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:03:13.819Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:13.820Z||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-05-23T01:03:13.820Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:13.830Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:13.830Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:14.719Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:03:14.720Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:14.722Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:14.722Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731784374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:03:14.822Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:14.823Z||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-05-23T01:03:14.823Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:14.833Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:14.833Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:15.723Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "serviceName": "basic_onboard_JTyxRK",
  "serviceVersion": "1.0",
  "serviceUUID": "1070801d-46d3-4b07-b424-077da6d65f98",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3d980a71-57ac-4833-925d-a43c1a9070a0",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JTyxRK 0",
      "resourceCustomizationUUID": "d5fbc6b7-453b-4d84-84e7-9512c5911093",
      "resourceName": "basic_onboard_JTyxRK",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "977f4a10-07b5-47d2-ae26-674fb742a686",
      "resourceInvariantUUID": "6181c94c-3533-4daf-8843-1b3f5eac0d04",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jtyxrk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
          "artifactChecksum": "YTNmZTI3YzFhOWRhNDQ5YjEwOWVjMTIwNDgwODBiZmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4bdd1be6-e897-4b0e-94ba-e8b9850bbb0f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac961ae4-c267-4608-941a-7d8f979332ca",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d25b35a3-b64e-443b-a013-f53d84d11a93",
            "generatedFromUUID": "ac961ae4-c267-4608-941a-7d8f979332ca"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d25b35a3-b64e-443b-a013-f53d84d11a93",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJtyxrk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
      "artifactChecksum": "MDc0MTEyNDQ2MDRmYWNjYmMxMTBlZGYwYjNkZTFmMzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7bf6638b-db8b-41cc-a776-ee9cf84a572d"
    }
  ],
  "workloadContext": "Production"
}
2021-05-23T01:03:15.724Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-23T01:03:15.724Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1070801d-46d3-4b07-b424-077da6d65f98 ASDC
2021-05-23T01:03:15.724Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:20bbd3d2-e5f1-4279-8da2-aa368e99f47f
ServiceName:basic_onboard_JTyxRK
ServiceVersion:1.0
ServiceUUID:1070801d-46d3-4b07-b424-077da6d65f98
ServiceInvariantUUID:3d980a71-57ac-4833-925d-a43c1a9070a0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJtyxrk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar
ArtifactUUID:7bf6638b-db8b-41cc-a776-ee9cf84a572d
ArtifactChecksum:MDc0MTEyNDQ2MDRmYWNjYmMxMTBlZGYwYjNkZTFmMzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JTyxRK 0
ResourceCustomizationUUID:d5fbc6b7-453b-4d84-84e7-9512c5911093
ResourceInvariantUUID:6181c94c-3533-4daf-8843-1b3f5eac0d04
ResourceName:basic_onboard_JTyxRK
ResourceType:VF
ResourceUUID:977f4a10-07b5-47d2-ae26-674fb742a686
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jtyxrk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json
ArtifactUUID:4bdd1be6-e897-4b0e-94ba-e8b9850bbb0f
ArtifactChecksum:YTNmZTI3YzFhOWRhNDQ5YjEwOWVjMTIwNDgwODBiZmM=
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/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac961ae4-c267-4608-941a-7d8f979332ca
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/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env
ArtifactUUID:d25b35a3-b64e-443b-a013-f53d84d11a93
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/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env
ArtifactUUID:d25b35a3-b64e-443b-a013-f53d84d11a93
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-23T01:03:15.724Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1070801d-46d3-4b07-b424-077da6d65f98 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-05-23T01:03:15.752Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:03:15.753Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-05-23T01:03:15.753Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-05-23T01:03:15.753Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7bf6638b-db8b-41cc-a776-ee9cf84a572d from URL: /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:15.753Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-05-23T01:03:15.753Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:15.948Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-05-23T01:03:15.953Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar 7bf6638b-db8b-41cc-a776-ee9cf84a572d 74850
2021-05-23T01:03:15.953Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar ASDC sendASDCNotification
2021-05-23T01:03:15.953Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:15.953Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:03:15.954Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:15.955Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:15.956Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731795953,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:03:16.056Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:16.056Z||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-05-23T01:03:16.057Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:16.085Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:16.085Z||pool-26-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:03:16.956Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:03:16.957Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-05-23T01:03:16.957Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7bf6638b-db8b-41cc-a776-ee9cf84a572d, URL: /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar to file: /app/ASDC/1/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:16.958Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:16.958Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:16.958Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:17.161Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP342507769231217680/Definitions/service-BasicOnboardJtyxrk-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-05-23T01:03:18.136Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-23T01:03:18.136Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-05-23T01:03:18.136Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.136Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-23T01:03:18.136Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JTyxRK 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-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.137Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|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-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.137Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|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-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.137Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|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-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.137Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|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-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.137Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|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-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.137Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JTyxRK 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.137Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|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-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.137Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|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-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.138Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|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-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.138Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-05-23T01:03:18.138Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:18.138Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:18.138Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:18.139Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-05-23T01:03:18.139Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:03:18.139Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:18.139Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:18.139Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:18.140Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-05-23T01:03:18.140Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:03:18.140Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:18.140Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:18.140Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:18.141Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is not matching search criteria
2021-05-23T01:03:18.141Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-23T01:03:18.141Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-23T01:03:18.141Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-23T01:03:18.141Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-23T01:03:18.142Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-23T01:03:18.142Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:18.142Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-23T01:03:18.142Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:18.142Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:18.142Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:03:18.143Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:18.143Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:18.143Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:03:18.143Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:18.143Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:18.143Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:03:18.143Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is not matching search criteria
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4e3ba055-d626-45a1-a74a-7ff3070ae710
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:18.145Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:18.145Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:18.145Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:18.145Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_JTyxRK
Description:service
Model UUID:1070801d-46d3-4b07-b424-077da6d65f98
Model Version:NULL
Model InvariantUuid:3d980a71-57ac-4833-925d-a43c1a9070a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_JTyxRK
Model UUID:03d70f5b-a9f9-4988-89ea-6a214a1a80b0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6181c94c-3533-4daf-8843-1b3f5eac0d04
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d5fbc6b7-453b-4d84-84e7-9512c5911093
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6f4f5bea-0e49-4848-a9cd-99eb285ac382
ModelName:BasicOnboardJtyxrk..base_ubuntu18..module-0
ModelUuid:5c4c97b7-d07b-40a8-8717-f27d320b2968
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4e3ba055-d626-45a1-a74a-7ff3070ae710
ModelInvariantUuid:edf0aefd-d33b-46bc-bc1e-a0947988d02c
ModelName:basic_onboard_JTyxRK-nodes.ubuntu18Cvfc
ModelUuid:e4a16f7e-61a3-46b2-a930-aae64e9e7e7d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7593a509-8e0b-429e-861b-10cbd6a6e41a
ModelInvariantUuid:a7fac929-aff1-40cc-9014-477b2f5dfbae
ModelName:BasicOnboardJtyxrk.compute.nodes.heat.ubuntu18
ModelUuid:28058646-3e8d-4d16-87c2-c3975b20cdda
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-05-23T01:03:18.147Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 977f4a10-07b5-47d2-ae26-674fb742a686
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-05-23T01:03:18.149Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||basic_onboard_JTyxRK 0
2021-05-23T01:03:18.149Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 977f4a10-07b5-47d2-ae26-674fb742a686
2021-05-23T01:03:18.150Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4bdd1be6-e897-4b0e-94ba-e8b9850bbb0f from URL: /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json
2021-05-23T01:03:18.150Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-05-23T01:03:18.150Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json
2021-05-23T01:03:18.415Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-05-23T01:03:18.416Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json 4bdd1be6-e897-4b0e-94ba-e8b9850bbb0f 798
2021-05-23T01:03:18.416Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json ASDC sendASDCNotification
2021-05-23T01:03:18.416Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json
2021-05-23T01:03:18.416Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:03:18.417Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:18.418Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:18.418Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731798416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:03:18.518Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:18.519Z||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-05-23T01:03:18.519Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:18.531Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:18.531Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:19.419Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJtyxrk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6f4f5bea-0e49-4848-a9cd-99eb285ac382",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5c4c97b7-d07b-40a8-8717-f27d320b2968",
    "vfModuleModelCustomizationUUID": "90512950-7d03-4a4d-ae75-111a3fc6ff49",
    "isBase": true,
    "artifacts": [
      "ac961ae4-c267-4608-941a-7d8f979332ca",
      "d25b35a3-b64e-443b-a013-f53d84d11a93"
    ],
    "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-05-23T01:03:19.424Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJtyxrk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c4c97b7-d07b-40a8-8717-f27d320b2968
VfModuleModelInvariantUUID:6f4f5bea-0e49-4848-a9cd-99eb285ac382
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac961ae4-c267-4608-941a-7d8f979332ca
,
d25b35a3-b64e-443b-a013-f53d84d11a93

}
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-05-23T01:03:19.427Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJtyxrk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6f4f5bea-0e49-4848-a9cd-99eb285ac382",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5c4c97b7-d07b-40a8-8717-f27d320b2968",
    "vfModuleModelCustomizationUUID": "90512950-7d03-4a4d-ae75-111a3fc6ff49",
    "isBase": true,
    "artifacts": [
      "ac961ae4-c267-4608-941a-7d8f979332ca",
      "d25b35a3-b64e-443b-a013-f53d84d11a93"
    ],
    "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-05-23T01:03:19.427Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJtyxrk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c4c97b7-d07b-40a8-8717-f27d320b2968
VfModuleModelInvariantUUID:6f4f5bea-0e49-4848-a9cd-99eb285ac382
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac961ae4-c267-4608-941a-7d8f979332ca
,
d25b35a3-b64e-443b-a013-f53d84d11a93

}
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-05-23T01:03:19.427Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ac961ae4-c267-4608-941a-7d8f979332ca from URL: /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml
2021-05-23T01:03:19.427Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-05-23T01:03:19.427Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml
2021-05-23T01:03:19.757Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-05-23T01:03:19.758Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml ac961ae4-c267-4608-941a-7d8f979332ca 5033
2021-05-23T01:03:19.758Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-23T01:03:19.758Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml
2021-05-23T01:03:19.758Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:03:19.758Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:19.760Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:19.760Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731799758,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:03:19.860Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:19.861Z||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-05-23T01:03:19.861Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:19.872Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:19.872Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:20.761Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d25b35a3-b64e-443b-a013-f53d84d11a93 from URL: /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env
2021-05-23T01:03:20.761Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-05-23T01:03:20.761Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env
2021-05-23T01:03:21.643Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-05-23T01:03:21.643Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env d25b35a3-b64e-443b-a013-f53d84d11a93 909
2021-05-23T01:03:21.643Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-23T01:03:21.644Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env
2021-05-23T01:03:21.644Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:03:21.644Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:21.645Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:21.645Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731801643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:03:21.745Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:21.746Z||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-05-23T01:03:21.746Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:21.757Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:21.757Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:22.646Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1070801d-46d3-4b07-b424-077da6d65f98
2021-05-23T01:03:22.646Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JTyxRK 0 977f4a10-07b5-47d2-ae26-674fb742a686 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-05-23T01:03:22.655Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:22.656Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:22.656Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-05-23T01:03:22.656Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d5fbc6b7-453b-4d84-84e7-9512c5911093
2021-05-23T01:03:22.656Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5fbc6b7-453b-4d84-84e7-9512c5911093 matches Tosca VF Customization UUID: d5fbc6b7-453b-4d84-84e7-9512c5911093
2021-05-23T01:03:22.656Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d5fbc6b7-453b-4d84-84e7-9512c5911093  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-05-23T01:03:22.657Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:22.657Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:22.658Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d5fbc6b7-453b-4d84-84e7-9512c5911093: {\"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-05-23T01:03:22.658Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b24087
2021-05-23T01:03:22.658Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:22.658Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-23T01:03:22.658Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 90512950-7d03-4a4d-ae75-111a3fc6ff49
2021-05-23T01:03:22.658Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 90512950-7d03-4a4d-ae75-111a3fc6ff49
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-05-23T01:03:22.660Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:22.660Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:22.660Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:03:22.660Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:22.660Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:22.660Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:03:22.661Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:22.661Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is not matching search criteria
2021-05-23T01:03:22.661Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-23T01:03:22.661Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-23T01:03:22.661Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4e3ba055-d626-45a1-a74a-7ff3070ae710
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-05-23T01:03:22.662Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:22.662Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:22.663Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:03:22.663Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:22.663Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:22.663Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0] matching following query criteria: sdcType=VF, customizationUUID=d5fbc6b7-453b-4d84-84e7-9512c5911093
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-05-23T01:03:22.664Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:22.664Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:22.664Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1070801d-46d3-4b07-b424-077da6d65f98: basic_onboard_JTyxRK
2021-05-23T01:03:22.664Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:22.664Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:22.664Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:22.665Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:22.665Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:22.665Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:22.665Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:22.665Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:22.665Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:03:22.665Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:22.665Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_JTyxRK 
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-05-23T01:03:22.709Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JTyxRK 977f4a10-07b5-47d2-ae26-674fb742a686 1 ASDC deployResourceStructure
2021-05-23T01:03:22.709Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json ASDC sendASDCNotification
2021-05-23T01:03:22.709Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json
2021-05-23T01:03:22.709Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:03:22.710Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:22.711Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:22.711Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731802709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:03:22.811Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:22.812Z||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-05-23T01:03:22.812Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:22.823Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:22.824Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:23.712Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-23T01:03:23.712Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml
2021-05-23T01:03:23.712Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:03:23.713Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:23.714Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:23.714Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731803712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-23T01:03:23.814Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:23.815Z||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-05-23T01:03:23.815Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:23.826Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:23.826Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:03:24.715Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-23T01:03:24.716Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env
2021-05-23T01:03:24.716Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:03:24.716Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:24.718Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:24.718Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731804715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-23T01:03:24.818Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:24.819Z||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-05-23T01:03:24.819Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:24.829Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:24.829Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:25.719Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar ASDC sendASDCNotification
2021-05-23T01:03:25.720Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:25.720Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:03:25.720Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:25.722Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:25.722Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731805719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:03:25.822Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:25.823Z||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-05-23T01:03:25.823Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:25.832Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:25.832Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:26.723Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
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-05-23T01:03:26.732Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
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-05-23T01:03:26.736Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:03:26.736Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:03:26.736Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:03:56.736Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
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-05-23T01:03:56.745Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
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-05-23T01:03:56.747Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:03:56.747Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:03:56.748Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:03:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:03:57.053Z||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-05-23T01:03:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:03:57.075Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:03:57.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621731652481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:03:57.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:03:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731657576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:03:57.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731657669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:03:57.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731657766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:03:57.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621731658045,
  "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-05-23T01:03:57.082Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
2021-05-23T01:03:57.082Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20bbd3d2-e5f1-4279-8da2-aa368e99f47f 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-05-23T01:03:57.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621731652481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:03:57.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:03:57.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731658598,
  "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-05-23T01:03:57.093Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
2021-05-23T01:03:57.093Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20bbd3d2-e5f1-4279-8da2-aa368e99f47f 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-05-23T01:03:57.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731658672,
  "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-05-23T01:03:57.103Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
2021-05-23T01:03:57.103Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20bbd3d2-e5f1-4279-8da2-aa368e99f47f 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-05-23T01:03:57.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731658771,
  "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-05-23T01:03:57.111Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
2021-05-23T01:03:57.111Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20bbd3d2-e5f1-4279-8da2-aa368e99f47f 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-05-23T01:03:57.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621731652481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:03:57.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:03:57.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621731659603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:03:57.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621731659674,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:03:57.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621731659774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:03:57.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "clamp",
  "timestamp": 1621731662339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:03:57.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "aai-ml",
  "timestamp": 1621731663035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:03:57.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "clamp",
  "timestamp": 1621731663360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:03:57.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "aai-ml",
  "timestamp": 1621731664047,
  "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-05-23T01:03:57.123Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
2021-05-23T01:03:57.124Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20bbd3d2-e5f1-4279-8da2-aa368e99f47f 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-05-23T01:03:57.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "clamp",
  "timestamp": 1621731664363,
  "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-05-23T01:03:57.132Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
2021-05-23T01:03:57.132Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20bbd3d2-e5f1-4279-8da2-aa368e99f47f 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-05-23T01:04:26.748Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
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-05-23T01:04:26.758Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
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-05-23T01:04:26.761Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:04:26.761Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-23T01:04:26.761Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-23T01:04:26.762Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-23T01:04:26.762Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:04:26.762Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:04:26.762Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:04:26.762Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:04:26.762Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:04:26.762Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:04:26.762Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|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-05-23T01:04:26.767Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-23T01:04:56.767Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20bbd3d2-e5f1-4279-8da2-aa368e99f47f 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-05-23T01:04:56.771Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20bbd3d2-e5f1-4279-8da2-aa368e99f47f and serviceModelVersionId: 1070801d-46d3-4b07-b424-077da6d65f98
2021-05-23T01:04:56.772Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d980a71-57ac-4833-925d-a43c1a9070a0
2021-05-23T01:04:56.772Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0
2021-05-23T01:04:56.776Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-05-23T01:04:56.813Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0|INFO|500||Invoke
2021-05-23T01:04:56.813Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20bbd3d2-e5f1-4279-8da2-aa368e99f47f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c1378347-75af-4466-9b67-e820adbaf8a1], X-ECOMP-RequestID=[20bbd3d2-e5f1-4279-8da2-aa368e99f47f], X-TransactionId=[], X-ONAP-RequestID=[20bbd3d2-e5f1-4279-8da2-aa368e99f47f], Content-Type=[application/merge-patch+json]}
2021-05-23T01:04:56.832Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-23T01:04:56.914Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?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/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210523-01:04:56:841-5760], vertex-id=[192656], Content-Length=[0], Date=[Sun, 23 May 2021 01:04:56 GMT], Content-Type=[application/json]}
2021-05-23T01:04:56.914Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-23T01:04:56.915Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0|INFO|500||InvokeReturn
2021-05-23T01:04:56.915Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-23T01:04:56.915Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|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-05-23T01:04:56.919Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|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-05-23T01:04:56.919Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20bbd3d2-e5f1-4279-8da2-aa368e99f47f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-23T01:04:56.919Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-23T01:04:56.919Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:04:56.921Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:04:56.921Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731896919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:04:57.021Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:04:57.021Z||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-05-23T01:04:57.022Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:04:57.032Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:04:57.032Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:04:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:04:57.053Z||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-05-23T01:04:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:04:57.072Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:04:57.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731783361,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:04:57.073Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731784374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731784374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731784374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731784374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731784374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731784374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731784374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731795953,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731798416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731799758,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731801643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731802709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731803712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731804715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-23T01:04:57.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:04:57.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731805719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:04:57.077Z||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-05-23T01:04:57.931Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:04:57.932Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|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-05-23T01:04:57.932Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:05:07.472Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:05:07.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:05:07.473Z||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-05-23T01:05:07.473Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:05:17.007Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:05:17.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:05:17.008Z||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-05-23T01:05:17.008Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:05:26.549Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:05:26.549Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:05:26.550Z||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-05-23T01:05:26.550Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:05:36.089Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:05:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:05:57.052Z||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-05-23T01:05:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:05:57.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:05:57.053Z||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-05-23T01:05:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:05:57.575Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:05:57.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-23T01:05:57.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621731896919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:05:57.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:06:06.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:06:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:06:57.052Z||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-05-23T01:06:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:06:57.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:06:57.053Z||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-05-23T01:06:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:07:06.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:07:06.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:07:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:07:57.052Z||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-05-23T01:07:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:07:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:07:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|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-05-23T01:07:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:08:06.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:08:06.591Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:08:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:08:57.052Z||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-05-23T01:08:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:08:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:08:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|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-05-23T01:08:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:09:06.594Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:09:06.601Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:09:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:09:57.052Z||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-05-23T01:09:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:09:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:09:57.053Z||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-05-23T01:09:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:09:57.678Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:09:57.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:09:57.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"dcf32e26-8f07-40dd-96b5-17c588efc8f0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d3eedfe7-ec92-450f-8fc8-379efedb60df","serviceDescription":"service","serviceInvariantUUID":"24e37a0e-c518-468a-8125-532649c8f0a7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c8d54768-064e-43b8-94f5-7155ff72045b","resourceInvariantUUID":"0a10a5e0-cb6d-41ec-b8b9-9205807702db","resourceCustomizationUUID":"c4d64b40-6fec-487e-ab9a-5d4edd93a8a7","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"YjkyNzNjNTUwZjY2ZTZlMDc0MGY1MzFlZWIzOGZkNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"27ab1d39-6e9b-4a1c-b29a-cc38e0a1658f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzdhMmJkMGNlMTJjOTU1OTFhMTk2YzUyZWVhMDkxYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38b700d8-6785-401a-8ce2-0d29c7a8c400","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-23T01:09:57.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732152481,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "cds",
  "timestamp": 1621732146667,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "clamp",
  "timestamp": 1621732151877,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732152571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732152481,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.680Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "cds",
  "timestamp": 1621732146667,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.680Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732152571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "clamp",
  "timestamp": 1621732151877,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "policy-id",
  "timestamp": 1621732157053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732157982,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "cds",
  "timestamp": 1621732157993,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732157966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "policy-id",
  "timestamp": 1621732157053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:09:57.682Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.682Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732197051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "cds",
  "timestamp": 1621732158997,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-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-05-23T01:09:57.692Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dcf32e26-8f07-40dd-96b5-17c588efc8f0
2021-05-23T01:09:57.692Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcf32e26-8f07-40dd-96b5-17c588efc8f0 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-05-23T01:09:57.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732159423,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732157966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "aai-ml",
  "timestamp": 1621732158967,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732160427,
  "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-05-23T01:09:57.701Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dcf32e26-8f07-40dd-96b5-17c588efc8f0
2021-05-23T01:09:57.701Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcf32e26-8f07-40dd-96b5-17c588efc8f0 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-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "policy-id",
  "timestamp": 1621732160462,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "dcae-sch",
  "timestamp": 1621732159880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "aai-ml",
  "timestamp": 1621732158967,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "policy-id",
  "timestamp": 1621732161465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "dcae-sch",
  "timestamp": 1621732159880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "aai-ml",
  "timestamp": 1621732162360,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:09:57.708Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "policy-id",
  "timestamp": 1621732162467,
  "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-05-23T01:09:57.711Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dcf32e26-8f07-40dd-96b5-17c588efc8f0
2021-05-23T01:09:57.711Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcf32e26-8f07-40dd-96b5-17c588efc8f0 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-05-23T01:09:57.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732162059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732162059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:09:57.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732163399,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "clamp",
  "timestamp": 1621732164398,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732163399,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "aai-ml",
  "timestamp": 1621732165861,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "clamp",
  "timestamp": 1621732166407,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:09:57.718Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "aai-ml",
  "timestamp": 1621732166866,
  "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-05-23T01:09:57.720Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dcf32e26-8f07-40dd-96b5-17c588efc8f0
2021-05-23T01:09:57.721Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcf32e26-8f07-40dd-96b5-17c588efc8f0 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-05-23T01:09:57.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "clamp",
  "timestamp": 1621732167411,
  "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-05-23T01:09:57.729Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dcf32e26-8f07-40dd-96b5-17c588efc8f0
2021-05-23T01:09:57.729Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcf32e26-8f07-40dd-96b5-17c588efc8f0 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-05-23T01:09:57.782Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:09:57.783Z||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-05-23T01:09:57.783Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:09:57.793Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:09:57.793Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:09:58.682Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:09:58.683Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:09:58.685Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:09:58.685Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732197051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:09:58.785Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:09:58.785Z||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-05-23T01:09:58.786Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:09:58.794Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:09:58.795Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:09:59.690Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d3eedfe7-ec92-450f-8fc8-379efedb60df",
  "serviceDescription": "service",
  "serviceInvariantUUID": "24e37a0e-c518-468a-8125-532649c8f0a7",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c4d64b40-6fec-487e-ab9a-5d4edd93a8a7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c8d54768-064e-43b8-94f5-7155ff72045b",
      "resourceInvariantUUID": "0a10a5e0-cb6d-41ec-b8b9-9205807702db",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "MzdhMmJkMGNlMTJjOTU1OTFhMTk2YzUyZWVhMDkxYzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "38b700d8-6785-401a-8ce2-0d29c7a8c400"
    }
  ],
  "workloadContext": "Production"
}
2021-05-23T01:09:59.690Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-23T01:09:59.690Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d3eedfe7-ec92-450f-8fc8-379efedb60df ASDC
2021-05-23T01:09:59.691Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:dcf32e26-8f07-40dd-96b5-17c588efc8f0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d3eedfe7-ec92-450f-8fc8-379efedb60df
ServiceInvariantUUID:24e37a0e-c518-468a-8125-532649c8f0a7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:38b700d8-6785-401a-8ce2-0d29c7a8c400
ArtifactChecksum:MzdhMmJkMGNlMTJjOTU1OTFhMTk2YzUyZWVhMDkxYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c4d64b40-6fec-487e-ab9a-5d4edd93a8a7
ResourceInvariantUUID:0a10a5e0-cb6d-41ec-b8b9-9205807702db
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c8d54768-064e-43b8-94f5-7155ff72045b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-05-23T01:09:59.691Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d3eedfe7-ec92-450f-8fc8-379efedb60df 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-05-23T01:09:59.719Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:09:59.719Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:09:59.719Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:09:59.719Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 38b700d8-6785-401a-8ce2-0d29c7a8c400 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-23T01:09:59.719Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:09:59.720Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-23T01:10:00.433Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:10:00.436Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 38b700d8-6785-401a-8ce2-0d29c7a8c400 52221
2021-05-23T01:10:00.436Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-23T01:10:00.436Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-23T01:10:00.436Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:10:00.436Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:10:00.438Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:10:00.438Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732200436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:10:00.538Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:10:00.539Z||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-05-23T01:10:00.539Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:10:00.546Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:10:00.547Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:10:01.438Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:10:01.439Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:10:01.439Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 38b700d8-6785-401a-8ce2-0d29c7a8c400, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.440Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-23T01:10:01.440Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.440Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.516Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP567603318304710077/Definitions/service-BasicNetwork-template.yml
2021-05-23T01:10:01.862Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-23T01:10:01.862Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-23T01:10:01.862Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||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-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:10:01.865Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.865Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:10:01.865Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.865Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:10:01.865Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.865Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:10:01.865Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.865Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:d3eedfe7-ec92-450f-8fc8-379efedb60df
Model Version:NULL
Model InvariantUuid:24e37a0e-c518-468a-8125-532649c8f0a7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0a10a5e0-cb6d-41ec-b8b9-9205807702db
Model UUID:acb96a7e-ed23-4ffc-9c93-900a72edd350
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c4d64b40-6fec-487e-ab9a-5d4edd93a8a7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

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-05-23T01:10:01.870Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: c8d54768-064e-43b8-94f5-7155ff72045b
2021-05-23T01:10:01.870Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||No resources found for Service: d3eedfe7-ec92-450f-8fc8-379efedb60df
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-05-23T01:10:01.872Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||
2021-05-23T01:10:01.873Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-05-23T01:10:01.873Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||No resources found for Service: d3eedfe7-ec92-450f-8fc8-379efedb60df
2021-05-23T01:10:01.873Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d3eedfe7-ec92-450f-8fc8-379efedb60df
2021-05-23T01:10:01.873Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-05-23T01:10:01.873Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
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-05-23T01:10:01.877Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:10:01.877Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.877Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:10:01.877Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.878Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid d3eedfe7-ec92-450f-8fc8-379efedb60df: Generic NeutronNet
2021-05-23T01:10:01.878Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:10:01.878Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.878Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:10:01.878Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-05-23T01:10:01.896Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:10:01.897Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.897Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:10:01.897Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.897Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:10:01.897Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.897Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_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 network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) 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 (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-05-23T01:10:01.943Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-05-23T01:10:01.943Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-23T01:10:01.943Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.944Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:10:01.944Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:10:01.945Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:10:01.945Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732201943,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:10:02.045Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:10:02.046Z||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-05-23T01:10:02.047Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:10:02.058Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:10:02.058Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:10:02.946Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcf32e26-8f07-40dd-96b5-17c588efc8f0
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-05-23T01:10:02.954Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcf32e26-8f07-40dd-96b5-17c588efc8f0
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-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||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-05-23T01:10:02.960Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-23T01:10:32.960Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dcf32e26-8f07-40dd-96b5-17c588efc8f0 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-05-23T01:10:32.966Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dcf32e26-8f07-40dd-96b5-17c588efc8f0 and serviceModelVersionId: d3eedfe7-ec92-450f-8fc8-379efedb60df
2021-05-23T01:10:32.966Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24e37a0e-c518-468a-8125-532649c8f0a7
2021-05-23T01:10:32.967Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0
2021-05-23T01:10:32.971Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-23T01:10:33.008Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0|INFO|500||Invoke
2021-05-23T01:10:33.008Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dcf32e26-8f07-40dd-96b5-17c588efc8f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6926cf42-d98a-4795-bd3b-c3b5e0a5b96d], X-ECOMP-RequestID=[dcf32e26-8f07-40dd-96b5-17c588efc8f0], X-TransactionId=[], X-ONAP-RequestID=[dcf32e26-8f07-40dd-96b5-17c588efc8f0], Content-Type=[application/merge-patch+json]}
2021-05-23T01:10:33.025Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-23T01:10:33.351Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?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/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210523-01:10:33:035-82295], vertex-id=[237800], Content-Length=[0], Date=[Sun, 23 May 2021 01:10:33 GMT], Content-Type=[application/json]}
2021-05-23T01:10:33.352Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-23T01:10:33.352Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0|INFO|500||InvokeReturn
2021-05-23T01:10:33.353Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-23T01:10:33.353Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||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-05-23T01:10:33.357Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||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-05-23T01:10:33.357Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dcf32e26-8f07-40dd-96b5-17c588efc8f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-23T01:10:33.357Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-23T01:10:33.358Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:10:33.359Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:10:33.359Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732233357,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:10:33.460Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-23T01:10:33.460Z||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-05-23T01:10:33.461Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:10:33.475Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:10:33.475Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 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-05-23T01:10:57.051Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:10:57.052Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|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-05-23T01:10:57.052Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:10:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:10:57.053Z||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-05-23T01:10:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:10:57.172Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:10:57.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:10:57.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732197051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:10:57.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:10:57.674Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:10:57.674Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-23T01:10:57.674Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"528c799b-f61d-40e2-926b-56a6ecc3095d","serviceName":"Demo_pNF_q1enNaKVlW70YhLl15dz","serviceVersion":"1.0","serviceUUID":"3d5ca92a-a934-4b07-b3cb-3c49842d7e6c","serviceDescription":"catalog service description","serviceInvariantUUID":"97b8751b-bdd4-4dd2-b003-56155a4bf750","resources":[{"resourceInstanceName":"pNF 48d5483e-fb03 0","resourceName":"pNF 48d5483e-fb03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"db8dc6ad-351f-4e83-b845-cfc8eeaabee6","resourceInvariantUUID":"c629f26f-a8b8-4fac-b01a-f1fd4de6f0c1","resourceCustomizationUUID":"19ee310d-1412-4e81-b21a-256eb6815929","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vf-license-model.xml","artifactChecksum":"ZThmMDMzMGJkMjc4YTg1NTM3MWY5MzYxMmIyYTMwMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3f507a8-2fc9-4f57-b41c-7887336f20ba","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/pNF.csar","artifactChecksum":"YThhMDczZmM2MWEwODFlY2M1MTU1NGY1OGVjMjA5ZDg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99bc6065-f48e-46ad-915b-1ece6c31bbe6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3790367-c8e9-40e4-9a71-5a75a5f552fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vendor-license-model.xml","artifactChecksum":"NTllMmJkZmQ2MGM4YTg3YTEyM2I0ZWEwMjNmYjM4ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8850b5ce-4afa-4e5e-9d0a-05fa7a61f6ca","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"37e1f9d2-2272-4e20-8b97-51c1f33d72a6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0312487e-eeb0-4026-a86b-f2d8eee973ec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQ1ennakvlw70yhll15dz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml","artifactChecksum":"OTRhNjZjZWU2ZWMxM2E1MDVjMDgxZTk0YjkwNTAwNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd300e6b-ed93-48a0-af70-742f53469911","artifactVersion":"1"},{"artifactName":"service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar","artifactChecksum":"NDI5ZDZiMjE3OGQ0ZGI2MTRkNDc5Y2QyYTEyN2JkM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87feb49c-c9a9-4436-a39a-2617d3b845ec","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-23T01:10:57.676Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:10:57.676Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:10:57.678Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:10:57.678Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732257051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:10:57.778Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:10:57.779Z||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-05-23T01:10:57.779Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:10:57.787Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:10:57.787Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:10:58.678Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:10:58.679Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:10:58.681Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:10:58.681Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732257051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:10:58.781Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:10:58.782Z||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-05-23T01:10:58.782Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:10:58.790Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:10:58.790Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:10:59.681Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:10:59.682Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:10:59.683Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:10:59.683Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732257051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:10:59.784Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-23T01:10:59.784Z||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-05-23T01:10:59.785Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:10:59.796Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:10:59.797Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:11:00.684Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:11:00.684Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:11:00.686Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:11:00.686Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732257051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:00.786Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:11:00.787Z||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-05-23T01:11:00.787Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:11:00.795Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:11:00.796Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:11:01.686Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:11:01.687Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:11:01.689Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:11:01.689Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732257051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:01.789Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:11:01.790Z||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-05-23T01:11:01.790Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:11:01.799Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:11:01.800Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:11:02.689Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:11:02.690Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:11:02.692Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:11:02.692Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732257051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:02.792Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:11:02.793Z||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-05-23T01:11:02.793Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:11:02.801Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:11:02.801Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:11:03.693Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:11:03.693Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:11:03.695Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:11:03.695Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732257051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:03.795Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:11:03.796Z||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-05-23T01:11:03.796Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:11:03.809Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:11:03.810Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:11:04.695Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:11:04.696Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:11:04.697Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:11:04.698Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732257051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:11:04.798Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:11:04.798Z||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-05-23T01:11:04.799Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:11:04.808Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:11:04.809Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:11:05.698Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "serviceName": "Demo_pNF_q1enNaKVlW70YhLl15dz",
  "serviceVersion": "1.0",
  "serviceUUID": "3d5ca92a-a934-4b07-b3cb-3c49842d7e6c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "97b8751b-bdd4-4dd2-b003-56155a4bf750",
  "resources": [
    {
      "resourceInstanceName": "pNF 48d5483e-fb03 0",
      "resourceCustomizationUUID": "19ee310d-1412-4e81-b21a-256eb6815929",
      "resourceName": "pNF 48d5483e-fb03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "db8dc6ad-351f-4e83-b845-cfc8eeaabee6",
      "resourceInvariantUUID": "c629f26f-a8b8-4fac-b01a-f1fd4de6f0c1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
      "artifactChecksum": "NDI5ZDZiMjE3OGQ0ZGI2MTRkNDc5Y2QyYTEyN2JkM2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "87feb49c-c9a9-4436-a39a-2617d3b845ec"
    }
  ],
  "workloadContext": "Production"
}
2021-05-23T01:11:05.699Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-23T01:11:05.699Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3d5ca92a-a934-4b07-b3cb-3c49842d7e6c ASDC
2021-05-23T01:11:05.699Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:528c799b-f61d-40e2-926b-56a6ecc3095d
ServiceName:Demo_pNF_q1enNaKVlW70YhLl15dz
ServiceVersion:1.0
ServiceUUID:3d5ca92a-a934-4b07-b3cb-3c49842d7e6c
ServiceInvariantUUID:97b8751b-bdd4-4dd2-b003-56155a4bf750
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
ArtifactUUID:87feb49c-c9a9-4436-a39a-2617d3b845ec
ArtifactChecksum:NDI5ZDZiMjE3OGQ0ZGI2MTRkNDc5Y2QyYTEyN2JkM2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 48d5483e-fb03 0
ResourceCustomizationUUID:19ee310d-1412-4e81-b21a-256eb6815929
ResourceInvariantUUID:c629f26f-a8b8-4fac-b01a-f1fd4de6f0c1
ResourceName:pNF 48d5483e-fb03
ResourceType:PNF
ResourceUUID:db8dc6ad-351f-4e83-b845-cfc8eeaabee6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-05-23T01:11:05.699Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d5ca92a-a934-4b07-b3cb-3c49842d7e6c 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-05-23T01:11:05.714Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:11:05.714Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:11:05.714Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:11:05.714Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 87feb49c-c9a9-4436-a39a-2617d3b845ec from URL: /sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:05.714Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:11:05.714Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:07.171Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:11:07.174Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar 87feb49c-c9a9-4436-a39a-2617d3b845ec 83325
2021-05-23T01:11:07.175Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar ASDC sendASDCNotification
2021-05-23T01:11:07.175Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:07.175Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:11:07.175Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:11:07.176Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:11:07.176Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732267175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:11:07.277Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:11:07.277Z||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-05-23T01:11:07.277Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:11:07.288Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:11:07.288Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:11:08.177Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:11:08.178Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:11:08.178Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 87feb49c-c9a9-4436-a39a-2617d3b845ec, URL: /sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar to file: /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.178Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.178Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.178Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.266Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11541275842692771249/Definitions/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml
2021-05-23T01:11:08.820Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-23T01:11:08.821Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-23T01:11:08.821Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.821Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-23T01:11:08.821Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 48d5483e-fb03 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.821Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 48d5483e-fb03 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-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.821Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||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-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.821Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.821Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||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-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||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-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||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-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||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-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Node template pNF 48d5483e-fb03 0 is matching search criteria
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 48d5483e-fb03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Node template pNF 48d5483e-fb03 0 is matching search criteria
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 48d5483e-fb03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:11:08.824Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.824Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:11:08.824Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.824Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:11:08.824Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.824Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_q1enNaKVlW70YhLl15dz
Description:catalog service description
Model UUID:3d5ca92a-a934-4b07-b3cb-3c49842d7e6c
Model Version:NULL
Model InvariantUuid:97b8751b-bdd4-4dd2-b003-56155a4bf750
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-05-23T01:11:08.829Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: db8dc6ad-351f-4e83-b845-cfc8eeaabee6
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-05-23T01:11:08.830Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||pNF 48d5483e-fb03 0
2021-05-23T01:11:08.831Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: db8dc6ad-351f-4e83-b845-cfc8eeaabee6
2021-05-23T01:11:08.831Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 3d5ca92a-a934-4b07-b3cb-3c49842d7e6c
2021-05-23T01:11:08.831Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3d5ca92a-a934-4b07-b3cb-3c49842d7e6c
2021-05-23T01:11:08.831Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 48d5483e-fb03 0 db8dc6ad-351f-4e83-b845-cfc8eeaabee6 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-05-23T01:11:08.834Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:11:08.834Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.834Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3d5ca92a-a934-4b07-b3cb-3c49842d7e6c: pNF 48d5483e-fb03
2021-05-23T01:11:08.834Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||Processing PNF resource: db8dc6ad-351f-4e83-b845-cfc8eeaabee6
2021-05-23T01:11:08.834Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:11:08.834Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.834Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||Resource customization UUID: 19ee310d-1412-4e81-b21a-256eb6815929 is the same as notified resource customizationUUID: 19ee310d-1412-4e81-b21a-256eb6815929
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-05-23T01:11:08.863Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 48d5483e-fb03 db8dc6ad-351f-4e83-b845-cfc8eeaabee6 0 ASDC deployResourceStructure
2021-05-23T01:11:08.864Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar ASDC sendASDCNotification
2021-05-23T01:11:08.864Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.864Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:11:08.864Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:11:08.865Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:11:08.865Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732268864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:11:08.966Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:11:08.966Z||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-05-23T01:11:08.966Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:11:08.976Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:11:08.977Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:11:09.866Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 528c799b-f61d-40e2-926b-56a6ecc3095d
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-05-23T01:11:09.872Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 528c799b-f61d-40e2-926b-56a6ecc3095d
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-05-23T01:11:09.874Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:11:09.874Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:11:09.874Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:11:39.874Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 528c799b-f61d-40e2-926b-56a6ecc3095d
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-05-23T01:11:39.882Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 528c799b-f61d-40e2-926b-56a6ecc3095d
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-05-23T01:11:39.886Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:11:39.886Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:11:39.886Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:11:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:11:57.053Z||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-05-23T01:11:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:11:57.083Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:11:57.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732197051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:11:57.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732200436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:11:57.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:11:57.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732201943,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:11:57.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:11:57.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732212571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "clamp",
  "timestamp": 1621732211877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732212482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "policy-id",
  "timestamp": 1621732217053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732217966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "clamp",
  "timestamp": 1621732211877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732212571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732212482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "policy-id",
  "timestamp": 1621732217053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732217966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "aai-ml",
  "timestamp": 1621732218967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "clamp",
  "timestamp": 1621732211877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732212571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732212482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "policy-id",
  "timestamp": 1621732217053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "dcae-sch",
  "timestamp": 1621732219880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732217966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "aai-ml",
  "timestamp": 1621732218967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "clamp",
  "timestamp": 1621732211877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732212571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732212482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "policy-id",
  "timestamp": 1621732217053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "dcae-sch",
  "timestamp": 1621732219880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732217966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "aai-ml",
  "timestamp": 1621732218967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "clamp",
  "timestamp": 1621732211877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732212571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732212482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "policy-id",
  "timestamp": 1621732217053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "cds",
  "timestamp": 1621732221667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "dcae-sch",
  "timestamp": 1621732219880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732217966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "aai-ml",
  "timestamp": 1621732218967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732222059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732212571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "clamp",
  "timestamp": 1621732211877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732212482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "policy-id",
  "timestamp": 1621732217053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "cds",
  "timestamp": 1621732221667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "dcae-sch",
  "timestamp": 1621732219880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732217966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "aai-ml",
  "timestamp": 1621732218967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732222059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732223399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "clamp",
  "timestamp": 1621732211877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732212571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732212482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "policy-id",
  "timestamp": 1621732217053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "cds",
  "timestamp": 1621732221667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "dcae-sch",
  "timestamp": 1621732219880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732217966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "aai-ml",
  "timestamp": 1621732218967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732222059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732223399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732212571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:11:57.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "clamp",
  "timestamp": 1621732211877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:11:57.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732212482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "policy-id",
  "timestamp": 1621732217053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:11:57.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "cds",
  "timestamp": 1621732221667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "dcae-sch",
  "timestamp": 1621732219880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732217966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "aai-ml",
  "timestamp": 1621732218967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732222059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732223399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "cds",
  "timestamp": 1621732221667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "dcae-sch",
  "timestamp": 1621732219880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "aai-ml",
  "timestamp": 1621732218967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732222059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732226885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "policy-id",
  "timestamp": 1621732226983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732223399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732227086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:11:57.101Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:11:57.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "cds",
  "timestamp": 1621732221667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "dcae-sch",
  "timestamp": 1621732219880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732222059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "policy-id",
  "timestamp": 1621732227986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:11:57.101Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732223399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732228274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "cds",
  "timestamp": 1621732221667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732228554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732222059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "aai-ml",
  "timestamp": 1621732228863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:11:57.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:11:57.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "policy-id",
  "timestamp": 1621732228988,
  "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-05-23T01:11:57.107Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 528c799b-f61d-40e2-926b-56a6ecc3095d
2021-05-23T01:11:57.107Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 528c799b-f61d-40e2-926b-56a6ecc3095d 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-05-23T01:11:57.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732223399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732229278,
  "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-05-23T01:11:57.114Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 528c799b-f61d-40e2-926b-56a6ecc3095d
2021-05-23T01:11:57.114Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 528c799b-f61d-40e2-926b-56a6ecc3095d 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-05-23T01:11:57.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "cds",
  "timestamp": 1621732221667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:11:57.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732229557,
  "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-05-23T01:11:57.120Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 528c799b-f61d-40e2-926b-56a6ecc3095d
2021-05-23T01:11:57.120Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 528c799b-f61d-40e2-926b-56a6ecc3095d 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-05-23T01:11:57.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732222059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:11:57.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732223399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:11:57.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732223399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:11:57.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:11:57.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "clamp",
  "timestamp": 1621732231403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:11:57.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:11:57.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "cds",
  "timestamp": 1621732232578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:11:57.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:11:57.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "aai-ml",
  "timestamp": 1621732233261,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:11:57.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:11:57.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732233357,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:11:57.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:11:57.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "clamp",
  "timestamp": 1621732233410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:11:57.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:11:57.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "cds",
  "timestamp": 1621732233582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-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-05-23T01:11:57.128Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 528c799b-f61d-40e2-926b-56a6ecc3095d
2021-05-23T01:11:57.128Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 528c799b-f61d-40e2-926b-56a6ecc3095d 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-05-23T01:11:57.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "aai-ml",
  "timestamp": 1621732234264,
  "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-05-23T01:11:57.134Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 528c799b-f61d-40e2-926b-56a6ecc3095d
2021-05-23T01:11:57.134Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 528c799b-f61d-40e2-926b-56a6ecc3095d 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-05-23T01:11:57.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:11:57.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "clamp",
  "timestamp": 1621732234414,
  "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-05-23T01:11:57.140Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 528c799b-f61d-40e2-926b-56a6ecc3095d
2021-05-23T01:11:57.140Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 528c799b-f61d-40e2-926b-56a6ecc3095d 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-05-23T01:12:09.886Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 528c799b-f61d-40e2-926b-56a6ecc3095d
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-05-23T01:12:09.893Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 528c799b-f61d-40e2-926b-56a6ecc3095d
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-05-23T01:12:09.894Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:12:09.895Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-23T01:12:09.895Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-23T01:12:09.895Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-23T01:12:09.895Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:12:09.895Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:12:09.895Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:12:09.895Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:12:09.895Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:12:09.895Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:12:09.895Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:12:09.895Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||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-05-23T01:12:09.897Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-23T01:12:39.897Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 528c799b-f61d-40e2-926b-56a6ecc3095d 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-05-23T01:12:39.903Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 528c799b-f61d-40e2-926b-56a6ecc3095d and serviceModelVersionId: 3d5ca92a-a934-4b07-b3cb-3c49842d7e6c
2021-05-23T01:12:39.903Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97b8751b-bdd4-4dd2-b003-56155a4bf750
2021-05-23T01:12:39.903Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97b8751b-bdd4-4dd2-b003-56155a4bf750/model-vers/model-ver/3d5ca92a-a934-4b07-b3cb-3c49842d7e6c?depth=0
2021-05-23T01:12:39.908Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-23T01:12:39.944Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/97b8751b-bdd4-4dd2-b003-56155a4bf750/model-vers/model-ver/3d5ca92a-a934-4b07-b3cb-3c49842d7e6c?depth=0|INFO|500||Invoke
2021-05-23T01:12:39.944Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/97b8751b-bdd4-4dd2-b003-56155a4bf750/model-vers/model-ver/3d5ca92a-a934-4b07-b3cb-3c49842d7e6c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/97b8751b-bdd4-4dd2-b003-56155a4bf750/model-vers/model-ver/3d5ca92a-a934-4b07-b3cb-3c49842d7e6c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[528c799b-f61d-40e2-926b-56a6ecc3095d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73e194aa-c047-4b25-bd56-bcfaf96a22a8], X-ECOMP-RequestID=[528c799b-f61d-40e2-926b-56a6ecc3095d], X-TransactionId=[], X-ONAP-RequestID=[528c799b-f61d-40e2-926b-56a6ecc3095d], Content-Type=[application/merge-patch+json]}
2021-05-23T01:12:39.963Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/97b8751b-bdd4-4dd2-b003-56155a4bf750/model-vers/model-ver/3d5ca92a-a934-4b07-b3cb-3c49842d7e6c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-23T01:12:40.157Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/97b8751b-bdd4-4dd2-b003-56155a4bf750/model-vers/model-ver/3d5ca92a-a934-4b07-b3cb-3c49842d7e6c?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/97b8751b-bdd4-4dd2-b003-56155a4bf750/model-vers/model-ver/3d5ca92a-a934-4b07-b3cb-3c49842d7e6c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210523-01:12:39:972-41155], vertex-id=[200848], Content-Length=[0], Date=[Sun, 23 May 2021 01:12:39 GMT], Content-Type=[application/json]}
2021-05-23T01:12:40.157Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/97b8751b-bdd4-4dd2-b003-56155a4bf750/model-vers/model-ver/3d5ca92a-a934-4b07-b3cb-3c49842d7e6c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-23T01:12:40.157Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/97b8751b-bdd4-4dd2-b003-56155a4bf750/model-vers/model-ver/3d5ca92a-a934-4b07-b3cb-3c49842d7e6c?depth=0|INFO|500||InvokeReturn
2021-05-23T01:12:40.158Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-23T01:12:40.158Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||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-05-23T01:12:40.162Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||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-05-23T01:12:40.162Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 528c799b-f61d-40e2-926b-56a6ecc3095d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-23T01:12:40.162Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-23T01:12:40.162Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:12:40.164Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:12:40.164Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732360162,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:12:40.264Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:12:40.265Z||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-05-23T01:12:40.265Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:12:40.277Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:12:40.277Z||pool-50-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-05-23T01:12:41.172Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:12:41.172Z|528c799b-f61d-40e2-926b-56a6ecc3095d|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-05-23T01:12:41.172Z|528c799b-f61d-40e2-926b-56a6ecc3095d|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:12:50.714Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:12:57.051Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:12:57.052Z|528c799b-f61d-40e2-926b-56a6ecc3095d|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-05-23T01:12:57.052Z|528c799b-f61d-40e2-926b-56a6ecc3095d|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:12:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:12:57.053Z||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-05-23T01:12:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:12:57.070Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:12:57.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:12:57.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732257051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:12:57.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:12:57.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:12:57.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732257051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732257051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732257051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732257051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732257051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732257051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:12:57.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732257051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:12:57.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:12:57.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:12:57.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732267175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:12:57.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:12:57.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:12:57.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732268864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:12:57.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:13:06.592Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:13:57.051Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:13:57.052Z|528c799b-f61d-40e2-926b-56a6ecc3095d|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-05-23T01:13:57.052Z|528c799b-f61d-40e2-926b-56a6ecc3095d|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:13:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:13:57.053Z||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-05-23T01:13:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:13:57.078Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:13:57.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:13:57.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732360162,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:13:57.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:13:57.683Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:13:57.684Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-23T01:13:57.684Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8684d650-d700-4e1a-8148-800d9b3c56b2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"263f13ec-e0ee-49b4-9fc7-b65a61d08872","serviceDescription":"service","serviceInvariantUUID":"56919ae7-400c-45c9-b04a-316300325b15","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b338536c-e49d-41ff-8127-81a1606e2a1f","resourceInvariantUUID":"d32fa523-b2ef-429a-9bca-ad95975c45e8","resourceCustomizationUUID":"73a23ca3-e012-4614-b0cf-f240b2c3772d","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":"OTFlZjkzYTljMTBkYzVjMmFiNWEzY2FkMjE2YjI0MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22f8950c-04c2-4659-8e3f-c89de7c62793","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":"ZjA4MDhkYWVmODA3YjMwNjAxNWFjYzRjYjY5ZWYzMjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a02baa8e-ecbf-4502-b270-6c67b2572591","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":"e5ff123f-d9be-4e4c-afb5-4e9ee18195ee","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":"0bc26af9-822a-45fe-8edf-cc9cee9d3859","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":"b6fb25c6-1b2c-4c4f-b8a1-375fe824852f","artifactVersion":"2","generatedFromUUID":"e5ff123f-d9be-4e4c-afb5-4e9ee18195ee"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmI4YWNiMTQwNzdkZTQxYzc2NGVjYzUxNTFjM2M1ZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b633ccd5-0bdc-4ebc-832d-d06eb7373154","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDY1MzY3MjFkYjI3OWU3YTAwZDMwZGNmMWY4MTRjNGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2712a15c-c131-4e75-a2e0-28a97247a89f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-23T01:13:57.685Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:13:57.685Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:13:57.687Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:13:57.687Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:13:57.787Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:13:57.788Z||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-05-23T01:13:57.788Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:13:57.798Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:13:57.799Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:13:58.687Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:13:58.688Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:13:58.689Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:13:58.689Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:13:58.790Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:13:58.790Z||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-05-23T01:13:58.790Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:13:58.801Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:13:58.802Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:13:59.690Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:13:59.691Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:13:59.692Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:13:59.693Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:13:59.793Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:13:59.794Z||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-05-23T01:13:59.794Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:13:59.806Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:13:59.806Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:14:00.693Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:14:00.694Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:14:00.696Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:14:00.696Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:00.796Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:14:00.797Z||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-05-23T01:14:00.797Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:14:00.807Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:14:00.808Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:14:01.696Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:14:01.697Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:14:01.699Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:14:01.699Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-23T01:14:01.799Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:14:01.800Z||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-05-23T01:14:01.800Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:14:01.808Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:14:01.808Z||pool-55-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:14:02.700Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:14:02.700Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:14:02.702Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:14:02.702Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:02.802Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:14:02.803Z||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-05-23T01:14:02.803Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:14:02.813Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:14:02.813Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:14:03.703Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:14:03.703Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:14:03.705Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:14:03.705Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:03.805Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:14:03.806Z||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-05-23T01:14:03.806Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:14:03.816Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:14:03.817Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:14:04.706Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "263f13ec-e0ee-49b4-9fc7-b65a61d08872",
  "serviceDescription": "service",
  "serviceInvariantUUID": "56919ae7-400c-45c9-b04a-316300325b15",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "73a23ca3-e012-4614-b0cf-f240b2c3772d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b338536c-e49d-41ff-8127-81a1606e2a1f",
      "resourceInvariantUUID": "d32fa523-b2ef-429a-9bca-ad95975c45e8",
      "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": "ZjA4MDhkYWVmODA3YjMwNjAxNWFjYzRjYjY5ZWYzMjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a02baa8e-ecbf-4502-b270-6c67b2572591",
          "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": "e5ff123f-d9be-4e4c-afb5-4e9ee18195ee",
          "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": "b6fb25c6-1b2c-4c4f-b8a1-375fe824852f",
            "generatedFromUUID": "e5ff123f-d9be-4e4c-afb5-4e9ee18195ee"
          },
          "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": "b6fb25c6-1b2c-4c4f-b8a1-375fe824852f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZDY1MzY3MjFkYjI3OWU3YTAwZDMwZGNmMWY4MTRjNGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2712a15c-c131-4e75-a2e0-28a97247a89f"
    }
  ],
  "workloadContext": "Production"
}
2021-05-23T01:14:04.706Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-23T01:14:04.707Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 263f13ec-e0ee-49b4-9fc7-b65a61d08872 ASDC
2021-05-23T01:14:04.707Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8684d650-d700-4e1a-8148-800d9b3c56b2
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:263f13ec-e0ee-49b4-9fc7-b65a61d08872
ServiceInvariantUUID:56919ae7-400c-45c9-b04a-316300325b15
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:2712a15c-c131-4e75-a2e0-28a97247a89f
ArtifactChecksum:ZDY1MzY3MjFkYjI3OWU3YTAwZDMwZGNmMWY4MTRjNGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:73a23ca3-e012-4614-b0cf-f240b2c3772d
ResourceInvariantUUID:d32fa523-b2ef-429a-9bca-ad95975c45e8
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b338536c-e49d-41ff-8127-81a1606e2a1f
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:a02baa8e-ecbf-4502-b270-6c67b2572591
ArtifactChecksum:ZjA4MDhkYWVmODA3YjMwNjAxNWFjYzRjYjY5ZWYzMjI=
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:e5ff123f-d9be-4e4c-afb5-4e9ee18195ee
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:b6fb25c6-1b2c-4c4f-b8a1-375fe824852f
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:b6fb25c6-1b2c-4c4f-b8a1-375fe824852f
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-23T01:14:04.707Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 263f13ec-e0ee-49b4-9fc7-b65a61d08872 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-05-23T01:14:04.725Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:14:04.725Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:14:04.726Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:14:04.726Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2712a15c-c131-4e75-a2e0-28a97247a89f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-23T01:14:04.726Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:14:04.726Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-23T01:14:05.384Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:14:05.386Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2712a15c-c131-4e75-a2e0-28a97247a89f 74278
2021-05-23T01:14:05.387Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-05-23T01:14:05.387Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-23T01:14:05.387Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:14:05.387Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:14:05.389Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:14:05.389Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732445387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:05.489Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:14:05.490Z||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-05-23T01:14:05.490Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:14:05.502Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:14:05.502Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:14:06.389Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:14:06.391Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:14:06.391Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2712a15c-c131-4e75-a2e0-28a97247a89f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-23T01:14:06.392Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-05-23T01:14:06.392Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-23T01:14:06.392Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-05-23T01:14:06.494Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4820469725857399258/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-05-23T01:14:07.376Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-23T01:14:07.376Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-23T01:14:07.376Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-23T01:14:07.376Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-23T01:14:07.377Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:07.377Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:07.377Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:07.377Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:07.377Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:07.377Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:07.377Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:07.377Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:07.377Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-23T01:14:07.377Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:07.377Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-23T01:14:07.377Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:07.377Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:14:07.377Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-23T01:14:07.378Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-23T01:14:07.378Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:14:07.378Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:07.378Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:14:07.378Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-23T01:14:07.378Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-23T01:14:07.378Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:14:07.378Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:07.378Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:14:07.379Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:07.379Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-23T01:14:07.379Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-23T01:14:07.379Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-23T01:14:07.379Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-23T01:14:07.379Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-23T01:14:07.379Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-23T01:14:07.379Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:07.379Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-23T01:14:07.380Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:07.380Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-23T01:14:07.380Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:14:07.380Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:07.380Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-23T01:14:07.380Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:14:07.380Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:07.381Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-23T01:14:07.381Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:14:07.381Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:07.381Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-23T01:14:07.381Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-23T01:14:07.381Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-23T01:14:07.381Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ab6ae7ac-b7e3-4377-942c-ecdd27b56654
2021-05-23T01:14:07.381Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:07.381Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:14:07.381Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:07.382Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:14:07.382Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:07.382Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:14:07.382Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:07.382Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:14:07.382Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:263f13ec-e0ee-49b4-9fc7-b65a61d08872
Model Version:NULL
Model InvariantUuid:56919ae7-400c-45c9-b04a-316300325b15
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d151c592-a713-4439-b56f-e8bacb5afc99
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d32fa523-b2ef-429a-9bca-ad95975c45e8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:73a23ca3-e012-4614-b0cf-f240b2c3772d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:74d12772-bb82-487c-b6f7-fce14a9c6d21
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:2520e29c-a96f-4fa0-a1da-b4dc8d843417
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ab6ae7ac-b7e3-4377-942c-ecdd27b56654
ModelInvariantUuid:e0222174-3891-409f-b6e5-37b8210f37fd
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:2d42e114-7084-4711-985e-165646fd2d42
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:82f6a384-3dc4-4438-b820-69e26906d761
ModelInvariantUuid:b9b9d0fb-f32b-4518-b862-6cd6da807762
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:0f8b19ef-9834-4c43-ade0-7b97450fd92d
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-05-23T01:14:07.388Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: b338536c-e49d-41ff-8127-81a1606e2a1f
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-05-23T01:14:07.390Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||basic_vm 0
2021-05-23T01:14:07.390Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b338536c-e49d-41ff-8127-81a1606e2a1f
2021-05-23T01:14:07.390Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a02baa8e-ecbf-4502-b270-6c67b2572591 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-23T01:14:07.390Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:14:07.390Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:08.530Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:14:08.530Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a02baa8e-ecbf-4502-b270-6c67b2572591 787
2021-05-23T01:14:08.531Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:08.531Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:08.531Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:14:08.531Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:14:08.533Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:14:08.533Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732448530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:08.633Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:14:08.634Z||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-05-23T01:14:08.634Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:14:08.644Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:14:08.644Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:14:09.533Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "74d12772-bb82-487c-b6f7-fce14a9c6d21",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2520e29c-a96f-4fa0-a1da-b4dc8d843417",
    "vfModuleModelCustomizationUUID": "2fe7572c-4cb3-4db4-ba4e-2cbe7835c3e7",
    "isBase": true,
    "artifacts": [
      "e5ff123f-d9be-4e4c-afb5-4e9ee18195ee",
      "b6fb25c6-1b2c-4c4f-b8a1-375fe824852f"
    ],
    "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-05-23T01:14:09.536Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2520e29c-a96f-4fa0-a1da-b4dc8d843417
VfModuleModelInvariantUUID:74d12772-bb82-487c-b6f7-fce14a9c6d21
VfModuleModelDescription:NULL
Artifacts UUID List:{
e5ff123f-d9be-4e4c-afb5-4e9ee18195ee
,
b6fb25c6-1b2c-4c4f-b8a1-375fe824852f

}
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-05-23T01:14:09.538Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "74d12772-bb82-487c-b6f7-fce14a9c6d21",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2520e29c-a96f-4fa0-a1da-b4dc8d843417",
    "vfModuleModelCustomizationUUID": "2fe7572c-4cb3-4db4-ba4e-2cbe7835c3e7",
    "isBase": true,
    "artifacts": [
      "e5ff123f-d9be-4e4c-afb5-4e9ee18195ee",
      "b6fb25c6-1b2c-4c4f-b8a1-375fe824852f"
    ],
    "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-05-23T01:14:09.538Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2520e29c-a96f-4fa0-a1da-b4dc8d843417
VfModuleModelInvariantUUID:74d12772-bb82-487c-b6f7-fce14a9c6d21
VfModuleModelDescription:NULL
Artifacts UUID List:{
e5ff123f-d9be-4e4c-afb5-4e9ee18195ee
,
b6fb25c6-1b2c-4c4f-b8a1-375fe824852f

}
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-05-23T01:14:09.538Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e5ff123f-d9be-4e4c-afb5-4e9ee18195ee from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-23T01:14:09.538Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:14:09.538Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:10.829Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:14:10.830Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e5ff123f-d9be-4e4c-afb5-4e9ee18195ee 5033
2021-05-23T01:14:10.830Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:10.830Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:10.830Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:14:10.831Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:14:10.832Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:14:10.833Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732450830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:10.933Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:14:10.933Z||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-05-23T01:14:10.933Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:14:10.945Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:14:10.945Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:14:11.833Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b6fb25c6-1b2c-4c4f-b8a1-375fe824852f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-23T01:14:11.834Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:14:11.834Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:13.851Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:14:13.851Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b6fb25c6-1b2c-4c4f-b8a1-375fe824852f 903
2021-05-23T01:14:13.851Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:13.852Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:13.852Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:14:13.852Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:14:13.855Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:14:13.855Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732453851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:13.957Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-05-23T01:14:13.958Z||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-05-23T01:14:13.958Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:14:13.968Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:14:13.968Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:14:14.855Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 263f13ec-e0ee-49b4-9fc7-b65a61d08872
2021-05-23T01:14:14.856Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b338536c-e49d-41ff-8127-81a1606e2a1f 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-05-23T01:14:14.865Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:14.865Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:14:14.866Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-05-23T01:14:14.866Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 73a23ca3-e012-4614-b0cf-f240b2c3772d
2021-05-23T01:14:14.866Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 73a23ca3-e012-4614-b0cf-f240b2c3772d matches Tosca VF Customization UUID: 73a23ca3-e012-4614-b0cf-f240b2c3772d
2021-05-23T01:14:14.866Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 73a23ca3-e012-4614-b0cf-f240b2c3772d  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-05-23T01:14:14.868Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:14.868Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:14:14.869Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 73a23ca3-e012-4614-b0cf-f240b2c3772d: {\"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-05-23T01:14:14.869Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ee779c8
2021-05-23T01:14:14.869Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:14.869Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-23T01:14:14.869Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2fe7572c-4cb3-4db4-ba4e-2cbe7835c3e7
2021-05-23T01:14:14.869Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2fe7572c-4cb3-4db4-ba4e-2cbe7835c3e7
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-05-23T01:14:14.871Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:14.871Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-23T01:14:14.871Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:14:14.872Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:14.872Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-23T01:14:14.872Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:14:14.872Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:14.872Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-23T01:14:14.873Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-23T01:14:14.873Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-23T01:14:14.873Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ab6ae7ac-b7e3-4377-942c-ecdd27b56654
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-05-23T01:14:14.874Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:14.875Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-23T01:14:14.875Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:14:14.875Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:14.875Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-23T01:14:14.876Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=73a23ca3-e012-4614-b0cf-f240b2c3772d
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-05-23T01:14:14.877Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:14.877Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:14:14.877Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 263f13ec-e0ee-49b4-9fc7-b65a61d08872: basic_vm
2021-05-23T01:14:14.878Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:14.878Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:14:14.878Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:14.878Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:14:14.879Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:14.879Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:14:14.879Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:14.879Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:14:14.880Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:14:14.880Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:14:14.880Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:14.936Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b338536c-e49d-41ff-8127-81a1606e2a1f 1 ASDC deployResourceStructure
2021-05-23T01:14:14.936Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:14.936Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:14.936Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:14:14.937Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:14:14.938Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:14:14.938Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732454936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:14:15.039Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:14:15.039Z||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-05-23T01:14:15.039Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:14:15.048Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:14:15.049Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:14:15.939Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:15.939Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:15.939Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:14:15.940Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:14:15.941Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:14:15.941Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732455939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-23T01:14:16.041Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:14:16.042Z||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-05-23T01:14:16.042Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:14:16.052Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:14:16.052Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:14:16.942Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:16.942Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:14:16.942Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:14:16.943Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:14:16.944Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:14:16.944Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732456942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-23T01:14:17.044Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:14:17.045Z||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-05-23T01:14:17.045Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:14:17.057Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:14:17.058Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:14:17.945Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-05-23T01:14:17.945Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-23T01:14:17.945Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:14:17.946Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:14:17.947Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:14:17.947Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732457945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:14:18.047Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:14:18.048Z||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-05-23T01:14:18.048Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:14:18.058Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:14:18.059Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:14:18.948Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8684d650-d700-4e1a-8148-800d9b3c56b2
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-05-23T01:14:18.954Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8684d650-d700-4e1a-8148-800d9b3c56b2
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-05-23T01:14:18.955Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:14:18.955Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:14:18.956Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:14:48.956Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8684d650-d700-4e1a-8148-800d9b3c56b2
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-05-23T01:14:48.961Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8684d650-d700-4e1a-8148-800d9b3c56b2
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-05-23T01:14:48.963Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:14:48.963Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:14:48.963Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:14:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:14:57.053Z||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-05-23T01:14:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:14:57.073Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:14:57.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "cds",
  "timestamp": 1621732386667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732392481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "clamp",
  "timestamp": 1621732391877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732392571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "cds",
  "timestamp": 1621732386667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "clamp",
  "timestamp": 1621732391877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732392481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732392571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "cds",
  "timestamp": 1621732386667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732392481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "clamp",
  "timestamp": 1621732391877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732392571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "cds",
  "timestamp": 1621732386667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732392481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "clamp",
  "timestamp": 1621732391877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732392571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "policy-id",
  "timestamp": 1621732397053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "cds",
  "timestamp": 1621732386667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732392481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "clamp",
  "timestamp": 1621732391877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732392571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732397966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "policy-id",
  "timestamp": 1621732397053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "cds",
  "timestamp": 1621732386667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "clamp",
  "timestamp": 1621732391877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732392481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732392571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732397966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732398967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "policy-id",
  "timestamp": 1621732397053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "clamp",
  "timestamp": 1621732391877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "cds",
  "timestamp": 1621732386667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732392481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732392571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732399880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732397966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732398967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "policy-id",
  "timestamp": 1621732397053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732399880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732397966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732398967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "policy-id",
  "timestamp": 1621732397053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732402256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.100Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "cds",
  "timestamp": 1621732402253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.101Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732399880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732397966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732398967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732402059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "policy-id",
  "timestamp": 1621732397053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "cds",
  "timestamp": 1621732403257,
  "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=?
2021-05-23T01:14:57.106Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8684d650-d700-4e1a-8148-800d9b3c56b2
2021-05-23T01:14:57.107Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8684d650-d700-4e1a-8148-800d9b3c56b2 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-05-23T01:14:57.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732399880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732397966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732398967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732402059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "policy-id",
  "timestamp": 1621732397053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732403399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732404523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:14:57.114Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732399880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732397966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732398967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732402059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732403399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732405525,
  "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-05-23T01:14:57.118Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8684d650-d700-4e1a-8148-800d9b3c56b2
2021-05-23T01:14:57.118Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8684d650-d700-4e1a-8148-800d9b3c56b2 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-05-23T01:14:57.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732399880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732398967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732402059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "policy-id",
  "timestamp": 1621732405789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732403399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732399880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732406675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732402059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "policy-id",
  "timestamp": 1621732406793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:14:57.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732403399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732407665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.127Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732402059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "policy-id",
  "timestamp": 1621732407795,
  "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-05-23T01:14:57.130Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8684d650-d700-4e1a-8148-800d9b3c56b2
2021-05-23T01:14:57.130Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8684d650-d700-4e1a-8148-800d9b3c56b2 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-05-23T01:14:57.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732403399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732402059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732403399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732403399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732410045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.136Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732411733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.136Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732412696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732412886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732413733,
  "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-05-23T01:14:57.139Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8684d650-d700-4e1a-8148-800d9b3c56b2
2021-05-23T01:14:57.139Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8684d650-d700-4e1a-8148-800d9b3c56b2 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-05-23T01:14:57.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732413984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732414736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:14:57.143Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732414772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.143Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732415350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:14:57.144Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732415675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.144Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732416353,
  "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-05-23T01:14:57.146Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8684d650-d700-4e1a-8148-800d9b3c56b2
2021-05-23T01:14:57.146Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8684d650-d700-4e1a-8148-800d9b3c56b2 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-05-23T01:14:57.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732412481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732416656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.151Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732416678,
  "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-05-23T01:14:57.153Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8684d650-d700-4e1a-8148-800d9b3c56b2
2021-05-23T01:14:57.153Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8684d650-d700-4e1a-8148-800d9b3c56b2 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-05-23T01:14:57.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "cds",
  "timestamp": 1621732416667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732412481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732417660,
  "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-05-23T01:14:57.160Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8684d650-d700-4e1a-8148-800d9b3c56b2
2021-05-23T01:14:57.160Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8684d650-d700-4e1a-8148-800d9b3c56b2 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-05-23T01:14:57.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732417681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:14:57.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "policy-id",
  "timestamp": 1621732417053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "cds",
  "timestamp": 1621732416667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "clamp",
  "timestamp": 1621732418464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732412481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732417966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732418663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:14:57.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "policy-id",
  "timestamp": 1621732417053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "cds",
  "timestamp": 1621732416667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732412481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "clamp",
  "timestamp": 1621732419528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:14:57.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732417966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "policy-id",
  "timestamp": 1621732417053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "cds",
  "timestamp": 1621732416667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732412481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732419880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "clamp",
  "timestamp": 1621732420530,
  "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-05-23T01:14:57.172Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8684d650-d700-4e1a-8148-800d9b3c56b2
2021-05-23T01:14:57.172Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8684d650-d700-4e1a-8148-800d9b3c56b2 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-05-23T01:14:57.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732417966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "policy-id",
  "timestamp": 1621732417053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "cds",
  "timestamp": 1621732416667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732412481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732419880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732417966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "policy-id",
  "timestamp": 1621732417053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "cds",
  "timestamp": 1621732416667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.178Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "clamp",
  "timestamp": 1621732421877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.178Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732412481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.178Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732419880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.178Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732417966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732422059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "policy-id",
  "timestamp": 1621732417053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732422571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "cds",
  "timestamp": 1621732416667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "clamp",
  "timestamp": 1621732421877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732412481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732419880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732417966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.181Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732422059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.181Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "policy-id",
  "timestamp": 1621732417053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.181Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732423399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.182Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732422571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.182Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "cds",
  "timestamp": 1621732416667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.182Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "clamp",
  "timestamp": 1621732421877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.182Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732419880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732417966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732422059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "policy-id",
  "timestamp": 1621732417053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732423399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.184Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732422571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.184Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "clamp",
  "timestamp": 1621732421877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.184Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732419880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.184Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732417966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732422059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732423399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732422571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "clamp",
  "timestamp": 1621732421877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732419880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732422059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "cds",
  "timestamp": 1621732426772,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "policy-id",
  "timestamp": 1621732426989,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732423399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732422571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "clamp",
  "timestamp": 1621732421877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732419880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732427575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732422059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "cds",
  "timestamp": 1621732427776,
  "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=?
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-05-23T01:14:57.194Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of da834f5f-9e5c-4788-98ce-491af4d589b2
2021-05-23T01:14:57.194Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da834f5f-9e5c-4788-98ce-491af4d589b2 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-05-23T01:14:57.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "policy-id",
  "timestamp": 1621732427993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:14:57.198Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732423399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732422571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "clamp",
  "timestamp": 1621732421877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732422059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "policy-id",
  "timestamp": 1621732428995,
  "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-05-23T01:14:57.200Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da834f5f-9e5c-4788-98ce-491af4d589b2
2021-05-23T01:14:57.200Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da834f5f-9e5c-4788-98ce-491af4d589b2 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-05-23T01:14:57.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732423399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732422571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "clamp",
  "timestamp": 1621732421877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732428967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732422059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732423399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732422571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732428967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732431048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.206Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732423399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732428967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732428967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732432983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732433081,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732433579,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732433574,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732428967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732434290,
  "artifactURL": "/sdc/v1/catalog/services/279ea021-b71b-458f-b184-3142dcb627cf/resourceInstances/basicclamp0/artifacts/312b7273-9315-4e0c-90dc-4b2856476385",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.208Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732434601,
  "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-05-23T01:14:57.210Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da834f5f-9e5c-4788-98ce-491af4d589b2
2021-05-23T01:14:57.210Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da834f5f-9e5c-4788-98ce-491af4d589b2 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-05-23T01:14:57.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732428967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732435120,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:14:57.213Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732435169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.213Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732435553,
  "artifactURL": "/sdc/v1/catalog/services/279ea021-b71b-458f-b184-3142dcb627cf/resourceInstances/basicclamp0/artifacts/312b7273-9315-4e0c-90dc-4b2856476385",
  "status": "DEPLOY_OK"
}
2021-05-23T01:14:57.213Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732435568,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.213Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732435604,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:14:57.214Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732428967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:14:57.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732436123,
  "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-05-23T01:14:57.216Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of da834f5f-9e5c-4788-98ce-491af4d589b2
2021-05-23T01:14:57.216Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da834f5f-9e5c-4788-98ce-491af4d589b2 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-05-23T01:14:57.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732436352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:14:57.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "dcae-sch",
  "timestamp": 1621732436556,
  "artifactURL": "/sdc/v1/catalog/services/279ea021-b71b-458f-b184-3142dcb627cf/resourceInstances/basicclamp0/artifacts/312b7273-9315-4e0c-90dc-4b2856476385",
  "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-05-23T01:14:57.221Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of da834f5f-9e5c-4788-98ce-491af4d589b2
2021-05-23T01:14:57.222Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da834f5f-9e5c-4788-98ce-491af4d589b2 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-05-23T01:14:57.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732428967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:14:57.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:14:57.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:14:57.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732436771,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:14:57.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:15:18.963Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8684d650-d700-4e1a-8148-800d9b3c56b2
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-05-23T01:15:18.971Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8684d650-d700-4e1a-8148-800d9b3c56b2
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-05-23T01:15:18.972Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:15:18.972Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-23T01:15:18.972Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-23T01:15:18.972Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-23T01:15:18.973Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:15:18.973Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:15:18.973Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:15:18.973Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:15:18.973Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:15:18.973Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:15:18.973Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:15:18.975Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-23T01:15:48.975Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8684d650-d700-4e1a-8148-800d9b3c56b2 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-05-23T01:15:48.980Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8684d650-d700-4e1a-8148-800d9b3c56b2 and serviceModelVersionId: 263f13ec-e0ee-49b4-9fc7-b65a61d08872
2021-05-23T01:15:48.980Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56919ae7-400c-45c9-b04a-316300325b15
2021-05-23T01:15:48.981Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56919ae7-400c-45c9-b04a-316300325b15/model-vers/model-ver/263f13ec-e0ee-49b4-9fc7-b65a61d08872?depth=0
2021-05-23T01:15:48.985Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-23T01:15:49.016Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56919ae7-400c-45c9-b04a-316300325b15/model-vers/model-ver/263f13ec-e0ee-49b4-9fc7-b65a61d08872?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-05-23T01:15:49.017Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56919ae7-400c-45c9-b04a-316300325b15/model-vers/model-ver/263f13ec-e0ee-49b4-9fc7-b65a61d08872?depth=0|INFO|500||Invoke
2021-05-23T01:15:49.033Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56919ae7-400c-45c9-b04a-316300325b15/model-vers/model-ver/263f13ec-e0ee-49b4-9fc7-b65a61d08872?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-23T01:15:49.461Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56919ae7-400c-45c9-b04a-316300325b15/model-vers/model-ver/263f13ec-e0ee-49b4-9fc7-b65a61d08872?depth=0|INFO|500||InvokeReturn
2021-05-23T01:15:49.461Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56919ae7-400c-45c9-b04a-316300325b15/model-vers/model-ver/263f13ec-e0ee-49b4-9fc7-b65a61d08872?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210523-01:15:49:043-74962], vertex-id=[209040], Content-Length=[0], Date=[Sun, 23 May 2021 01:15:49 GMT], Content-Type=[application/json]}
2021-05-23T01:15:49.461Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-05-23T01:15:49.461Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-23T01:15:49.461Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:15:49.464Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||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-05-23T01:15:49.464Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8684d650-d700-4e1a-8148-800d9b3c56b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-23T01:15:49.465Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-23T01:15:49.465Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:15:49.466Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:15:49.466Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732549464,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:15:49.566Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:15:49.567Z||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-05-23T01:15:49.567Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:15:49.579Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:15:49.580Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 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-05-23T01:15:50.474Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-23T01:15:50.474Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"da834f5f-9e5c-4788-98ce-491af4d589b2","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"279ea021-b71b-458f-b184-3142dcb627cf","serviceDescription":"service","serviceInvariantUUID":"c086e291-7f85-46f4-a079-d656efff844b","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c9fafe9-e440-4214-88ee-acfbcf39845d","resourceInvariantUUID":"8b53b686-1c5c-4a98-847e-5587fe6fe1a2","resourceCustomizationUUID":"1393ebf3-6339-4e26-8cc2-1bcb51495e6c","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":"312b7273-9315-4e0c-90dc-4b2856476385","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":"OThiZmZjMWE4OTE4N2NlY2I1N2EyOTNiMzYyN2RiZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28ae7407-8bb9-4ca8-83e4-f0534b1d6ba6","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":"MWUyNDcwNTU4ZWFjMjY3NDgzMmUzOWZlZTNjNDRhYzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e408ee52-2072-4975-a973-49e2101f0549","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":"1524fb88-1046-432e-9728-7622d2f37ed9","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":"5f45cc0c-cd3b-462a-977a-68d4746b8161","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":"2743e426-f5d0-430e-be01-e7ec83cdcdd4","artifactVersion":"2","generatedFromUUID":"1524fb88-1046-432e-9728-7622d2f37ed9"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YzIyNGViYWMwYzFkODQ1OGM4MTg5Y2Y1MzAwN2I4M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e77d1061-5829-4a4c-8a0a-f678d8e846f3","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MDFhZGRkMWNkYzYwMDVjMzM3ODNlNTc3Njk5ZjU5Mjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13674040-b3b9-4935-83cc-a80ee3b025ea","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-23T01:15:50.474Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:15:50.475Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:15:50.476Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:15:50.476Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:15:50.576Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:15:50.577Z||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-05-23T01:15:50.577Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:15:50.588Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:15:50.588Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:15:51.477Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:15:51.477Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:15:51.479Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:15:51.479Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:15:51.579Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:15:51.579Z||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-05-23T01:15:51.580Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:15:51.591Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:15:51.591Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:15:52.479Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:15:52.480Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:15:52.481Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:15:52.481Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:15:52.581Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:15:52.582Z||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-05-23T01:15:52.582Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:15:52.593Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:15:52.593Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:15:53.481Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:15:53.482Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:15:53.483Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:15:53.483Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:15:53.584Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-23T01:15:53.584Z||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-05-23T01:15:53.584Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:15:53.594Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:15:53.594Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:15:54.484Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:15:54.484Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:15:54.486Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:15:54.486Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:15:54.586Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:15:54.586Z||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-05-23T01:15:54.587Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:15:54.596Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:15:54.597Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:15:55.486Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:15:55.487Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:15:55.489Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:15:55.489Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-23T01:15:55.589Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:15:55.590Z||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-05-23T01:15:55.590Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:15:55.602Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:15:55.602Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:15:56.489Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:15:56.490Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:15:56.491Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:15:56.491Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:15:56.592Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:15:56.593Z||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-05-23T01:15:56.594Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:15:56.603Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:15:56.603Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:15:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:15:57.053Z||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-05-23T01:15:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:15:57.070Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:15:57.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:15:57.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732432481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:15:57.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:15:57.492Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:15:57.492Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:15:57.494Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:15:57.494Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:15:57.594Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:15:57.595Z||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-05-23T01:15:57.595Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:15:57.606Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:15:57.608Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:15:58.495Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "279ea021-b71b-458f-b184-3142dcb627cf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c086e291-7f85-46f4-a079-d656efff844b",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "1393ebf3-6339-4e26-8cc2-1bcb51495e6c",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c9fafe9-e440-4214-88ee-acfbcf39845d",
      "resourceInvariantUUID": "8b53b686-1c5c-4a98-847e-5587fe6fe1a2",
      "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": "MWUyNDcwNTU4ZWFjMjY3NDgzMmUzOWZlZTNjNDRhYzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e408ee52-2072-4975-a973-49e2101f0549",
          "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": "1524fb88-1046-432e-9728-7622d2f37ed9",
          "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": "2743e426-f5d0-430e-be01-e7ec83cdcdd4",
            "generatedFromUUID": "1524fb88-1046-432e-9728-7622d2f37ed9"
          },
          "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": "2743e426-f5d0-430e-be01-e7ec83cdcdd4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MDFhZGRkMWNkYzYwMDVjMzM3ODNlNTc3Njk5ZjU5Mjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "13674040-b3b9-4935-83cc-a80ee3b025ea"
    }
  ],
  "workloadContext": "Production"
}
2021-05-23T01:15:58.495Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-23T01:15:58.495Z|8684d650-d700-4e1a-8148-800d9b3c56b2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 279ea021-b71b-458f-b184-3142dcb627cf ASDC
2021-05-23T01:15:58.496Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:da834f5f-9e5c-4788-98ce-491af4d589b2
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:279ea021-b71b-458f-b184-3142dcb627cf
ServiceInvariantUUID:c086e291-7f85-46f4-a079-d656efff844b
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:13674040-b3b9-4935-83cc-a80ee3b025ea
ArtifactChecksum:MDFhZGRkMWNkYzYwMDVjMzM3ODNlNTc3Njk5ZjU5Mjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:1393ebf3-6339-4e26-8cc2-1bcb51495e6c
ResourceInvariantUUID:8b53b686-1c5c-4a98-847e-5587fe6fe1a2
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:7c9fafe9-e440-4214-88ee-acfbcf39845d
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:e408ee52-2072-4975-a973-49e2101f0549
ArtifactChecksum:MWUyNDcwNTU4ZWFjMjY3NDgzMmUzOWZlZTNjNDRhYzQ=
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:1524fb88-1046-432e-9728-7622d2f37ed9
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:2743e426-f5d0-430e-be01-e7ec83cdcdd4
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:2743e426-f5d0-430e-be01-e7ec83cdcdd4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-23T01:15:58.496Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 279ea021-b71b-458f-b184-3142dcb627cf 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-05-23T01:15:58.511Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:15:58.512Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:15:58.512Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:15:58.512Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 13674040-b3b9-4935-83cc-a80ee3b025ea from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-23T01:15:58.512Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:15:58.512Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-23T01:15:58.715Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:15:58.719Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 13674040-b3b9-4935-83cc-a80ee3b025ea 76834
2021-05-23T01:15:58.719Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-05-23T01:15:58.719Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-23T01:15:58.719Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:15:58.719Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:15:58.720Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:15:58.720Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732558719,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:15:58.821Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:15:58.822Z||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-05-23T01:15:58.822Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:15:58.832Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:15:58.833Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:15:59.721Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:15:59.722Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:15:59.722Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 13674040-b3b9-4935-83cc-a80ee3b025ea, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-23T01:15:59.722Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-05-23T01:15:59.722Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-23T01:15:59.723Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-23T01:15:59.838Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11247944320958440410/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-05-23T01:16:00.744Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-23T01:16:00.745Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-23T01:16:00.745Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-23T01:16:00.745Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-23T01:16:00.745Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:00.745Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:00.745Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-23T01:16:00.745Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:00.745Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:00.745Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:00.745Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:00.745Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:00.745Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:00.746Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:00.746Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-23T01:16:00.746Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:00.746Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:16:00.746Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-23T01:16:00.746Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-23T01:16:00.746Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:16:00.746Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:00.746Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:16:00.746Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-23T01:16:00.746Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-23T01:16:00.747Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:16:00.751Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:00.751Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:16:00.752Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:00.752Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-23T01:16:00.752Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-23T01:16:00.752Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-23T01:16:00.752Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-23T01:16:00.752Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-23T01:16:00.752Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-23T01:16:00.752Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:00.752Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-23T01:16:00.752Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:00.753Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-23T01:16:00.753Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:16:00.753Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:00.753Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-23T01:16:00.753Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:16:00.753Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:00.753Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-23T01:16:00.753Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:16:00.753Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:00.754Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-23T01:16:00.754Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-23T01:16:00.754Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-23T01:16:00.754Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=632270ec-5d53-440f-b052-0e280ad46886
2021-05-23T01:16:00.754Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:00.754Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:16:00.754Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:00.754Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:16:00.754Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:00.755Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:16:00.755Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:00.755Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:16:00.755Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:279ea021-b71b-458f-b184-3142dcb627cf
Model Version:NULL
Model InvariantUuid:c086e291-7f85-46f4-a079-d656efff844b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:f6a2f247-e15d-47d3-b455-6ab09372bb38
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8b53b686-1c5c-4a98-847e-5587fe6fe1a2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1393ebf3-6339-4e26-8cc2-1bcb51495e6c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4b4c2960-af61-4039-9864-521cf0c223db
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:aa8105a8-5b5b-41a2-b115-015b2809835f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:632270ec-5d53-440f-b052-0e280ad46886
ModelInvariantUuid:c5472995-1602-4c74-9d7f-ca81f0c66c07
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:34b8647c-9e2c-4a05-ae3e-06d5d7dcc1a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:052579ce-c85b-4eb9-adf3-0e6698507b47
ModelInvariantUuid:37a21354-650e-4672-b581-07f3d8e3fd97
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:70bf485f-7e3f-44df-8227-1ead215ec2dc
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-05-23T01:16:00.759Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7c9fafe9-e440-4214-88ee-acfbcf39845d
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-05-23T01:16:00.761Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||basicclamp 0
2021-05-23T01:16:00.762Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7c9fafe9-e440-4214-88ee-acfbcf39845d
2021-05-23T01:16:00.762Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e408ee52-2072-4975-a973-49e2101f0549 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-23T01:16:00.762Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:16:00.762Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-23T01:16:01.363Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:16:01.364Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json e408ee52-2072-4975-a973-49e2101f0549 790
2021-05-23T01:16:01.364Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:01.364Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:01.364Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:16:01.365Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:16:01.366Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:16:01.366Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732561364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:01.466Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:16:01.467Z||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-05-23T01:16:01.468Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:16:01.477Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:16:01.477Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:16:02.367Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4b4c2960-af61-4039-9864-521cf0c223db",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aa8105a8-5b5b-41a2-b115-015b2809835f",
    "vfModuleModelCustomizationUUID": "8147b693-73a2-41fc-98a4-f4a46bfa4fc7",
    "isBase": true,
    "artifacts": [
      "1524fb88-1046-432e-9728-7622d2f37ed9",
      "2743e426-f5d0-430e-be01-e7ec83cdcdd4"
    ],
    "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-05-23T01:16:02.371Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa8105a8-5b5b-41a2-b115-015b2809835f
VfModuleModelInvariantUUID:4b4c2960-af61-4039-9864-521cf0c223db
VfModuleModelDescription:NULL
Artifacts UUID List:{
1524fb88-1046-432e-9728-7622d2f37ed9
,
2743e426-f5d0-430e-be01-e7ec83cdcdd4

}
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-05-23T01:16:02.374Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4b4c2960-af61-4039-9864-521cf0c223db",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aa8105a8-5b5b-41a2-b115-015b2809835f",
    "vfModuleModelCustomizationUUID": "8147b693-73a2-41fc-98a4-f4a46bfa4fc7",
    "isBase": true,
    "artifacts": [
      "1524fb88-1046-432e-9728-7622d2f37ed9",
      "2743e426-f5d0-430e-be01-e7ec83cdcdd4"
    ],
    "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-05-23T01:16:02.374Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa8105a8-5b5b-41a2-b115-015b2809835f
VfModuleModelInvariantUUID:4b4c2960-af61-4039-9864-521cf0c223db
VfModuleModelDescription:NULL
Artifacts UUID List:{
1524fb88-1046-432e-9728-7622d2f37ed9
,
2743e426-f5d0-430e-be01-e7ec83cdcdd4

}
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-05-23T01:16:02.374Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1524fb88-1046-432e-9728-7622d2f37ed9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-23T01:16:02.374Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:16:02.374Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-23T01:16:03.032Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:16:03.032Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 1524fb88-1046-432e-9728-7622d2f37ed9 5033
2021-05-23T01:16:03.032Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:03.032Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:03.032Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:16:03.033Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:16:03.034Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:16:03.034Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732563032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:03.134Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:16:03.135Z||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-05-23T01:16:03.135Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:16:03.143Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:16:03.143Z||pool-77-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:16:04.035Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2743e426-f5d0-430e-be01-e7ec83cdcdd4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-23T01:16:04.035Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:16:04.036Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-23T01:16:04.267Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:16:04.268Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2743e426-f5d0-430e-be01-e7ec83cdcdd4 909
2021-05-23T01:16:04.268Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:04.268Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:04.268Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:16:04.268Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:16:04.270Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:16:04.270Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732564268,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:04.370Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:16:04.371Z||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-05-23T01:16:04.371Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:16:04.383Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:16:04.383Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:16:05.271Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 279ea021-b71b-458f-b184-3142dcb627cf
2021-05-23T01:16:05.271Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 7c9fafe9-e440-4214-88ee-acfbcf39845d 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-05-23T01:16:05.281Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:05.282Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:16:05.282Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-05-23T01:16:05.282Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 1393ebf3-6339-4e26-8cc2-1bcb51495e6c
2021-05-23T01:16:05.282Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1393ebf3-6339-4e26-8cc2-1bcb51495e6c matches Tosca VF Customization UUID: 1393ebf3-6339-4e26-8cc2-1bcb51495e6c
2021-05-23T01:16:05.282Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 1393ebf3-6339-4e26-8cc2-1bcb51495e6c  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-05-23T01:16:05.284Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:05.284Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:16:05.285Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 1393ebf3-6339-4e26-8cc2-1bcb51495e6c: {\"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-05-23T01:16:05.285Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4aa1bf37
2021-05-23T01:16:05.285Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:05.285Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-23T01:16:05.285Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8147b693-73a2-41fc-98a4-f4a46bfa4fc7
2021-05-23T01:16:05.286Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8147b693-73a2-41fc-98a4-f4a46bfa4fc7
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-05-23T01:16:05.287Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:05.287Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-23T01:16:05.288Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:16:05.288Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:05.288Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-23T01:16:05.288Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:16:05.289Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:05.289Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-23T01:16:05.289Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-23T01:16:05.289Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-23T01:16:05.289Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=632270ec-5d53-440f-b052-0e280ad46886
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-05-23T01:16:05.291Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:05.291Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-23T01:16:05.291Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:16:05.291Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:05.292Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-23T01:16:05.292Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=1393ebf3-6339-4e26-8cc2-1bcb51495e6c
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-05-23T01:16:05.293Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:05.294Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:16:05.294Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 279ea021-b71b-458f-b184-3142dcb627cf: basicclamp
2021-05-23T01:16:05.294Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:05.294Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:16:05.294Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:05.294Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:16:05.295Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:05.295Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:16:05.295Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:05.295Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:16:05.295Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:16:05.295Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:16:05.296Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:05.345Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 7c9fafe9-e440-4214-88ee-acfbcf39845d 1 ASDC deployResourceStructure
2021-05-23T01:16:05.346Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:05.346Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:05.346Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:16:05.346Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:16:05.348Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:16:05.348Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732565346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:05.448Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:16:05.449Z||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-05-23T01:16:05.449Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:16:05.459Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:16:05.459Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:16:06.349Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:06.350Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:06.350Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:16:06.350Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:16:06.352Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:16:06.352Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732566349,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:06.452Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:16:06.453Z||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-05-23T01:16:06.453Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:16:06.461Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:16:06.461Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:16:07.353Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:07.353Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:16:07.354Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:16:07.354Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:16:07.356Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:16:07.356Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732567353,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:07.456Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:16:07.457Z||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-05-23T01:16:07.457Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:16:07.467Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:16:07.467Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:16:08.357Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-05-23T01:16:08.357Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-23T01:16:08.357Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:16:08.358Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:16:08.359Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:16:08.359Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732568357,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:08.459Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:16:08.460Z||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-05-23T01:16:08.460Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:16:08.470Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:16:08.470Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:16:09.360Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da834f5f-9e5c-4788-98ce-491af4d589b2
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-05-23T01:16:09.366Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da834f5f-9e5c-4788-98ce-491af4d589b2
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-05-23T01:16:09.368Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:16:09.368Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:16:09.368Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:16:39.368Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da834f5f-9e5c-4788-98ce-491af4d589b2
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-05-23T01:16:39.374Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da834f5f-9e5c-4788-98ce-491af4d589b2
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-05-23T01:16:39.375Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:16:39.375Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:16:39.375Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:16:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:16:57.053Z||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-05-23T01:16:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:16:57.068Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:16:57.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "cds",
  "timestamp": 1621732431667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732437357,
  "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-05-23T01:16:57.081Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da834f5f-9e5c-4788-98ce-491af4d589b2
2021-05-23T01:16:57.081Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da834f5f-9e5c-4788-98ce-491af4d589b2 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-05-23T01:16:57.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "policy-id",
  "timestamp": 1621732437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732437778,
  "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-05-23T01:16:57.087Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da834f5f-9e5c-4788-98ce-491af4d589b2
2021-05-23T01:16:57.087Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da834f5f-9e5c-4788-98ce-491af4d589b2 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-05-23T01:16:57.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732437814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.089Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732432481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "cds",
  "timestamp": 1621732431667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732438361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732437966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "policy-id",
  "timestamp": 1621732437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732438783,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732432481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "cds",
  "timestamp": 1621732431667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "clamp",
  "timestamp": 1621732439425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732437966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "policy-id",
  "timestamp": 1621732437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732432481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "cds",
  "timestamp": 1621732431667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "clamp",
  "timestamp": 1621732440431,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "dcae-sch",
  "timestamp": 1621732439880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732437966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "policy-id",
  "timestamp": 1621732437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732432481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "cds",
  "timestamp": 1621732431667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "dcae-sch",
  "timestamp": 1621732439880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732437966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "policy-id",
  "timestamp": 1621732437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732432481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "cds",
  "timestamp": 1621732431667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "dcae-sch",
  "timestamp": 1621732439880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "clamp",
  "timestamp": 1621732442526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732437966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732442059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "policy-id",
  "timestamp": 1621732437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732432481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "cds",
  "timestamp": 1621732431667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "dcae-sch",
  "timestamp": 1621732439880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "clamp",
  "timestamp": 1621732443528,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732437966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732442059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "policy-id",
  "timestamp": 1621732437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732443399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732432481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "cds",
  "timestamp": 1621732431667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732444131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:57.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "dcae-sch",
  "timestamp": 1621732439880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "clamp",
  "timestamp": 1621732444535,
  "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-05-23T01:16:57.098Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of da834f5f-9e5c-4788-98ce-491af4d589b2
2021-05-23T01:16:57.098Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da834f5f-9e5c-4788-98ce-491af4d589b2 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-05-23T01:16:57.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732437966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732442059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "policy-id",
  "timestamp": 1621732437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732443399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "aai-ml",
  "timestamp": 1621732445134,
  "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-05-23T01:16:57.103Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of da834f5f-9e5c-4788-98ce-491af4d589b2
2021-05-23T01:16:57.103Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da834f5f-9e5c-4788-98ce-491af4d589b2 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-05-23T01:16:57.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732445387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "dcae-sch",
  "timestamp": 1621732439880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732437966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732442059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "cds",
  "timestamp": 1621732445863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732443399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "dcae-sch",
  "timestamp": 1621732439880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732442059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "policy-id",
  "timestamp": 1621732446786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732443399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "dcae-sch",
  "timestamp": 1621732439880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732447684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732442059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "policy-id",
  "timestamp": 1621732447789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:57.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732443399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "cds",
  "timestamp": 1621732448103,
  "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-05-23T01:16:57.114Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c660084-9963-414d-aa48-6fca4935f3d8
2021-05-23T01:16:57.114Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c660084-9963-414d-aa48-6fca4935f3d8 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-05-23T01:16:57.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732448530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.117Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732442059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "policy-id",
  "timestamp": 1621732448791,
  "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-05-23T01:16:57.119Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c660084-9963-414d-aa48-6fca4935f3d8
2021-05-23T01:16:57.119Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c660084-9963-414d-aa48-6fca4935f3d8 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-05-23T01:16:57.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732443399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732442059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732443399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732450677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732450830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732443399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732452233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "clamp",
  "timestamp": 1621732451877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732452571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "clamp",
  "timestamp": 1621732451877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732453670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732453851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732453965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732452571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732454354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "clamp",
  "timestamp": 1621732451877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732454703,
  "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-05-23T01:16:57.126Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c660084-9963-414d-aa48-6fca4935f3d8
2021-05-23T01:16:57.126Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c660084-9963-414d-aa48-6fca4935f3d8 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-05-23T01:16:57.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732454936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732452571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "clamp",
  "timestamp": 1621732451877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732455712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732455939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732455955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732456178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732452571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "clamp",
  "timestamp": 1621732451877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732456942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:57.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732457133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732457182,
  "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-05-23T01:16:57.132Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c660084-9963-414d-aa48-6fca4935f3d8
2021-05-23T01:16:57.132Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c660084-9963-414d-aa48-6fca4935f3d8 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-05-23T01:16:57.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732452571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "clamp",
  "timestamp": 1621732451877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732457945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:57.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732458138,
  "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-05-23T01:16:57.136Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c660084-9963-414d-aa48-6fca4935f3d8
2021-05-23T01:16:57.136Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c660084-9963-414d-aa48-6fca4935f3d8 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-05-23T01:16:57.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732458185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732452571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "clamp",
  "timestamp": 1621732451877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732459141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732452571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "clamp",
  "timestamp": 1621732451877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "aai-ml",
  "timestamp": 1621732458967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732452571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "aai-ml",
  "timestamp": 1621732458967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "aai-ml",
  "timestamp": 1621732458967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732461867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "aai-ml",
  "timestamp": 1621732458967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "aai-ml",
  "timestamp": 1621732458967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732463872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:57.141Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "aai-ml",
  "timestamp": 1621732458967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732464875,
  "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-05-23T01:16:57.142Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c660084-9963-414d-aa48-6fca4935f3d8
2021-05-23T01:16:57.142Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c660084-9963-414d-aa48-6fca4935f3d8 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-05-23T01:16:57.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "aai-ml",
  "timestamp": 1621732458967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:16:57.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "aai-ml",
  "timestamp": 1621732458967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:16:57.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:16:57.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "clamp",
  "timestamp": 1621732468428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.146Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "aai-ml",
  "timestamp": 1621732469087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:16:57.147Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "clamp",
  "timestamp": 1621732470432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:57.147Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "clamp",
  "timestamp": 1621732471436,
  "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-05-23T01:16:57.148Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9c660084-9963-414d-aa48-6fca4935f3d8
2021-05-23T01:16:57.148Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c660084-9963-414d-aa48-6fca4935f3d8 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-05-23T01:16:57.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "aai-ml",
  "timestamp": 1621732475667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:16:57.152Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:16:57.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:16:57.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "aai-ml",
  "timestamp": 1621732476670,
  "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-05-23T01:16:57.153Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c660084-9963-414d-aa48-6fca4935f3d8
2021-05-23T01:16:57.154Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c660084-9963-414d-aa48-6fca4935f3d8 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-05-23T01:17:09.376Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da834f5f-9e5c-4788-98ce-491af4d589b2
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-05-23T01:17:09.382Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da834f5f-9e5c-4788-98ce-491af4d589b2
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-05-23T01:17:09.383Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:17:09.383Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-23T01:17:09.383Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-23T01:17:09.383Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-23T01:17:09.383Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:17:09.383Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:17:09.383Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:17:09.383Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:17:09.383Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:17:09.383Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:17:09.383Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:17:09.383Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:17:09.385Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-23T01:17:39.385Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: da834f5f-9e5c-4788-98ce-491af4d589b2 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-05-23T01:17:39.389Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: da834f5f-9e5c-4788-98ce-491af4d589b2 and serviceModelVersionId: 279ea021-b71b-458f-b184-3142dcb627cf
2021-05-23T01:17:39.389Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c086e291-7f85-46f4-a079-d656efff844b
2021-05-23T01:17:39.390Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c086e291-7f85-46f4-a079-d656efff844b/model-vers/model-ver/279ea021-b71b-458f-b184-3142dcb627cf?depth=0
2021-05-23T01:17:39.393Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-23T01:17:39.421Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c086e291-7f85-46f4-a079-d656efff844b/model-vers/model-ver/279ea021-b71b-458f-b184-3142dcb627cf?depth=0|INFO|500||Invoke
2021-05-23T01:17:39.421Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c086e291-7f85-46f4-a079-d656efff844b/model-vers/model-ver/279ea021-b71b-458f-b184-3142dcb627cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c086e291-7f85-46f4-a079-d656efff844b/model-vers/model-ver/279ea021-b71b-458f-b184-3142dcb627cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[da834f5f-9e5c-4788-98ce-491af4d589b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e9e23ab5-0cd4-470d-ad69-0d0a81232b81], X-ECOMP-RequestID=[da834f5f-9e5c-4788-98ce-491af4d589b2], X-TransactionId=[], X-ONAP-RequestID=[da834f5f-9e5c-4788-98ce-491af4d589b2], Content-Type=[application/merge-patch+json]}
2021-05-23T01:17:39.434Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c086e291-7f85-46f4-a079-d656efff844b/model-vers/model-ver/279ea021-b71b-458f-b184-3142dcb627cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-23T01:17:39.553Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c086e291-7f85-46f4-a079-d656efff844b/model-vers/model-ver/279ea021-b71b-458f-b184-3142dcb627cf?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/c086e291-7f85-46f4-a079-d656efff844b/model-vers/model-ver/279ea021-b71b-458f-b184-3142dcb627cf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210523-01:17:39:442-17998], vertex-id=[200864], Content-Length=[0], Date=[Sun, 23 May 2021 01:17:39 GMT], Content-Type=[application/json]}
2021-05-23T01:17:39.553Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c086e291-7f85-46f4-a079-d656efff844b/model-vers/model-ver/279ea021-b71b-458f-b184-3142dcb627cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-23T01:17:39.554Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c086e291-7f85-46f4-a079-d656efff844b/model-vers/model-ver/279ea021-b71b-458f-b184-3142dcb627cf?depth=0|INFO|500||InvokeReturn
2021-05-23T01:17:39.554Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-23T01:17:39.554Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:17:39.558Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||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-05-23T01:17:39.558Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID da834f5f-9e5c-4788-98ce-491af4d589b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-23T01:17:39.559Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-23T01:17:39.559Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:17:39.562Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:17:39.562Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732659559,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:17:39.661Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-23T01:17:39.662Z||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-05-23T01:17:39.662Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:17:39.675Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:39.676Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"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-05-23T01:17:40.568Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-23T01:17:40.569Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c660084-9963-414d-aa48-6fca4935f3d8","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f5b8f473-6139-4185-9c87-9ccf67c5a4ea","serviceDescription":"service","serviceInvariantUUID":"b39ff579-9ed5-4347-8ee7-5a252226dd5f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"023976c7-534b-4c52-83b5-1f9cce0f154a","resourceInvariantUUID":"d43b68d6-bed8-4d3a-980e-45eece74f982","resourceCustomizationUUID":"9c18e816-bf98-438c-9f4b-52db81042671","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":"NWY0Mjk4ODJjOTY3ZTFhNWExZmNjYTJjNDA1NWRkY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"25080d65-1a5c-414e-b2fc-dff59cee63e1","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":"NTQzZDU2YWQ2NjU2YWI0ZWFiZDU3YmI0Yjg1ZGIyMGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"081b5763-be5b-42be-8ee4-2282eb85f367","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":"8240a2ad-64e3-4168-aeae-a1ee692c1149","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":"1346a28b-1102-4afc-af7a-aa346cd73b0d","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":"20fdd162-4f59-4770-8c65-d1f560978b52","artifactVersion":"2","generatedFromUUID":"8240a2ad-64e3-4168-aeae-a1ee692c1149"},{"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":"N2NkMTJkNzgzMmJhNTZiMjdiM2I2NDVmZWEzOWU4MWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"46dd7356-2f9c-4574-927b-7120aa81d106","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":"OWE3YjJjZDc3YmYyODI0ZjMxZTcwNTIwZTViOGQyNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4450b1a9-617f-4deb-b74b-096070109f61","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OGU3YTg4MDJlNGU4YWQ2NTkxM2M2ZmE1ZjkzNjg1MDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4899e39d-41b0-4277-9430-339c9ea2aeca","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-23T01:17:40.569Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:17:40.569Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:17:40.570Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:17:40.570Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:17:40.671Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:17:40.671Z||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-05-23T01:17:40.671Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:17:40.679Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:40.679Z||pool-84-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:17:41.571Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:17:41.571Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:17:41.573Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:17:41.573Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:17:41.673Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:17:41.674Z||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-05-23T01:17:41.674Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:17:41.685Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:41.685Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:17:42.573Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:17:42.574Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:17:42.575Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:17:42.575Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:17:42.675Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:17:42.676Z||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-05-23T01:17:42.676Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:17:42.687Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:42.687Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:17:43.576Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:17:43.576Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:17:43.578Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:17:43.578Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:17:43.678Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:17:43.679Z||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-05-23T01:17:43.679Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:17:43.689Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:43.690Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:17:44.579Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:17:44.579Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:17:44.581Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:17:44.581Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-23T01:17:44.681Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:17:44.682Z||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-05-23T01:17:44.682Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:17:44.691Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:44.691Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:17:45.581Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:17:45.582Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:17:45.584Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:17:45.584Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:17:45.684Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:17:45.685Z||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-05-23T01:17:45.685Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:17:45.696Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:45.696Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:17:46.584Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:17:46.585Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:17:46.587Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:17:46.587Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:17:46.687Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:17:46.688Z||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-05-23T01:17:46.688Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:17:46.699Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:46.699Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:17:47.587Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:17:47.588Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:17:47.589Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:17:47.590Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:17:47.690Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:17:47.690Z||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-05-23T01:17:47.690Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:17:47.700Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:47.701Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:17:48.591Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f5b8f473-6139-4185-9c87-9ccf67c5a4ea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b39ff579-9ed5-4347-8ee7-5a252226dd5f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9c18e816-bf98-438c-9f4b-52db81042671",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "023976c7-534b-4c52-83b5-1f9cce0f154a",
      "resourceInvariantUUID": "d43b68d6-bed8-4d3a-980e-45eece74f982",
      "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": "NTQzZDU2YWQ2NjU2YWI0ZWFiZDU3YmI0Yjg1ZGIyMGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "081b5763-be5b-42be-8ee4-2282eb85f367",
          "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": "8240a2ad-64e3-4168-aeae-a1ee692c1149",
          "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": "20fdd162-4f59-4770-8c65-d1f560978b52",
            "generatedFromUUID": "8240a2ad-64e3-4168-aeae-a1ee692c1149"
          },
          "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": "20fdd162-4f59-4770-8c65-d1f560978b52",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OGU3YTg4MDJlNGU4YWQ2NTkxM2M2ZmE1ZjkzNjg1MDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4899e39d-41b0-4277-9430-339c9ea2aeca"
    }
  ],
  "workloadContext": "Production"
}
2021-05-23T01:17:48.591Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-23T01:17:48.591Z|da834f5f-9e5c-4788-98ce-491af4d589b2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f5b8f473-6139-4185-9c87-9ccf67c5a4ea ASDC
2021-05-23T01:17:48.591Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9c660084-9963-414d-aa48-6fca4935f3d8
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:f5b8f473-6139-4185-9c87-9ccf67c5a4ea
ServiceInvariantUUID:b39ff579-9ed5-4347-8ee7-5a252226dd5f
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:4899e39d-41b0-4277-9430-339c9ea2aeca
ArtifactChecksum:OGU3YTg4MDJlNGU4YWQ2NTkxM2M2ZmE1ZjkzNjg1MDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9c18e816-bf98-438c-9f4b-52db81042671
ResourceInvariantUUID:d43b68d6-bed8-4d3a-980e-45eece74f982
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:023976c7-534b-4c52-83b5-1f9cce0f154a
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:081b5763-be5b-42be-8ee4-2282eb85f367
ArtifactChecksum:NTQzZDU2YWQ2NjU2YWI0ZWFiZDU3YmI0Yjg1ZGIyMGU=
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:8240a2ad-64e3-4168-aeae-a1ee692c1149
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:20fdd162-4f59-4770-8c65-d1f560978b52
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:20fdd162-4f59-4770-8c65-d1f560978b52
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-23T01:17:48.592Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5b8f473-6139-4185-9c87-9ccf67c5a4ea 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-05-23T01:17:48.608Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:17:48.608Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:17:48.608Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:17:48.609Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4899e39d-41b0-4277-9430-339c9ea2aeca from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-23T01:17:48.609Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:17:48.609Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-23T01:17:50.459Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:17:50.463Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4899e39d-41b0-4277-9430-339c9ea2aeca 82060
2021-05-23T01:17:50.463Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-05-23T01:17:50.463Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-23T01:17:50.463Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:17:50.463Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:17:50.465Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:17:50.465Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732670463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:17:50.565Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:17:50.566Z||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-05-23T01:17:50.566Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:17:50.574Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:50.574Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:17:51.465Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:17:51.467Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:17:51.467Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4899e39d-41b0-4277-9430-339c9ea2aeca, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-23T01:17:51.467Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-05-23T01:17:51.468Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-23T01:17:51.468Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-23T01:17:51.560Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6711251361148301563/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-05-23T01:17:52.455Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-23T01:17:52.456Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-23T01:17:52.456Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-23T01:17:52.456Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-23T01:17:52.456Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:52.456Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:52.456Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:52.456Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:52.456Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:52.456Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-23T01:17:52.456Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:52.456Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:52.456Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:52.456Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:52.456Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-23T01:17:52.457Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:52.457Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:17:52.457Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-23T01:17:52.457Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-23T01:17:52.458Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:17:52.458Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:52.458Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:17:52.458Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-23T01:17:52.458Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-23T01:17:52.458Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:17:52.459Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:52.459Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:17:52.459Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:52.459Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-23T01:17:52.459Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-23T01:17:52.459Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-23T01:17:52.460Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-23T01:17:52.460Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-23T01:17:52.460Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-23T01:17:52.460Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:52.460Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-23T01:17:52.460Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:52.460Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-23T01:17:52.460Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:17:52.460Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:52.460Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-23T01:17:52.461Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:17:52.461Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:52.461Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-23T01:17:52.461Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:17:52.461Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:52.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-23T01:17:52.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-23T01:17:52.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-23T01:17:52.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4756a1f1-fe99-4cf8-b43d-ee1308443778
2021-05-23T01:17:52.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:52.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:17:52.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:52.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:17:52.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:52.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:17:52.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:52.463Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:17:52.463Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:f5b8f473-6139-4185-9c87-9ccf67c5a4ea
Model Version:NULL
Model InvariantUuid:b39ff579-9ed5-4347-8ee7-5a252226dd5f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a5e68979-43c9-4f81-b8c4-55a31e17140a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d43b68d6-bed8-4d3a-980e-45eece74f982
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9c18e816-bf98-438c-9f4b-52db81042671
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4e501d83-2a35-437c-a483-ce872e6ef815
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:27e21905-dcd0-4e69-82b5-a176ab5cb689
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4756a1f1-fe99-4cf8-b43d-ee1308443778
ModelInvariantUuid:f84fc292-ff1a-4440-9176-f2e27828df2d
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:14882f23-6764-4d9d-bd5f-b038e45b2d2d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:229cd1d8-cc5e-42c2-9a96-035cdfea4f87
ModelInvariantUuid:663ccf7d-456b-480c-9782-57f9cada9a16
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:22a522fd-81b7-42b7-bfc2-583606efec56
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-05-23T01:17:52.469Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 023976c7-534b-4c52-83b5-1f9cce0f154a
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-05-23T01:17:52.471Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2021-05-23T01:17:52.472Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 023976c7-534b-4c52-83b5-1f9cce0f154a
2021-05-23T01:17:52.472Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 081b5763-be5b-42be-8ee4-2282eb85f367 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-05-23T01:17:52.472Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:17:52.472Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:53.451Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:17:53.451Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 081b5763-be5b-42be-8ee4-2282eb85f367 792
2021-05-23T01:17:53.451Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:53.451Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:53.452Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:17:53.452Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:17:53.454Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:17:53.454Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732673451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:17:53.554Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:17:53.554Z||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-05-23T01:17:53.554Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:17:53.563Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:53.563Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:17:54.454Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4e501d83-2a35-437c-a483-ce872e6ef815",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "27e21905-dcd0-4e69-82b5-a176ab5cb689",
    "vfModuleModelCustomizationUUID": "94a7a47d-2208-413d-abbf-f84fc5119206",
    "isBase": true,
    "artifacts": [
      "8240a2ad-64e3-4168-aeae-a1ee692c1149",
      "20fdd162-4f59-4770-8c65-d1f560978b52"
    ],
    "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-05-23T01:17:54.457Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:27e21905-dcd0-4e69-82b5-a176ab5cb689
VfModuleModelInvariantUUID:4e501d83-2a35-437c-a483-ce872e6ef815
VfModuleModelDescription:NULL
Artifacts UUID List:{
8240a2ad-64e3-4168-aeae-a1ee692c1149
,
20fdd162-4f59-4770-8c65-d1f560978b52

}
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-05-23T01:17:54.458Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4e501d83-2a35-437c-a483-ce872e6ef815",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "27e21905-dcd0-4e69-82b5-a176ab5cb689",
    "vfModuleModelCustomizationUUID": "94a7a47d-2208-413d-abbf-f84fc5119206",
    "isBase": true,
    "artifacts": [
      "8240a2ad-64e3-4168-aeae-a1ee692c1149",
      "20fdd162-4f59-4770-8c65-d1f560978b52"
    ],
    "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-05-23T01:17:54.458Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:27e21905-dcd0-4e69-82b5-a176ab5cb689
VfModuleModelInvariantUUID:4e501d83-2a35-437c-a483-ce872e6ef815
VfModuleModelDescription:NULL
Artifacts UUID List:{
8240a2ad-64e3-4168-aeae-a1ee692c1149
,
20fdd162-4f59-4770-8c65-d1f560978b52

}
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-05-23T01:17:54.458Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8240a2ad-64e3-4168-aeae-a1ee692c1149 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-05-23T01:17:54.458Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:17:54.459Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:55.267Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:17:55.267Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 8240a2ad-64e3-4168-aeae-a1ee692c1149 5033
2021-05-23T01:17:55.267Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:55.267Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:55.268Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:17:55.268Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:17:55.269Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:17:55.269Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732675267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:17:55.369Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:17:55.370Z||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-05-23T01:17:55.370Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:17:55.380Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:55.381Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:17:56.270Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 20fdd162-4f59-4770-8c65-d1f560978b52 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-05-23T01:17:56.270Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:17:56.270Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:56.442Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:17:56.443Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 20fdd162-4f59-4770-8c65-d1f560978b52 903
2021-05-23T01:17:56.443Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:56.443Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:56.443Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:17:56.443Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:17:56.444Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:17:56.444Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732676443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:17:56.545Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:17:56.545Z||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-05-23T01:17:56.545Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:17:56.556Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:56.556Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:17:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:17:57.053Z||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-05-23T01:17:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:17:57.071Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:57.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:17:57.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8684d650-d700-4e1a-8148-800d9b3c56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732549464,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:17:57.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:17:57.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:17:57.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:17:57.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:17:57.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:17:57.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:17:57.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:17:57.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:17:57.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:17:57.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:17:57.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:17:57.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:17:57.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:17:57.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:17:57.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:17:57.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:17:57.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:17:57.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-23T01:17:57.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:17:57.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:17:57.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:17:57.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:17:57.445Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f5b8f473-6139-4185-9c87-9ccf67c5a4ea
2021-05-23T01:17:57.445Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 023976c7-534b-4c52-83b5-1f9cce0f154a 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-05-23T01:17:57.460Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:57.460Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:17:57.460Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-05-23T01:17:57.460Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 9c18e816-bf98-438c-9f4b-52db81042671
2021-05-23T01:17:57.460Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9c18e816-bf98-438c-9f4b-52db81042671 matches Tosca VF Customization UUID: 9c18e816-bf98-438c-9f4b-52db81042671
2021-05-23T01:17:57.460Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 9c18e816-bf98-438c-9f4b-52db81042671  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-05-23T01:17:57.461Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:57.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:17:57.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 9c18e816-bf98-438c-9f4b-52db81042671: {\"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-05-23T01:17:57.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@423f2e8d
2021-05-23T01:17:57.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:57.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-23T01:17:57.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 94a7a47d-2208-413d-abbf-f84fc5119206
2021-05-23T01:17:57.462Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 94a7a47d-2208-413d-abbf-f84fc5119206
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-05-23T01:17:57.464Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:57.464Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-23T01:17:57.464Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:17:57.464Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:57.464Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-23T01:17:57.464Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:17:57.465Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:57.465Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-23T01:17:57.465Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-23T01:17:57.465Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-23T01:17:57.465Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4756a1f1-fe99-4cf8-b43d-ee1308443778
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-05-23T01:17:57.466Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:57.466Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-23T01:17:57.466Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:17:57.467Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:57.467Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-23T01:17:57.467Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9c18e816-bf98-438c-9f4b-52db81042671
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-05-23T01:17:57.468Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:57.468Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:17:57.468Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f5b8f473-6139-4185-9c87-9ccf67c5a4ea: basic_vm_macro
2021-05-23T01:17:57.468Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:57.468Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:17:57.468Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:57.469Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:17:57.469Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:57.469Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:17:57.469Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:57.469Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:17:57.469Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:17:57.469Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:17:57.469Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:57.516Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 023976c7-534b-4c52-83b5-1f9cce0f154a 1 ASDC deployResourceStructure
2021-05-23T01:17:57.516Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:57.516Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:57.516Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:17:57.516Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:17:57.518Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:17:57.518Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732677516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:17:57.618Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:17:57.619Z||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-05-23T01:17:57.619Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:17:57.631Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:57.632Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:17:58.519Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:58.519Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:58.519Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:17:58.519Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:17:58.521Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:17:58.521Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732678519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-23T01:17:58.621Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:17:58.622Z||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-05-23T01:17:58.622Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:17:58.632Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:58.632Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:17:59.522Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:59.522Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:17:59.523Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:17:59.523Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:17:59.524Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:17:59.524Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732679522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-23T01:17:59.625Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-23T01:17:59.625Z||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-05-23T01:17:59.625Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:17:59.639Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:17:59.639Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:00.525Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-05-23T01:18:00.526Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-23T01:18:00.526Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:18:00.526Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:00.527Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:00.527Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732680525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:18:00.627Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:18:00.628Z||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-05-23T01:18:00.628Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:00.636Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:00.636Z||pool-99-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:01.528Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c660084-9963-414d-aa48-6fca4935f3d8
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-05-23T01:18:01.533Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c660084-9963-414d-aa48-6fca4935f3d8
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-05-23T01:18:01.534Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:18:01.534Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-23T01:18:01.534Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-23T01:18:01.535Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-23T01:18:01.535Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:18:01.535Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:18:01.535Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:18:01.535Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:18:01.535Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:18:01.535Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:18:01.535Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:18:01.537Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-23T01:18:31.537Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c660084-9963-414d-aa48-6fca4935f3d8 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-05-23T01:18:31.542Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c660084-9963-414d-aa48-6fca4935f3d8 and serviceModelVersionId: f5b8f473-6139-4185-9c87-9ccf67c5a4ea
2021-05-23T01:18:31.542Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b39ff579-9ed5-4347-8ee7-5a252226dd5f
2021-05-23T01:18:31.543Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b39ff579-9ed5-4347-8ee7-5a252226dd5f/model-vers/model-ver/f5b8f473-6139-4185-9c87-9ccf67c5a4ea?depth=0
2021-05-23T01:18:31.548Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-23T01:18:31.582Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b39ff579-9ed5-4347-8ee7-5a252226dd5f/model-vers/model-ver/f5b8f473-6139-4185-9c87-9ccf67c5a4ea?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-05-23T01:18:31.583Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b39ff579-9ed5-4347-8ee7-5a252226dd5f/model-vers/model-ver/f5b8f473-6139-4185-9c87-9ccf67c5a4ea?depth=0|INFO|500||Invoke
2021-05-23T01:18:31.598Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b39ff579-9ed5-4347-8ee7-5a252226dd5f/model-vers/model-ver/f5b8f473-6139-4185-9c87-9ccf67c5a4ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-23T01:18:31.952Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b39ff579-9ed5-4347-8ee7-5a252226dd5f/model-vers/model-ver/f5b8f473-6139-4185-9c87-9ccf67c5a4ea?depth=0|INFO|500||InvokeReturn
2021-05-23T01:18:31.952Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b39ff579-9ed5-4347-8ee7-5a252226dd5f/model-vers/model-ver/f5b8f473-6139-4185-9c87-9ccf67c5a4ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210523-01:18:31:607-41015], vertex-id=[286768], Content-Length=[0], Date=[Sun, 23 May 2021 01:18:31 GMT], Content-Type=[application/json]}
2021-05-23T01:18:31.953Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-05-23T01:18:31.953Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-23T01:18:31.953Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:18:31.957Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||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-05-23T01:18:31.957Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c660084-9963-414d-aa48-6fca4935f3d8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-23T01:18:31.957Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-23T01:18:31.958Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:31.959Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:31.959Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732711957,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:18:32.059Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:18:32.060Z||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-05-23T01:18:32.060Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:32.073Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:32.073Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 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-05-23T01:18:32.967Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:18:32.968Z|9c660084-9963-414d-aa48-6fca4935f3d8|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-05-23T01:18:32.968Z|9c660084-9963-414d-aa48-6fca4935f3d8|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:18:37.263Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:37.264Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-23T01:18:37.264Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4dce2842-9ae9-4f4b-a28a-c6e80a4ceece","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"753688d5-3767-480e-9e8b-30c3bc2a11c9","serviceDescription":"service","serviceInvariantUUID":"16049c0a-06d4-4fb7-af46-3f068a75b6f8","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20cd49f6-730c-4f54-9a8f-2fc271c7e103","resourceInvariantUUID":"97d614bb-889e-4496-bd9e-d41d8fc9967c","resourceCustomizationUUID":"0f62079a-c5cb-421d-b28b-b269d5d551fc","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":"YjIwOTY0Y2I4NGUyMjY4MjQyNTg1MjM3YjIwYTM4OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0bcfa1ee-b05f-42ea-9ddf-dd2f1ae80af5","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":"1b146443-0be0-4c0a-aa64-1df05c0325f8","artifactVersion":"2","generatedFromUUID":"dd2170e2-d11f-4035-8ead-64bf0c197087"},{"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":"dd2170e2-d11f-4035-8ead-64bf0c197087","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":"ZWUxYTgwNzgxOTk1MWQyN2U5ODA4ZWRiMDZlMDcwZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1c1ba5d8-57d8-4160-a3ba-0ff447b8848e","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":"b8d4e374-7687-47ba-93fb-00de13022a2d","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":"d3f6a890-636a-4d81-bf77-295376017673","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":"192efa9f-f91f-4eff-bca0-6f6c0c70d02c","artifactVersion":"2","generatedFromUUID":"b8d4e374-7687-47ba-93fb-00de13022a2d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTRhMjk5NjBjNGMxMzI2NmY1ZWJlMzZkOTU2OTAzMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d221732-1f2c-4320-af4e-fb29d8cb145b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWJjY2MzM2UyNmFkNDY1MTZlNDUxNGQyN2VlZWFiMzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa128587-b5ca-41be-b416-f1c02b6e6672","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-23T01:18:37.265Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:18:37.265Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:37.267Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:37.267Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:18:37.367Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:18:37.368Z||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-05-23T01:18:37.368Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:37.379Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:37.379Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:18:38.268Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:18:38.268Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:38.270Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:38.270Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-23T01:18:38.371Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:18:38.371Z||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-05-23T01:18:38.371Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:38.381Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:38.381Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:18:39.271Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:18:39.271Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:39.273Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:39.273Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-23T01:18:39.373Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:18:39.374Z||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-05-23T01:18:39.374Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:39.382Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:39.382Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:40.273Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:18:40.274Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:40.275Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:40.275Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:18:40.376Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:18:40.376Z||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-05-23T01:18:40.376Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:40.386Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:40.386Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:41.276Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:18:41.277Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:41.278Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:41.278Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:18:41.378Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:18:41.379Z||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-05-23T01:18:41.379Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:41.389Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:41.390Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:42.279Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:18:42.279Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:42.281Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:42.281Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:18:42.381Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:18:42.382Z||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-05-23T01:18:42.382Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:42.394Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:42.394Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:43.281Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:18:43.282Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:43.284Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:43.284Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-23T01:18:43.384Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:18:43.385Z||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-05-23T01:18:43.385Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:43.393Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:43.394Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:44.284Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:18:44.285Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:44.286Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:44.287Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:18:44.387Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:18:44.387Z||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-05-23T01:18:44.387Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:44.397Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:44.397Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:45.287Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:18:45.288Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:45.289Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:45.289Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:18:45.389Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:18:45.390Z||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-05-23T01:18:45.390Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:45.399Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:45.400Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:46.290Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "753688d5-3767-480e-9e8b-30c3bc2a11c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "16049c0a-06d4-4fb7-af46-3f068a75b6f8",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "0f62079a-c5cb-421d-b28b-b269d5d551fc",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "20cd49f6-730c-4f54-9a8f-2fc271c7e103",
      "resourceInvariantUUID": "97d614bb-889e-4496-bd9e-d41d8fc9967c",
      "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": "1b146443-0be0-4c0a-aa64-1df05c0325f8",
          "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": "dd2170e2-d11f-4035-8ead-64bf0c197087",
          "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": "ZWUxYTgwNzgxOTk1MWQyN2U5ODA4ZWRiMDZlMDcwZTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1c1ba5d8-57d8-4160-a3ba-0ff447b8848e",
          "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": "b8d4e374-7687-47ba-93fb-00de13022a2d",
          "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": "192efa9f-f91f-4eff-bca0-6f6c0c70d02c",
            "generatedFromUUID": "b8d4e374-7687-47ba-93fb-00de13022a2d"
          },
          "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": "192efa9f-f91f-4eff-bca0-6f6c0c70d02c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NWJjY2MzM2UyNmFkNDY1MTZlNDUxNGQyN2VlZWFiMzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aa128587-b5ca-41be-b416-f1c02b6e6672"
    }
  ],
  "workloadContext": "Production"
}
2021-05-23T01:18:46.291Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-23T01:18:46.291Z|9c660084-9963-414d-aa48-6fca4935f3d8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 753688d5-3767-480e-9e8b-30c3bc2a11c9 ASDC
2021-05-23T01:18:46.291Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:4dce2842-9ae9-4f4b-a28a-c6e80a4ceece
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:753688d5-3767-480e-9e8b-30c3bc2a11c9
ServiceInvariantUUID:16049c0a-06d4-4fb7-af46-3f068a75b6f8
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:aa128587-b5ca-41be-b416-f1c02b6e6672
ArtifactChecksum:NWJjY2MzM2UyNmFkNDY1MTZlNDUxNGQyN2VlZWFiMzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:0f62079a-c5cb-421d-b28b-b269d5d551fc
ResourceInvariantUUID:97d614bb-889e-4496-bd9e-d41d8fc9967c
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:20cd49f6-730c-4f54-9a8f-2fc271c7e103
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:1b146443-0be0-4c0a-aa64-1df05c0325f8
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:dd2170e2-d11f-4035-8ead-64bf0c197087
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:1c1ba5d8-57d8-4160-a3ba-0ff447b8848e
ArtifactChecksum:ZWUxYTgwNzgxOTk1MWQyN2U5ODA4ZWRiMDZlMDcwZTk=
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:b8d4e374-7687-47ba-93fb-00de13022a2d
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:192efa9f-f91f-4eff-bca0-6f6c0c70d02c
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:192efa9f-f91f-4eff-bca0-6f6c0c70d02c
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-23T01:18:46.291Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 753688d5-3767-480e-9e8b-30c3bc2a11c9 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-05-23T01:18:46.311Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:18:46.312Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:18:46.312Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:18:46.312Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: aa128587-b5ca-41be-b416-f1c02b6e6672 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-23T01:18:46.312Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:18:46.313Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-23T01:18:47.178Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:18:47.181Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar aa128587-b5ca-41be-b416-f1c02b6e6672 71157
2021-05-23T01:18:47.181Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-05-23T01:18:47.182Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-23T01:18:47.182Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:18:47.182Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:47.183Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:47.183Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732727181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:18:47.284Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-23T01:18:47.284Z||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-05-23T01:18:47.284Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:47.295Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:47.295Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:48.184Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:18:48.185Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:18:48.186Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: aa128587-b5ca-41be-b416-f1c02b6e6672, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-23T01:18:48.186Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-05-23T01:18:48.187Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-23T01:18:48.187Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-23T01:18:48.286Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11514543618110791611/Definitions/service-BasicCnf-template.yml
2021-05-23T01:18:49.114Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-23T01:18:49.114Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-23T01:18:49.114Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-23T01:18:49.115Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-05-23T01:18:49.115Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:49.115Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:49.115Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:49.115Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-23T01:18:49.115Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:49.115Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-23T01:18:49.115Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:49.115Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:18:49.115Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-23T01:18:49.115Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-23T01:18:49.115Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:18:49.115Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:49.115Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:18:49.116Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-23T01:18:49.116Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-23T01:18:49.116Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:18:49.116Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:49.116Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:18:49.116Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:49.116Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-23T01:18:49.116Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-05-23T01:18:49.116Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2021-05-23T01:18:49.116Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-23T01:18:49.117Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:49.117Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-23T01:18:49.117Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:49.117Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-23T01:18:49.117Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:18:49.117Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:49.117Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-23T01:18:49.117Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:18:49.117Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:49.117Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-23T01:18:49.118Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:18:49.118Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:49.118Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-23T01:18:49.118Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-23T01:18:49.118Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=18ad82a8-73ed-4246-a2d2-8c62313dc5cb
2021-05-23T01:18:49.118Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:49.118Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:18:49.118Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:49.118Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:18:49.118Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:49.118Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:18:49.118Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:49.119Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:18:49.119Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:753688d5-3767-480e-9e8b-30c3bc2a11c9
Model Version:NULL
Model InvariantUuid:16049c0a-06d4-4fb7-af46-3f068a75b6f8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:d099d7e2-b85e-4e97-a3b4-b978590a5a0f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:97d614bb-889e-4496-bd9e-d41d8fc9967c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0f62079a-c5cb-421d-b28b-b269d5d551fc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a9b3c256-d38e-4197-80fe-e1404205a7d0
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1ec38b41-f3f2-4d64-be4d-b2740bd3a8c5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:18ad82a8-73ed-4246-a2d2-8c62313dc5cb
ModelInvariantUuid:76ff86df-d65a-4da8-9107-41c6be0fd643
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:4f819f60-cebc-480d-8c06-9e4a4623fcc4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:33b23b55-b089-4c0c-be0b-9176ccbe7588
ModelInvariantUuid:a924f9f8-92a0-42dd-8cf3-6d28a041bbce
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:815bb329-4437-46ca-a903-5712df777da2
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-05-23T01:18:49.122Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 20cd49f6-730c-4f54-9a8f-2fc271c7e103
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-05-23T01:18:49.124Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||basic_cnf 0
2021-05-23T01:18:49.124Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 20cd49f6-730c-4f54-9a8f-2fc271c7e103
2021-05-23T01:18:49.124Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1b146443-0be0-4c0a-aa64-1df05c0325f8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-23T01:18:49.124Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:18:49.124Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:50.460Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:18:50.460Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1b146443-0be0-4c0a-aa64-1df05c0325f8 12
2021-05-23T01:18:50.460Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:50.460Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:50.460Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:18:50.461Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:50.462Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:50.462Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732730460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:18:50.562Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-23T01:18:50.563Z||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-05-23T01:18:50.563Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:50.574Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:50.574Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:51.463Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dd2170e2-d11f-4035-8ead-64bf0c197087 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-23T01:18:51.463Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:18:51.464Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:52.748Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:18:52.749Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz dd2170e2-d11f-4035-8ead-64bf0c197087 2688
2021-05-23T01:18:52.749Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:52.749Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:52.749Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:18:52.749Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:52.750Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:52.750Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732732749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:18:52.851Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:18:52.851Z||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-05-23T01:18:52.851Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:52.865Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:52.865Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:53.752Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1c1ba5d8-57d8-4160-a3ba-0ff447b8848e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-23T01:18:53.752Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:18:53.752Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:54.448Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:18:54.449Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 1c1ba5d8-57d8-4160-a3ba-0ff447b8848e 828
2021-05-23T01:18:54.449Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:54.449Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:54.449Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:18:54.449Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:54.451Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:54.451Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732734449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:18:54.551Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:18:54.552Z||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-05-23T01:18:54.552Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:54.563Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:54.563Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:55.452Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "a9b3c256-d38e-4197-80fe-e1404205a7d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1ec38b41-f3f2-4d64-be4d-b2740bd3a8c5",
    "vfModuleModelCustomizationUUID": "caf4b03f-9eb8-4c97-beea-1eaaa89b3f8f",
    "isBase": true,
    "artifacts": [
      "dd2170e2-d11f-4035-8ead-64bf0c197087",
      "b8d4e374-7687-47ba-93fb-00de13022a2d",
      "192efa9f-f91f-4eff-bca0-6f6c0c70d02c"
    ],
    "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-05-23T01:18:55.454Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ec38b41-f3f2-4d64-be4d-b2740bd3a8c5
VfModuleModelInvariantUUID:a9b3c256-d38e-4197-80fe-e1404205a7d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd2170e2-d11f-4035-8ead-64bf0c197087
,
b8d4e374-7687-47ba-93fb-00de13022a2d
,
192efa9f-f91f-4eff-bca0-6f6c0c70d02c

}
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-05-23T01:18:55.456Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "a9b3c256-d38e-4197-80fe-e1404205a7d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1ec38b41-f3f2-4d64-be4d-b2740bd3a8c5",
    "vfModuleModelCustomizationUUID": "caf4b03f-9eb8-4c97-beea-1eaaa89b3f8f",
    "isBase": true,
    "artifacts": [
      "dd2170e2-d11f-4035-8ead-64bf0c197087",
      "b8d4e374-7687-47ba-93fb-00de13022a2d",
      "192efa9f-f91f-4eff-bca0-6f6c0c70d02c"
    ],
    "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-05-23T01:18:55.456Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ec38b41-f3f2-4d64-be4d-b2740bd3a8c5
VfModuleModelInvariantUUID:a9b3c256-d38e-4197-80fe-e1404205a7d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd2170e2-d11f-4035-8ead-64bf0c197087
,
b8d4e374-7687-47ba-93fb-00de13022a2d
,
192efa9f-f91f-4eff-bca0-6f6c0c70d02c

}
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-05-23T01:18:55.456Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b8d4e374-7687-47ba-93fb-00de13022a2d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-23T01:18:55.456Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:18:55.456Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:55.644Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:18:55.645Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b8d4e374-7687-47ba-93fb-00de13022a2d 1164
2021-05-23T01:18:55.645Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:55.645Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:55.645Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:18:55.645Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:55.647Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:55.647Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732735645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:18:55.747Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:18:55.748Z||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-05-23T01:18:55.748Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:55.757Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:55.758Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:56.647Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 192efa9f-f91f-4eff-bca0-6f6c0c70d02c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-23T01:18:56.648Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:18:56.648Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:56.845Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:18:56.845Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 192efa9f-f91f-4eff-bca0-6f6c0c70d02c 200
2021-05-23T01:18:56.846Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:56.846Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:56.846Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:18:56.846Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:56.847Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:56.847Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732736846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:18:56.948Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-23T01:18:56.948Z||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-05-23T01:18:56.948Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:56.958Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:56.958Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:18:57.053Z||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-05-23T01:18:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:18:57.071Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:57.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:18:57.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:18:57.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:18:57.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:18:57.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732558719,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:18:57.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:18:57.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:18:57.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732561364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:18:57.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:18:57.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:18:57.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732563032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:18:57.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:18:57.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:18:57.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732564268,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:18:57.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:18:57.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:18:57.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732565346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:18:57.073Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:18:57.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:18:57.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732566349,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-23T01:18:57.073Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:18:57.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:18:57.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732567353,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-23T01:18:57.073Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:18:57.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:18:57.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732568357,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:18:57.073Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:18:57.848Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 753688d5-3767-480e-9e8b-30c3bc2a11c9
2021-05-23T01:18:57.848Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 20cd49f6-730c-4f54-9a8f-2fc271c7e103 ASDC
2021-05-23T01:18:57.854Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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 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-05-23T01:18:57.862Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:57.862Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:18:57.862Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-05-23T01:18:57.862Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0f62079a-c5cb-421d-b28b-b269d5d551fc
2021-05-23T01:18:57.862Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f62079a-c5cb-421d-b28b-b269d5d551fc matches Tosca VF Customization UUID: 0f62079a-c5cb-421d-b28b-b269d5d551fc
2021-05-23T01:18:57.862Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0f62079a-c5cb-421d-b28b-b269d5d551fc  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-05-23T01:18:57.863Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:57.864Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:18:57.864Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0f62079a-c5cb-421d-b28b-b269d5d551fc: {\"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-05-23T01:18:57.864Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e60408f
2021-05-23T01:18:57.864Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:57.864Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-23T01:18:57.864Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : caf4b03f-9eb8-4c97-beea-1eaaa89b3f8f
2021-05-23T01:18:57.864Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID caf4b03f-9eb8-4c97-beea-1eaaa89b3f8f
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-05-23T01:18:57.866Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:57.866Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-23T01:18:57.866Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:18:57.866Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:57.866Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-23T01:18:57.866Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:18:57.867Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:57.867Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-23T01:18:57.867Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-23T01:18:57.867Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=18ad82a8-73ed-4246-a2d2-8c62313dc5cb
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-05-23T01:18:57.868Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:57.868Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-23T01:18:57.869Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:18:57.869Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:57.869Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-23T01:18:57.869Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=0f62079a-c5cb-421d-b28b-b269d5d551fc
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-05-23T01:18:57.870Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:57.870Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:18:57.870Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 753688d5-3767-480e-9e8b-30c3bc2a11c9: basic_cnf
2021-05-23T01:18:57.870Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:57.870Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:18:57.870Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:57.870Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:18:57.871Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:57.871Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:18:57.871Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:57.871Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:18:57.871Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-23T01:18:57.871Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:18:57.871Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:57.912Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 20cd49f6-730c-4f54-9a8f-2fc271c7e103 1 ASDC deployResourceStructure
2021-05-23T01:18:57.913Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:57.913Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:57.913Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-23T01:18:57.913Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:57.915Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:57.915Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732737913,
  "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-05-23T01:18:58.015Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:18:58.015Z||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-05-23T01:18:58.015Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:58.026Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:58.026Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:58.916Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:58.916Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:58.916Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-23T01:18:58.916Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:58.917Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:58.918Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732738916,
  "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-05-23T01:18:59.018Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:18:59.018Z||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-05-23T01:18:59.018Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:18:59.026Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:18:59.026Z||pool-117-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:18:59.918Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:59.918Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:18:59.919Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:18:59.919Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:18:59.920Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:18:59.920Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732739918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:19:00.020Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:19:00.021Z||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-05-23T01:19:00.021Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:19:00.031Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:19:00.031Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:19:00.921Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:19:00.922Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:19:00.922Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:19:00.922Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:19:00.923Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:19:00.923Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732740921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-23T01:19:01.024Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-23T01:19:01.025Z||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-05-23T01:19:01.025Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:19:01.034Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:19:01.034Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:19:01.925Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:19:01.925Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:19:01.925Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:19:01.925Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:19:01.927Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:19:01.927Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732741925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-23T01:19:02.027Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:19:02.028Z||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-05-23T01:19:02.028Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:19:02.038Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:19:02.039Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:19:02.927Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-05-23T01:19:02.928Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-23T01:19:02.928Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:19:02.928Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:19:02.930Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:19:02.930Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732742927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:19:03.030Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:19:03.030Z||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-05-23T01:19:03.030Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:19:03.041Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:19:03.041Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:19:03.930Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece
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-05-23T01:19:03.935Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece
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-05-23T01:19:03.936Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:19:03.936Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:19:03.936Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:19:33.937Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece
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-05-23T01:19:33.942Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece
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-05-23T01:19:33.943Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:19:33.943Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:19:33.944Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:19:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:19:57.053Z||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-05-23T01:19:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:19:57.072Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:19:57.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732643399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732637966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "dcae-sch",
  "timestamp": 1621732639880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732642059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "aai-ml",
  "timestamp": 1621732638967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "cds",
  "timestamp": 1621732641667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "policy-id",
  "timestamp": 1621732637053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "cds",
  "timestamp": 1621732641667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "dcae-sch",
  "timestamp": 1621732639880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "aai-ml",
  "timestamp": 1621732638967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732642059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732643399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732637966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "policy-id",
  "timestamp": 1621732637053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "cds",
  "timestamp": 1621732641667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732642059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732637966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732643399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "aai-ml",
  "timestamp": 1621732638967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "dcae-sch",
  "timestamp": 1621732639880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "policy-id",
  "timestamp": 1621732637053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "cds",
  "timestamp": 1621732641667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732642059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732637966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732643399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "dcae-sch",
  "timestamp": 1621732639880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "aai-ml",
  "timestamp": 1621732638967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "policy-id",
  "timestamp": 1621732637053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732642059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "cds",
  "timestamp": 1621732641667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732643399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "dcae-sch",
  "timestamp": 1621732639880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732637966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "aai-ml",
  "timestamp": 1621732638967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "policy-id",
  "timestamp": 1621732637053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "cds",
  "timestamp": 1621732641667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732642059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732637966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732643399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "aai-ml",
  "timestamp": 1621732638967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "dcae-sch",
  "timestamp": 1621732639880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "policy-id",
  "timestamp": 1621732637053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732642059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "cds",
  "timestamp": 1621732641667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "aai-ml",
  "timestamp": 1621732638967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732637966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732643399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "dcae-sch",
  "timestamp": 1621732639880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "policy-id",
  "timestamp": 1621732637053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732652481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "cds",
  "timestamp": 1621732641667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732642059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732643399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732637966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "aai-ml",
  "timestamp": 1621732638967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "dcae-sch",
  "timestamp": 1621732639880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "policy-id",
  "timestamp": 1621732637053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732652481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "cds",
  "timestamp": 1621732641667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732642059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732643399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "aai-ml",
  "timestamp": 1621732638967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732637966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "dcae-sch",
  "timestamp": 1621732639880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "policy-id",
  "timestamp": 1621732637053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732652481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732652481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "cds",
  "timestamp": 1621732656261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732656281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732656347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732656353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "aai-ml",
  "timestamp": 1621732656351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "policy-id",
  "timestamp": 1621732656374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732652481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "cds",
  "timestamp": 1621732657264,
  "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=?
2021-05-23T01:19:57.100Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece
2021-05-23T01:19:57.100Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece 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-05-23T01:19:57.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "policy-id",
  "timestamp": 1621732657377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:19:57.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732657481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732657555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732657557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732652481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "policy-id",
  "timestamp": 1621732658379,
  "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-05-23T01:19:57.107Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece
2021-05-23T01:19:57.108Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece 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-05-23T01:19:57.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732658672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732658744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732658755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732652481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da834f5f-9e5c-4788-98ce-491af4d589b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732659559,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732652481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732660234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732660246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732660259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621732652481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732661240,
  "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-05-23T01:19:57.114Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece
2021-05-23T01:19:57.114Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece 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-05-23T01:19:57.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732661249,
  "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-05-23T01:19:57.119Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece
2021-05-23T01:19:57.119Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece 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-05-23T01:19:57.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732661315,
  "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-05-23T01:19:57.123Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece
2021-05-23T01:19:57.124Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece 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-05-23T01:19:57.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621732662243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621732662251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621732662318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "clamp",
  "timestamp": 1621732661877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "aai-ml",
  "timestamp": 1621732662831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732662571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "clamp",
  "timestamp": 1621732661877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "aai-ml",
  "timestamp": 1621732663835,
  "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-05-23T01:19:57.130Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece
2021-05-23T01:19:57.130Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece 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-05-23T01:19:57.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732662571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "clamp",
  "timestamp": 1621732661877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732662571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "clamp",
  "timestamp": 1621732661877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732662571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "clamp",
  "timestamp": 1621732661877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732662571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "clamp",
  "timestamp": 1621732661877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732437051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732662571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "clamp",
  "timestamp": 1621732661877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732662571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "clamp",
  "timestamp": 1621732661877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732662571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732670463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "clamp",
  "timestamp": 1621732661877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732662571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732673185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732673451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732675169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:19:57.138Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732675267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.138Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:19:57.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621732676172,
  "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-05-23T01:19:57.140Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece
2021-05-23T01:19:57.140Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece 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-05-23T01:19:57.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:19:57.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732676443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:19:57.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:20:03.944Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece
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-05-23T01:20:03.949Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece
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-05-23T01:20:03.951Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:20:03.951Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-23T01:20:03.951Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-23T01:20:03.951Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-23T01:20:03.951Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:20:03.951Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:20:03.951Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:20:03.951Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:20:03.951Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-23T01:20:03.951Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:20:03.953Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-23T01:20:33.953Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece 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-05-23T01:20:33.956Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece and serviceModelVersionId: 753688d5-3767-480e-9e8b-30c3bc2a11c9
2021-05-23T01:20:33.956Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 16049c0a-06d4-4fb7-af46-3f068a75b6f8
2021-05-23T01:20:33.957Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/16049c0a-06d4-4fb7-af46-3f068a75b6f8/model-vers/model-ver/753688d5-3767-480e-9e8b-30c3bc2a11c9?depth=0
2021-05-23T01:20:33.960Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-23T01:20:33.985Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/16049c0a-06d4-4fb7-af46-3f068a75b6f8/model-vers/model-ver/753688d5-3767-480e-9e8b-30c3bc2a11c9?depth=0|INFO|500||Invoke
2021-05-23T01:20:33.985Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/16049c0a-06d4-4fb7-af46-3f068a75b6f8/model-vers/model-ver/753688d5-3767-480e-9e8b-30c3bc2a11c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/16049c0a-06d4-4fb7-af46-3f068a75b6f8/model-vers/model-ver/753688d5-3767-480e-9e8b-30c3bc2a11c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4dce2842-9ae9-4f4b-a28a-c6e80a4ceece], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7dfb6ca7-d2dc-40f3-999a-99491b5bf420], X-ECOMP-RequestID=[4dce2842-9ae9-4f4b-a28a-c6e80a4ceece], X-TransactionId=[], X-ONAP-RequestID=[4dce2842-9ae9-4f4b-a28a-c6e80a4ceece], Content-Type=[application/merge-patch+json]}
2021-05-23T01:20:33.999Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/16049c0a-06d4-4fb7-af46-3f068a75b6f8/model-vers/model-ver/753688d5-3767-480e-9e8b-30c3bc2a11c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-23T01:20:34.099Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/16049c0a-06d4-4fb7-af46-3f068a75b6f8/model-vers/model-ver/753688d5-3767-480e-9e8b-30c3bc2a11c9?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/16049c0a-06d4-4fb7-af46-3f068a75b6f8/model-vers/model-ver/753688d5-3767-480e-9e8b-30c3bc2a11c9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210523-01:20:34:008-30507], vertex-id=[286920], Content-Length=[0], Date=[Sun, 23 May 2021 01:20:34 GMT], Content-Type=[application/json]}
2021-05-23T01:20:34.100Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/16049c0a-06d4-4fb7-af46-3f068a75b6f8/model-vers/model-ver/753688d5-3767-480e-9e8b-30c3bc2a11c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-23T01:20:34.100Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/16049c0a-06d4-4fb7-af46-3f068a75b6f8/model-vers/model-ver/753688d5-3767-480e-9e8b-30c3bc2a11c9?depth=0|INFO|500||InvokeReturn
2021-05-23T01:20:34.100Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-23T01:20:34.100Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:20:34.103Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||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-05-23T01:20:34.104Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-23T01:20:34.104Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-23T01:20:34.104Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:20:34.105Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:20:34.105Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732834104,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:20:34.205Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:20:34.206Z||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-05-23T01:20:34.206Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:20:34.218Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:20:34.218Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"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-05-23T01:20:35.121Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:20:35.122Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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-05-23T01:20:35.122Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:20:45.319Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:20:45.320Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:20:45.320Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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-05-23T01:20:45.320Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:20:54.865Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:20:54.865Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:20:54.866Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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-05-23T01:20:54.866Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:20:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:20:57.053Z||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-05-23T01:20:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:20:57.072Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:20:57.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732677516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:20:57.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:20:57.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732678519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-23T01:20:57.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:20:57.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732679522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-23T01:20:57.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:20:57.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "clamp",
  "timestamp": 1621732679853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:20:57.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:20:57.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732680525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:20:57.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:20:57.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "clamp",
  "timestamp": 1621732681458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:20:57.074Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:20:57.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "clamp",
  "timestamp": 1621732682463,
  "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-05-23T01:20:57.077Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece
2021-05-23T01:20:57.078Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4dce2842-9ae9-4f4b-a28a-c6e80a4ceece 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-05-23T01:20:57.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c660084-9963-414d-aa48-6fca4935f3d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732711957,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:20:57.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:20:57.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:20:57.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:20:57.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-23T01:20:57.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732712967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732727181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:20:57.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:20:57.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732730460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:20:57.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:20:57.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732732749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:20:57.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:20:57.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732734449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:20:57.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:20:57.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732735645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:20:57.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:20:57.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:20:57.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732736846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-23T01:20:57.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:21:04.407Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:21:04.408Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:21:04.408Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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-05-23T01:21:04.408Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:21:13.949Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:21:13.950Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:21:13.950Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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-05-23T01:21:13.950Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:21:23.483Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:21:23.483Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:21:23.484Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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-05-23T01:21:23.484Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:21:33.023Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:21:57.051Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:21:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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-05-23T01:21:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:21:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:21:57.053Z||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-05-23T01:21:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:21:57.070Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:21:57.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:21:57.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732737913,
  "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-05-23T01:21:57.071Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:21:57.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:21:57.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732738916,
  "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-05-23T01:21:57.071Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:21:57.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:21:57.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732739918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-23T01:21:57.071Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:21:57.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:21:57.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732740921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-23T01:21:57.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:21:57.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:21:57.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732741925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-23T01:21:57.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:21:57.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:21:57.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732742927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-23T01:21:57.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:22:06.619Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:22:57.051Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:22:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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-05-23T01:22:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:22:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:22:57.053Z||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-05-23T01:22:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:22:57.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:22:57.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:22:57.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dce2842-9ae9-4f4b-a28a-c6e80a4ceece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621732834104,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:22:57.572Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:23:06.590Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:23:57.051Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:23:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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-05-23T01:23:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:23:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:23:57.053Z||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-05-23T01:23:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:24:06.591Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:24:06.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:24:57.051Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:24:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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-05-23T01:24:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:24:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:24:57.053Z||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-05-23T01:24:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:25:06.594Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:25:06.598Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:25:57.051Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:25:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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-05-23T01:25:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:25:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:25:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|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-05-23T01:25:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:26:06.587Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:26:06.591Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:26:57.051Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:26:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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-05-23T01:26:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:26:57.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:26:57.053Z||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-05-23T01:26:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:27:06.591Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:27:06.595Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:27:57.051Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:27:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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-05-23T01:27:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:27:57.053Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:27:57.053Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|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-05-23T01:27:57.053Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:28:06.593Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:28:06.599Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:28:57.051Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:28:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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-05-23T01:28:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:28:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:28:57.053Z||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-05-23T01:28:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:29:06.596Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:29:06.599Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:29:57.051Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:29:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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-05-23T01:29:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:29:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:29:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|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-05-23T01:29:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:30:06.591Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:30:06.600Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:30:57.051Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:30:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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-05-23T01:30:57.052Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:30:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:30:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|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-05-23T01:30:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:31:06.591Z|4dce2842-9ae9-4f4b-a28a-c6e80a4ceece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:31:06.592Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:31:57.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:31:57.052Z||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-05-23T01:31:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:31:57.053Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:31:57.054Z||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-05-23T01:31:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:32:06.590Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:32:06.592Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:32:57.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:32:57.052Z||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-05-23T01:32:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:32:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:32:57.053Z||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-05-23T01:32:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:33:06.597Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:33:06.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:33:57.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:33:57.052Z||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-05-23T01:33:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:33:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:33:57.053Z||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-05-23T01:33:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:34:06.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-23T01:34:06.594Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK