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-04-21T11:32:16.160Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-d8b69c5ff-5wrk8 with PID 14 (/app/app.jar started by so in /app)
2021-04-21T11:32:16.166Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-21T11:32:16.167Z||main|||||INFO|500||The following profiles are active: basic
2021-04-21T11:32:22.742Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-21T11:32:22.742Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-21T11:32:22.820Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-21T11:32:24.161Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-21T11:32:24.301Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-21T11:32:24.606Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-21T11:32:24.613Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-21T11:32:24.686Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-21T11:32:24.815Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-21T11:32:25.157Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-21T11:32:25.798Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-21T11:32:27.638Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-21T11:32:27.677Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-21T11:32:28.010Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-21T11:32:28.184Z||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-04-21T11:32:29.125Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-21T11:32:29.928Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-21T11:32:29.957Z||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$$170daaad.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-04-21T11:32:29.958Z||main|||||WARN|500||The sdc end point is not alive
2021-04-21T11:32:32.078Z||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-04-21T11:32:34.066Z||main|||||WARN|500||---
2021-04-21T11:32:34.066Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-21T11:32:34.066Z||main|||||WARN|500||---
2021-04-21T11:32:34.435Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-21T11:32:37.459Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-21T11:32:37.460Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-21T11:32:37.463Z||main|||||INFO|500||Started Application in 23.299 seconds (JVM running for 24.277)
2021-04-21T11:32:37.470Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-21T11:32:37.491Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-21T11:32:37.574Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7dd8f5be-726d-45a9-8ffa-886f34cda976 url= /sdc/v1/artifactTypes
2021-04-21T11:32:37.575Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-21T11:32:38.680Z||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.5.149] 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-04-21T11:32:38.685Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c6fa51f
2021-04-21T11:32:38.685Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-21T11:32:38.695Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-21T11:32:38.696Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-21T11:32:38.699Z||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-04-21T11:33:27.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-21T11:33:27.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-21T11:33:27.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-21T11:33:27.458Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-21T11:33:27.462Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= efdf9bab-cc4e-47b0-835d-fa6ed1021e40 url= /sdc/v1/artifactTypes
2021-04-21T11:33:27.463Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-21T11:33:28.506Z||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.5.149] 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-04-21T11:33:28.507Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6402b899
2021-04-21T11:33:28.507Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-21T11:33:28.508Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-21T11:33:28.508Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-21T11:33:28.508Z||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-04-21T11:34:17.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-21T11:34:17.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-21T11:34:17.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-21T11:34:17.458Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-21T11:34:17.464Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c9d08d0-c36e-4cc3-86f2-ceb35e8ead9f url= /sdc/v1/artifactTypes
2021-04-21T11:34:17.464Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-21T11:34:17.619Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-21T11:34:17.629Z||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-04-21T11:34:17.656Z||scheduling-1|||||DEBUG|500||create keys
2021-04-21T11:34:17.704Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-21T11:34:17.739Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:34:17.760Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a1c07e98-1f0b-418e-b762-3492199df08b url= /sdc/v1/registerForDistribution
2021-04-21T11:34:17.851Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a1c07e98-1f0b-418e-b762-3492199df08b url= /sdc/v1/registerForDistribution
2021-04-21T11:34:17.852Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-21T11:34:17.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:34:17.866Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:34:17.869Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-21T11:34:17.872Z||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-04-21T11:34:17.872Z||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-04-21T11:34:17.872Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:34:17.872Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:34:28.132Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:34:28.135Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:35:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:35:17.863Z||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-04-21T11:35:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:35:17.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:35:17.865Z||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-04-21T11:35:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:35:27.408Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:35:27.414Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:36:17.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:36:17.862Z||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-04-21T11:36:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:36:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:36:17.866Z||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-04-21T11:36:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:36:27.410Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:36:27.411Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:37:17.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:37:17.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:37:17.865Z||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-04-21T11:37:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:37:17.865Z||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-04-21T11:37:17.868Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:37:27.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:37:27.428Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:38:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:38:17.863Z||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-04-21T11:38:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:38:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:38:17.866Z||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-04-21T11:38:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:38:27.409Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:38:27.410Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:39:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:39:17.863Z||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-04-21T11:39:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:39:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:39:17.866Z||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-04-21T11:39:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:39:27.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:39:27.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:40:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:40:17.863Z||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-04-21T11:40:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:40:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:40:17.865Z||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-04-21T11:40:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:40:29.115Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:40:29.137Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:41:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:41:17.862Z||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-04-21T11:41:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:41:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:41:17.866Z||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-04-21T11:41:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:41:27.417Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:41:27.419Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:42:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:42:17.862Z||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-04-21T11:42:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:42:17.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:42:17.865Z||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-04-21T11:42:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:42:27.407Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:42:27.410Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:43:06.452Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-21T11:43:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:43:17.862Z||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-04-21T11:43:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:43:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:43:17.865Z||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-04-21T11:43:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:43:27.404Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:43:27.404Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:44:17.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:44:17.862Z||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-04-21T11:44:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:44:17.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:44:17.865Z||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-04-21T11:44:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:44:27.407Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:44:27.410Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:45:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:45:17.863Z||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-04-21T11:45:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:45:17.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:45:17.865Z||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-04-21T11:45:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:45:27.410Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:45:27.410Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:46:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:46:17.863Z||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-04-21T11:46:17.864Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:46:17.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:46:17.865Z||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-04-21T11:46:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:46:27.402Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:46:27.408Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:47:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:47:17.863Z||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-04-21T11:47:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:47:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:47:17.865Z||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-04-21T11:47:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:47:27.404Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:47:27.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:48:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:48:17.863Z||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-04-21T11:48:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:48:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:48:17.865Z||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-04-21T11:48:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:48:27.401Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:48:27.402Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:49:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:49:17.862Z||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-04-21T11:49:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:49:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:49:17.865Z||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-04-21T11:49:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:49:27.407Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:49:27.409Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:50:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:50:17.862Z||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-04-21T11:50:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:50:17.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:50:17.865Z||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-04-21T11:50:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:50:27.408Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:50:27.409Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:51:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:51:17.862Z||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-04-21T11:51:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:51:17.864Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:51:17.865Z||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-04-21T11:51:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:51:27.405Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:51:27.410Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:52:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:52:17.863Z||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-04-21T11:52:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:52:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:52:17.865Z||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-04-21T11:52:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:52:27.411Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:52:27.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:53:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:53:17.862Z||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-04-21T11:53:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:53:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:53:17.865Z||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-04-21T11:53:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:53:27.406Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:53:27.406Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:54:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:54:17.863Z||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-04-21T11:54:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:54:17.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:54:17.866Z||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-04-21T11:54:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:54:27.400Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:54:27.407Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:55:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:55:17.863Z||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-04-21T11:55:17.864Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:55:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:55:17.865Z||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-04-21T11:55:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:55:27.407Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:55:27.409Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:56:17.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:56:17.862Z||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-04-21T11:56:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:56:17.864Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:56:17.865Z||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-04-21T11:56:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:56:27.405Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:56:27.405Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:57:17.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:57:17.863Z||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-04-21T11:57:17.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:57:17.869Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:57:17.870Z||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-04-21T11:57:17.870Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:57:27.424Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:57:27.427Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:58:17.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:58:17.862Z||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-04-21T11:58:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:58:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:58:17.865Z||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-04-21T11:58:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:58:27.400Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:58:27.400Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:59:17.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:59:17.862Z||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-04-21T11:59:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:59:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:59:17.865Z||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-04-21T11:59:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:59:27.406Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T11:59:27.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:00:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:00:17.862Z||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-04-21T12:00:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:00:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:00:17.865Z||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-04-21T12:00:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:00:27.400Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:00:27.412Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:01:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:01:17.862Z||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-04-21T12:01:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:01:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:01:17.865Z||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-04-21T12:01:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:01:27.401Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:01:27.401Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:02:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:02:17.862Z||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-04-21T12:02:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:02:17.864Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:02:17.865Z||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-04-21T12:02:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:02:27.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:02:27.403Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:03:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:03:17.862Z||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-04-21T12:03:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:03:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:03:17.865Z||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-04-21T12:03:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:03:27.405Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:03:27.405Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:04:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:04:17.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:04:17.865Z||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-04-21T12:04:17.865Z||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-04-21T12:04:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:04:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:04:27.410Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:04:27.410Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:05:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:05:17.862Z||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-04-21T12:05:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:05:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:05:17.865Z||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-04-21T12:05:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:05:27.405Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:05:27.406Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:06:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:06:17.863Z||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-04-21T12:06:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:06:17.864Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:06:17.865Z||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-04-21T12:06:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:06:27.400Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:06:27.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:07:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:07:17.862Z||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-04-21T12:07:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:07:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:07:17.865Z||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-04-21T12:07:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:07:27.399Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:07:27.403Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:08:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:08:17.862Z||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-04-21T12:08:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:08:17.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:08:17.865Z||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-04-21T12:08:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:08:27.405Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:08:27.410Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:09:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:09:17.862Z||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-04-21T12:09:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:09:17.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:09:17.865Z||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-04-21T12:09:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:09:27.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:09:27.405Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:10:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:10:17.862Z||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-04-21T12:10:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:10:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:10:17.865Z||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-04-21T12:10:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:10:27.404Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:10:27.405Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:11:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:11:17.863Z||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-04-21T12:11:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:11:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:11:17.865Z||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-04-21T12:11:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:11:27.404Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:11:27.405Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:12:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:12:17.862Z||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-04-21T12:12:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:12:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:12:17.865Z||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-04-21T12:12:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:12:27.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:12:27.402Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:13:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:13:17.863Z||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-04-21T12:13:17.864Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:13:17.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:13:17.865Z||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-04-21T12:13:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:13:27.404Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:13:27.404Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:14:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:14:17.862Z||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-04-21T12:14:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:14:17.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:14:17.865Z||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-04-21T12:14:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:14:27.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:14:27.403Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:15:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:15:17.863Z||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-04-21T12:15:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:15:17.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:15:17.865Z||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-04-21T12:15:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:15:27.407Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:15:27.407Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:16:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:16:17.862Z||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-04-21T12:16:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:16:17.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:16:17.865Z||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-04-21T12:16:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:16:27.402Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:16:27.410Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:17:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:17:17.862Z||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-04-21T12:17:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:17:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:17:17.865Z||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-04-21T12:17:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:17:27.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:17:27.402Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:18:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:18:17.862Z||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-04-21T12:18:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:18:17.864Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:18:17.865Z||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-04-21T12:18:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:18:27.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:18:27.403Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:19:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:19:17.862Z||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-04-21T12:19:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:19:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:19:17.865Z||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-04-21T12:19:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:19:27.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:19:27.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:20:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:20:17.862Z||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-04-21T12:20:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:20:17.864Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:20:17.865Z||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-04-21T12:20:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:20:27.404Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:20:27.406Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:21:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:21:17.862Z||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-04-21T12:21:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:21:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:21:17.865Z||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-04-21T12:21:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:21:27.403Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:21:27.406Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:22:17.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:22:17.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:22:17.865Z||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-04-21T12:22:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:22:17.865Z||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-04-21T12:22:17.867Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:22:27.406Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:22:27.410Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:23:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:23:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:23:17.865Z||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-04-21T12:23:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:23:17.865Z||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-04-21T12:23:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:23:27.406Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:23:27.407Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:24:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:24:17.862Z||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-04-21T12:24:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:24:17.864Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:24:17.865Z||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-04-21T12:24:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:24:27.399Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:24:27.401Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:25:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:25:17.863Z||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-04-21T12:25:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:25:17.864Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:25:17.865Z||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-04-21T12:25:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:25:27.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:25:27.406Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:26:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:26:17.862Z||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-04-21T12:26:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:26:17.864Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:26:17.865Z||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-04-21T12:26:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:26:27.405Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:26:33.907Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:27:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:27:17.862Z||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-04-21T12:27:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:27:17.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:27:17.865Z||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-04-21T12:27:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:27:27.399Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:27:27.404Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:28:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:28:17.862Z||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-04-21T12:28:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:28:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:28:17.865Z||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-04-21T12:28:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:28:27.406Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:28:27.406Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:29:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:29:17.862Z||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-04-21T12:29:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:29:17.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:29:17.865Z||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-04-21T12:29:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:29:28.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:29:28.904Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:30:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:30:17.862Z||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-04-21T12:30:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:30:17.864Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:30:17.865Z||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-04-21T12:30:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:30:27.404Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:30:27.405Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:31:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:31:17.862Z||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-04-21T12:31:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:31:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:31:17.865Z||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-04-21T12:31:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:31:27.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:31:27.415Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:32:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:32:17.862Z||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-04-21T12:32:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:32:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:32:17.865Z||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-04-21T12:32:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:32:27.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:32:27.426Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:33:17.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:33:17.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:33:17.864Z||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-04-21T12:33:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:33:17.865Z||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-04-21T12:33:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:33:27.405Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:33:27.406Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:34:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:34:17.863Z||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-04-21T12:34:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:34:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:34:17.865Z||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-04-21T12:34:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:34:27.406Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:34:27.409Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:35:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:35:17.862Z||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-04-21T12:35:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:35:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:35:17.865Z||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-04-21T12:35:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:35:27.407Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:35:27.407Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:36:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:36:17.862Z||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-04-21T12:36:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:36:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:36:17.865Z||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-04-21T12:36:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:36:27.402Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:36:27.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:37:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:37:17.862Z||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-04-21T12:37:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:37:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:37:17.865Z||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-04-21T12:37:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:37:27.400Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:37:27.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:38:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:38:17.862Z||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-04-21T12:38:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:38:17.864Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:38:17.865Z||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-04-21T12:38:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:38:27.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:38:27.411Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:39:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:39:17.862Z||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-04-21T12:39:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:39:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:39:17.865Z||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-04-21T12:39:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:39:27.401Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:39:27.408Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:40:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:40:17.862Z||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-04-21T12:40:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:40:17.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:40:17.865Z||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-04-21T12:40:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:40:27.401Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:40:27.401Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:41:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:41:17.862Z||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-04-21T12:41:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:41:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:41:17.865Z||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-04-21T12:41:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:41:27.406Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:41:27.408Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:42:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:42:17.862Z||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-04-21T12:42:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:42:17.864Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:42:17.865Z||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-04-21T12:42:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:42:27.419Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:42:27.419Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:43:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:43:17.864Z||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-04-21T12:43:17.864Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:43:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:43:17.865Z||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-04-21T12:43:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:43:27.405Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:43:27.406Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:44:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:44:17.863Z||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-04-21T12:44:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:44:17.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:44:17.865Z||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-04-21T12:44:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:44:27.404Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:44:27.408Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:45:17.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:45:17.862Z||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-04-21T12:45:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:45:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:45:17.865Z||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-04-21T12:45:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:45:27.407Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:45:27.408Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:46:17.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:46:17.862Z||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-04-21T12:46:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:46:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:46:17.865Z||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-04-21T12:46:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:46:27.404Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:46:27.406Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:47:17.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:47:17.862Z||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-04-21T12:47:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:47:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:47:17.865Z||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-04-21T12:47:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:47:27.398Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:47:27.402Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:48:17.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:48:17.862Z||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-04-21T12:48:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:48:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:48:17.865Z||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-04-21T12:48:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:48:27.403Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:48:27.406Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:49:17.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:49:17.862Z||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-04-21T12:49:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:49:17.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:49:17.865Z||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-04-21T12:49:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:49:27.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:49:27.409Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:17.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:50:17.862Z||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-04-21T12:50:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:17.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:50:17.865Z||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-04-21T12:50:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:26.446Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:26.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-21T12:50:26.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f283ed1-2eda-475f-b83d-a7c505ac5d67","serviceName":"vFW 2021-04-21 12-48-06","serviceVersion":"1.0","serviceUUID":"0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89","serviceDescription":"catalog service description","serviceInvariantUUID":"72990dde-6ef4-4f7d-890d-94231a6501cc","resources":[{"resourceInstanceName":"vFW 86e4b4f2-0b93 0","resourceName":"vFW 86e4b4f2-0b93","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8d312b52-1bfe-499e-8c09-3cfdef1739e6","resourceInvariantUUID":"dd7b620e-6cb2-4b5d-b1f7-616b73ec1601","resourceCustomizationUUID":"ab01ff23-1b0c-4939-a1ed-c31addd2bf38","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml","artifactChecksum":"M2ViZTAxNGJhOWQ1OTFmYWUxZjM0MTFjMzM0NjU4N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"731cf758-f0ef-4fbf-a88e-40276fcb1d51","artifactVersion":"1"},{"artifactName":"vfw86e4b4f20b930_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json","artifactChecksum":"YzE0ZDc3M2UyZGVmYTRiOWZmN2RiMmU4NWI5ZjBlYzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c1dba7d-afc8-4dfe-9fab-c5edda00fdda","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55ce8623-6829-4356-af4d-657abebde325","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml","artifactChecksum":"OGFlN2RkOGFjNmFiNDM0ODE3ZTg2ODc0ZGYyMmNkNTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b75848fe-421d-4c65-9b6b-bc1072c7fa84","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3e709dd1-ade2-4536-a388-633abc5ff955","artifactVersion":"2","generatedFromUUID":"55ce8623-6829-4356-af4d-657abebde325"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210421124806-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml","artifactChecksum":"ZmEyOTJlMjgwMzViYjhlZDc2OTJmNmMyMTQ5NTY1OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ace34ad1-8b0d-4b0b-99b0-6c64f1f71734","artifactVersion":"1"},{"artifactName":"service-Vfw20210421124806-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar","artifactChecksum":"MjcxYjEwYmUzNjNkYzM1NGVmMWY0MDg5YmMyM2NiZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"af7c912f-fe28-490e-aa09-0e8ddcf5a468","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-21T12:50:26.456Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:50:26.490Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:26.501Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:26.501Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009417861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:50:26.602Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-04-21T12:50:26.605Z||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-04-21T12:50:26.606Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:26.613Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:26.614Z||pool-3-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:26.710Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:26.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-21T12:50:26.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009417144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:50:26.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:50:26.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-21T12:50:26.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009422425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:50:26.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:50:27.512Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:50:27.512Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:27.516Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:27.516Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009417861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T12:50:27.616Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:27.617Z||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-04-21T12:50:27.617Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:27.626Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:27.627Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-21T12:50:28.516Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:50:28.517Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:28.519Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:28.519Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009417861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-21T12:50:28.619Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:28.620Z||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-04-21T12:50:28.620Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:28.630Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:28.631Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:29.519Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:50:29.520Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:29.522Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:29.522Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009417861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:50:29.622Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:29.623Z||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-04-21T12:50:29.623Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:29.633Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:29.634Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:30.523Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:50:30.523Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:30.526Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:30.526Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009417861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-21T12:50:30.626Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:30.627Z||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-04-21T12:50:30.627Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:30.634Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:30.635Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:31.527Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:50:31.527Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:31.529Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:31.529Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009417861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:50:31.629Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:31.630Z||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-04-21T12:50:31.630Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:31.639Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:31.640Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:32.530Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:50:32.530Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:32.533Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:32.533Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009417861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:50:32.633Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:32.633Z||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-04-21T12:50:32.634Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:32.644Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:32.644Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:33.534Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "serviceName": "vFW 2021-04-21 12-48-06",
  "serviceVersion": "1.0",
  "serviceUUID": "0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "72990dde-6ef4-4f7d-890d-94231a6501cc",
  "resources": [
    {
      "resourceInstanceName": "vFW 86e4b4f2-0b93 0",
      "resourceCustomizationUUID": "ab01ff23-1b0c-4939-a1ed-c31addd2bf38",
      "resourceName": "vFW 86e4b4f2-0b93",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8d312b52-1bfe-499e-8c09-3cfdef1739e6",
      "resourceInvariantUUID": "dd7b620e-6cb2-4b5d-b1f7-616b73ec1601",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw86e4b4f20b930_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
          "artifactChecksum": "YzE0ZDc3M2UyZGVmYTRiOWZmN2RiMmU4NWI5ZjBlYzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8c1dba7d-afc8-4dfe-9fab-c5edda00fdda",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55ce8623-6829-4356-af4d-657abebde325",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3e709dd1-ade2-4536-a388-633abc5ff955",
            "generatedFromUUID": "55ce8623-6829-4356-af4d-657abebde325"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3e709dd1-ade2-4536-a388-633abc5ff955",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210421124806-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
      "artifactChecksum": "MjcxYjEwYmUzNjNkYzM1NGVmMWY0MDg5YmMyM2NiZjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "af7c912f-fe28-490e-aa09-0e8ddcf5a468"
    }
  ],
  "workloadContext": "Production"
}
2021-04-21T12:50:33.535Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-21T12:50:33.535Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89 ASDC
2021-04-21T12:50:33.673Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4f283ed1-2eda-475f-b83d-a7c505ac5d67
ServiceName:vFW 2021-04-21 12-48-06
ServiceVersion:1.0
ServiceUUID:0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89
ServiceInvariantUUID:72990dde-6ef4-4f7d-890d-94231a6501cc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210421124806-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar
ArtifactUUID:af7c912f-fe28-490e-aa09-0e8ddcf5a468
ArtifactChecksum:MjcxYjEwYmUzNjNkYzM1NGVmMWY0MDg5YmMyM2NiZjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 86e4b4f2-0b93 0
ResourceCustomizationUUID:ab01ff23-1b0c-4939-a1ed-c31addd2bf38
ResourceInvariantUUID:dd7b620e-6cb2-4b5d-b1f7-616b73ec1601
ResourceName:vFW 86e4b4f2-0b93
ResourceType:VF
ResourceUUID:8d312b52-1bfe-499e-8c09-3cfdef1739e6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw86e4b4f20b930_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json
ArtifactUUID:8c1dba7d-afc8-4dfe-9fab-c5edda00fdda
ArtifactChecksum:YzE0ZDc3M2UyZGVmYTRiOWZmN2RiMmU4NWI5ZjBlYzQ=
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/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml
ArtifactUUID:55ce8623-6829-4356-af4d-657abebde325
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/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env
ArtifactUUID:3e709dd1-ade2-4536-a388-633abc5ff955
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/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env
ArtifactUUID:3e709dd1-ade2-4536-a388-633abc5ff955
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-21T12:50:33.673Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89 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-04-21T12:50:34.286Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T12:50:34.287Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-21T12:50:34.288Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-21T12:50:34.288Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: af7c912f-fe28-490e-aa09-0e8ddcf5a468 from URL: /sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:34.288Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-21T12:50:34.289Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:34.656Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-21T12:50:34.678Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar af7c912f-fe28-490e-aa09-0e8ddcf5a468 111153
2021-04-21T12:50:34.678Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar ASDC sendASDCNotification
2021-04-21T12:50:34.679Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:34.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T12:50:34.744Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:34.746Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:34.747Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009434678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:50:34.847Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:34.848Z||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-04-21T12:50:34.848Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:34.857Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:34.857Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:35.747Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T12:50:35.748Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-21T12:50:35.749Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: af7c912f-fe28-490e-aa09-0e8ddcf5a468, URL: /sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar to file: /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:35.750Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210421124806-csar.csar
2021-04-21T12:50:36.307Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:36.307Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:37.020Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13934831173709219504/Definitions/service-Vfw20210421124806-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-04-21T12:50:39.708Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||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-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||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-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||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-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||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-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 86e4b4f2-0b93 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-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||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-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||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-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||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-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 86e4b4f2-0b93 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||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-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-21T12:50:39.721Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:39.723Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:39.728Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:39.728Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-21T12:50:39.730Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T12:50:39.731Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:39.731Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:39.732Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:39.732Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-21T12:50:39.732Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T12:50:39.732Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:39.732Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:39.736Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:39.736Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is not matching search criteria
2021-04-21T12:50:39.736Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-21T12:50:39.736Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-21T12:50:39.736Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-21T12:50:39.736Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.736Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:39.738Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-21T12:50:39.738Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:39.739Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:39.739Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:50:39.739Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:39.739Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:39.739Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:50:39.739Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is not matching search criteria
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=029dc670-3c81-4ea0-b31a-09d214e15676
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6fdd6629-6663-4ac3-9637-92e988fe08a1
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2138d0e-1c4f-476f-b061-3af0294e2ca0
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:39.744Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:39.744Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:39.744Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:39.744Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:39.744Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:39.744Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:39.744Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-21 12-48-06
Description:catalog service description
Model UUID:0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89
Model Version:NULL
Model InvariantUuid:72990dde-6ef4-4f7d-890d-94231a6501cc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 86e4b4f2-0b93
Model UUID:35b41fc0-26a1-4fef-84a2-e7034fd3a76d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd7b620e-6cb2-4b5d-b1f7-616b73ec1601
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ab01ff23-1b0c-4939-a1ed-c31addd2bf38
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c826eb70-ba55-4422-899f-5e85dce5dbbb
ModelName:Vfw86e4b4f20b93..base_vfw..module-0
ModelUuid:d1a70873-fc08-45ab-9ebb-bd8f3eec1227
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:029dc670-3c81-4ea0-b31a-09d214e15676
ModelInvariantUuid:31172037-8da8-47a6-94aa-cba7bdf0d56d
ModelName:vFW 86e4b4f2-0b93-nodes.vfwCvfc
ModelUuid:8189150e-8901-4ba0-a9d7-2a722b55584a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8b3b2305-a655-4848-b141-74f087cda8a0
ModelInvariantUuid:98472050-a98f-4c63-8f90-c53d53225d27
ModelName:Vfw86e4b4f20b93.compute.nodes.heat.vfw
ModelUuid:a1708255-9475-4268-8669-06ab5639e8db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6fdd6629-6663-4ac3-9637-92e988fe08a1
ModelInvariantUuid:a9e8c7c9-54b0-4857-9f91-8b05b58dffda
ModelName:vFW 86e4b4f2-0b93-nodes.vsnCvfc
ModelUuid:abd5d32d-cac2-4efa-b784-d2863f548511
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f0ca17f5-df3f-4c57-868a-1322ccb65f6f
ModelInvariantUuid:775ff6a9-8677-458b-8486-8743aa56c85d
ModelName:Vfw86e4b4f20b93.compute.nodes.heat.vsn
ModelUuid:01dc51ea-34a6-4ad4-80ac-1fbb4a222192
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b2138d0e-1c4f-476f-b061-3af0294e2ca0
ModelInvariantUuid:c09b2b86-5c92-4f83-a30f-0600b73561a0
ModelName:vFW 86e4b4f2-0b93-nodes.vpgCvfc
ModelUuid:800e2840-08a2-49de-a5c4-acd444b7a40d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:05305892-99d2-447f-bf53-11caed79d0c9
ModelInvariantUuid:3e0bcfe6-ba49-4f96-ba04-43e67ac6d95a
ModelName:Vfw86e4b4f20b93.compute.nodes.heat.vpg
ModelUuid:5eb52414-1ce5-48dc-b0ac-deaff44272c8
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-04-21T12:50:39.772Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 8d312b52-1bfe-499e-8c09-3cfdef1739e6
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-04-21T12:50:39.974Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||vFW 86e4b4f2-0b93 0
2021-04-21T12:50:39.982Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8d312b52-1bfe-499e-8c09-3cfdef1739e6
2021-04-21T12:50:39.982Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8c1dba7d-afc8-4dfe-9fab-c5edda00fdda from URL: /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json
2021-04-21T12:50:39.983Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-21T12:50:39.983Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json
2021-04-21T12:50:40.670Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-21T12:50:40.670Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json 8c1dba7d-afc8-4dfe-9fab-c5edda00fdda 785
2021-04-21T12:50:40.671Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json ASDC sendASDCNotification
2021-04-21T12:50:40.671Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json
2021-04-21T12:50:40.671Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T12:50:40.671Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:40.674Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:40.674Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009440671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:50:40.774Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:40.775Z||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-04-21T12:50:40.775Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:40.784Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:40.784Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:41.675Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw86e4b4f20b93..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c826eb70-ba55-4422-899f-5e85dce5dbbb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d1a70873-fc08-45ab-9ebb-bd8f3eec1227",
    "vfModuleModelCustomizationUUID": "5d127458-08b4-4bc3-8d6e-0c9afeae6ad7",
    "isBase": true,
    "artifacts": [
      "55ce8623-6829-4356-af4d-657abebde325",
      "3e709dd1-ade2-4536-a388-633abc5ff955"
    ],
    "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-04-21T12:50:41.699Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw86e4b4f20b93..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d1a70873-fc08-45ab-9ebb-bd8f3eec1227
VfModuleModelInvariantUUID:c826eb70-ba55-4422-899f-5e85dce5dbbb
VfModuleModelDescription:NULL
Artifacts UUID List:{
55ce8623-6829-4356-af4d-657abebde325
,
3e709dd1-ade2-4536-a388-633abc5ff955

}
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-04-21T12:50:41.701Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw86e4b4f20b93..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c826eb70-ba55-4422-899f-5e85dce5dbbb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d1a70873-fc08-45ab-9ebb-bd8f3eec1227",
    "vfModuleModelCustomizationUUID": "5d127458-08b4-4bc3-8d6e-0c9afeae6ad7",
    "isBase": true,
    "artifacts": [
      "55ce8623-6829-4356-af4d-657abebde325",
      "3e709dd1-ade2-4536-a388-633abc5ff955"
    ],
    "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-04-21T12:50:41.702Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw86e4b4f20b93..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d1a70873-fc08-45ab-9ebb-bd8f3eec1227
VfModuleModelInvariantUUID:c826eb70-ba55-4422-899f-5e85dce5dbbb
VfModuleModelDescription:NULL
Artifacts UUID List:{
55ce8623-6829-4356-af4d-657abebde325
,
3e709dd1-ade2-4536-a388-633abc5ff955

}
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-04-21T12:50:41.702Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 55ce8623-6829-4356-af4d-657abebde325 from URL: /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml
2021-04-21T12:50:41.702Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-21T12:50:41.702Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml
2021-04-21T12:50:42.246Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-21T12:50:42.247Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml 55ce8623-6829-4356-af4d-657abebde325 20368
2021-04-21T12:50:42.248Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-21T12:50:42.248Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml
2021-04-21T12:50:42.248Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T12:50:42.248Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:42.250Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:42.251Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009442248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:50:42.351Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-21T12:50:42.351Z||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-04-21T12:50:42.352Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:42.362Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:42.362Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:43.251Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3e709dd1-ade2-4536-a388-633abc5ff955 from URL: /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env
2021-04-21T12:50:43.251Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-21T12:50:43.252Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env
2021-04-21T12:50:43.563Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-21T12:50:43.563Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env 3e709dd1-ade2-4536-a388-633abc5ff955 2098
2021-04-21T12:50:43.563Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-21T12:50:43.563Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env
2021-04-21T12:50:43.564Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T12:50:43.564Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:43.565Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:43.565Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009443563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:50:43.666Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-21T12:50:43.667Z||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-04-21T12:50:43.667Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:43.677Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:43.678Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:44.566Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89
2021-04-21T12:50:44.566Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 86e4b4f2-0b93 0 8d312b52-1bfe-499e-8c09-3cfdef1739e6 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-04-21T12:50:44.600Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.601Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:44.601Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-04-21T12:50:44.601Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ab01ff23-1b0c-4939-a1ed-c31addd2bf38
2021-04-21T12:50:44.601Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab01ff23-1b0c-4939-a1ed-c31addd2bf38 matches Tosca VF Customization UUID: ab01ff23-1b0c-4939-a1ed-c31addd2bf38
2021-04-21T12:50:44.601Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ab01ff23-1b0c-4939-a1ed-c31addd2bf38  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-04-21T12:50:44.607Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.608Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:44.609Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ab01ff23-1b0c-4939-a1ed-c31addd2bf38: {\"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-04-21T12:50:44.609Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5695f6fc
2021-04-21T12:50:44.610Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.610Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-21T12:50:44.610Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5d127458-08b4-4bc3-8d6e-0c9afeae6ad7
2021-04-21T12:50:44.613Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5d127458-08b4-4bc3-8d6e-0c9afeae6ad7
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-04-21T12:50:44.618Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.619Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:44.619Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:50:44.619Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is not matching search criteria
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:44.621Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-21T12:50:44.621Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:44.621Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-21T12:50:44.621Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:44.621Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=029dc670-3c81-4ea0-b31a-09d214e15676
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-04-21T12:50:44.627Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.627Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:44.627Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:44.629Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-21T12:50:44.629Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:44.629Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6fdd6629-6663-4ac3-9637-92e988fe08a1
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-04-21T12:50:44.631Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.632Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:44.632Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:50:44.634Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.634Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is not matching search criteria
2021-04-21T12:50:44.635Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-21T12:50:44.635Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-21T12:50:44.635Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-21T12:50:44.635Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:44.635Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:44.635Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-21T12:50:44.635Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:44.636Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-21T12:50:44.636Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-21T12:50:44.636Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:44.636Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:44.636Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-21T12:50:44.636Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2138d0e-1c4f-476f-b061-3af0294e2ca0
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-04-21T12:50:44.639Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.639Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:44.639Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:50:44.640Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.640Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:44.640Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=ab01ff23-1b0c-4939-a1ed-c31addd2bf38
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-04-21T12:50:44.642Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.642Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:44.642Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89: vFW 86e4b4f2-0b93
2021-04-21T12:50:44.642Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.642Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:44.642Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.643Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:44.643Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.643Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:44.643Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.643Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:44.643Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:50:44.643Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:44.644Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-04-21 12-48-06 
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-04-21T12:50:44.893Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 86e4b4f2-0b93 8d312b52-1bfe-499e-8c09-3cfdef1739e6 1 ASDC deployResourceStructure
2021-04-21T12:50:44.893Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json ASDC sendASDCNotification
2021-04-21T12:50:44.894Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json
2021-04-21T12:50:44.894Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T12:50:44.894Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:44.895Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:44.895Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009444893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T12:50:44.996Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:44.997Z||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-04-21T12:50:44.997Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:45.007Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:45.007Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:45.897Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-21T12:50:45.897Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml
2021-04-21T12:50:45.897Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T12:50:45.898Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:45.899Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:45.900Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009445897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-21T12:50:46.000Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:46.000Z||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-04-21T12:50:46.000Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:46.009Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:46.010Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-21T12:50:46.900Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-21T12:50:46.901Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env
2021-04-21T12:50:46.901Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T12:50:46.901Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:46.903Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:46.903Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009446900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-21T12:50:47.003Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:47.004Z||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-04-21T12:50:47.004Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:47.012Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:47.013Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:47.904Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar ASDC sendASDCNotification
2021-04-21T12:50:47.904Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:47.904Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T12:50:47.904Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:47.906Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:47.906Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009447904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T12:50:48.007Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:48.008Z||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-04-21T12:50:48.008Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:48.024Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:50:48.024Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:48.907Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T12:50:48.933Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
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-04-21T12:50:48.936Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T12:50:48.936Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T12:50:48.936Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T12:51:17.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:51:17.865Z||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-04-21T12:51:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:51:17.883Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:51:17.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-21T12:51:17.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619009420408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:51:17.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:51:18.936Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T12:51:18.946Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
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-04-21T12:51:18.949Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T12:51:18.949Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T12:51:18.949Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T12:51:48.950Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T12:51:48.970Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
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-04-21T12:51:48.973Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T12:51:48.973Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T12:51:48.974Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T12:52:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:52:17.865Z||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-04-21T12:52:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:52:17.886Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:52:17.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:52:17.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "policy-id",
  "timestamp": 1619009418929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:52:17.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:52:17.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:52:17.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "clamp",
  "timestamp": 1619009425708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:52:17.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:52:17.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:52:17.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009417861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:52:17.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:52:17.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:52:17.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009424079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:52:17.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:52:18.974Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T12:52:18.982Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
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-04-21T12:52:18.984Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T12:52:18.984Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T12:52:18.984Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T12:52:48.984Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T12:52:48.996Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
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-04-21T12:52:48.999Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T12:52:48.999Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T12:52:48.999Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T12:53:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:53:17.865Z||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-04-21T12:53:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:53:17.880Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:53:17.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009422425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009417144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619009420408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "policy-id",
  "timestamp": 1619009418929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "clamp",
  "timestamp": 1619009425708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009424079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009417861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "dcae-sch",
  "timestamp": 1619009427478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009422425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009417144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619009420408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "clamp",
  "timestamp": 1619009425708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "policy-id",
  "timestamp": 1619009418929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009424079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009417861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "dcae-sch",
  "timestamp": 1619009427478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009422425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619009420408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009417144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "policy-id",
  "timestamp": 1619009418929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "clamp",
  "timestamp": 1619009425708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009424079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009417861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "dcae-sch",
  "timestamp": 1619009427478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009422425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009417144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "policy-id",
  "timestamp": 1619009418929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619009420408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "clamp",
  "timestamp": 1619009425708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009424079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009417861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009430271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "dcae-sch",
  "timestamp": 1619009427478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009422425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619009420408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009417144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "policy-id",
  "timestamp": 1619009418929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "clamp",
  "timestamp": 1619009425708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009424079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009417861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009430271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "dcae-sch",
  "timestamp": 1619009427478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009422425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009417144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619009420408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "clamp",
  "timestamp": 1619009425708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009424079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009417861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "policy-id",
  "timestamp": 1619009418929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009430271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "dcae-sch",
  "timestamp": 1619009427478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009430271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "dcae-sch",
  "timestamp": 1619009427478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009434226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009434240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009434265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "policy-id",
  "timestamp": 1619009434240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009434678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009430271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "policy-id",
  "timestamp": 1619009435247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009435459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009435556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009430271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "policy-id",
  "timestamp": 1619009436251,
  "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-04-21T12:53:17.918Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f283ed1-2eda-475f-b83d-a7c505ac5d67
2021-04-21T12:53:17.919Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f283ed1-2eda-475f-b83d-a7c505ac5d67 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-04-21T12:53:17.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009436653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009436811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009430271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:53:17.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:17.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009437657,
  "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-04-21T12:53:17.938Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f283ed1-2eda-475f-b83d-a7c505ac5d67
2021-04-21T12:53:17.938Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f283ed1-2eda-475f-b83d-a7c505ac5d67 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-04-21T12:53:17.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009438221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009438664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:17.947Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009438958,
  "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-04-21T12:53:17.952Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f283ed1-2eda-475f-b83d-a7c505ac5d67
2021-04-21T12:53:17.953Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f283ed1-2eda-475f-b83d-a7c505ac5d67 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-04-21T12:53:17.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009439363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009439820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009439969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009440368,
  "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-04-21T12:53:17.963Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f283ed1-2eda-475f-b83d-a7c505ac5d67
2021-04-21T12:53:17.964Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f283ed1-2eda-475f-b83d-a7c505ac5d67 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-04-21T12:53:17.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009440671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009441407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.973Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009442248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009442413,
  "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-04-21T12:53:17.979Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f283ed1-2eda-475f-b83d-a7c505ac5d67
2021-04-21T12:53:17.980Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f283ed1-2eda-475f-b83d-a7c505ac5d67 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-04-21T12:53:17.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "clamp",
  "timestamp": 1619009443337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009443416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009443563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "clamp",
  "timestamp": 1619009444419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009444893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:17.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "clamp",
  "timestamp": 1619009445429,
  "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-04-21T12:53:17.992Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f283ed1-2eda-475f-b83d-a7c505ac5d67
2021-04-21T12:53:17.992Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f283ed1-2eda-475f-b83d-a7c505ac5d67 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-04-21T12:53:18.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009445897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "aai-ml",
  "timestamp": 1619009445874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009446900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "aai-ml",
  "timestamp": 1619009445874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009447904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "aai-ml",
  "timestamp": 1619009445874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "aai-ml",
  "timestamp": 1619009445874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009442425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "dcae-sch",
  "timestamp": 1619009447478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619009440408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009447144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009444079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "aai-ml",
  "timestamp": 1619009445874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009444079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009442425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009447144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "dcae-sch",
  "timestamp": 1619009447478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619009440408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009450271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "aai-ml",
  "timestamp": 1619009445874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009447144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009444079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619009440408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009442425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "dcae-sch",
  "timestamp": 1619009447478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009450271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "aai-ml",
  "timestamp": 1619009445874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009447144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619009440408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009442425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009444079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "dcae-sch",
  "timestamp": 1619009447478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009450271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619009440408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009444079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009447144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "dcae-sch",
  "timestamp": 1619009447478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009442425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "aai-ml",
  "timestamp": 1619009453825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009450271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009447144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009444079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619009440408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009442425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "dcae-sch",
  "timestamp": 1619009447478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009450271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009444079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619009440408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009447144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009442425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "dcae-sch",
  "timestamp": 1619009447478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009450271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "clamp",
  "timestamp": 1619009455708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009450271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009456996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009457005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009457023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "clamp",
  "timestamp": 1619009455708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009458068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009458159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009458189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "clamp",
  "timestamp": 1619009455708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009459127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009459227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "clamp",
  "timestamp": 1619009455708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009459349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009459369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.014Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "policy-id",
  "timestamp": 1619009458929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619009460130,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T12:53:18.027Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2013c240-5183-4bd6-8272-a898e1e1ebdd
2021-04-21T12:53:18.027Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2013c240-5183-4bd6-8272-a898e1e1ebdd 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-04-21T12:53:18.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "clamp",
  "timestamp": 1619009455708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009460372,
  "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-04-21T12:53:18.041Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2013c240-5183-4bd6-8272-a898e1e1ebdd
2021-04-21T12:53:18.041Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2013c240-5183-4bd6-8272-a898e1e1ebdd 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-04-21T12:53:18.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009460395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009460446,
  "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-04-21T12:53:18.057Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2013c240-5183-4bd6-8272-a898e1e1ebdd
2021-04-21T12:53:18.058Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2013c240-5183-4bd6-8272-a898e1e1ebdd 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-04-21T12:53:18.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "policy-id",
  "timestamp": 1619009458929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "clamp",
  "timestamp": 1619009455708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619009461374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:18.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009461398,
  "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-04-21T12:53:18.070Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2013c240-5183-4bd6-8272-a898e1e1ebdd
2021-04-21T12:53:18.070Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2013c240-5183-4bd6-8272-a898e1e1ebdd 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-04-21T12:53:18.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619009461451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "policy-id",
  "timestamp": 1619009458929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "clamp",
  "timestamp": 1619009455708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619009462402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "policy-id",
  "timestamp": 1619009458929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "policy-id",
  "timestamp": 1619009458929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "policy-id",
  "timestamp": 1619009458929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "policy-id",
  "timestamp": 1619009458929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "policy-id",
  "timestamp": 1619009466911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.079Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "policy-id",
  "timestamp": 1619009467915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:18.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "clamp",
  "timestamp": 1619009468121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "policy-id",
  "timestamp": 1619009468917,
  "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-04-21T12:53:18.085Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2013c240-5183-4bd6-8272-a898e1e1ebdd
2021-04-21T12:53:18.086Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2013c240-5183-4bd6-8272-a898e1e1ebdd 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-04-21T12:53:18.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "clamp",
  "timestamp": 1619009469139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:18.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "clamp",
  "timestamp": 1619009470142,
  "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-04-21T12:53:18.098Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2013c240-5183-4bd6-8272-a898e1e1ebdd
2021-04-21T12:53:18.099Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2013c240-5183-4bd6-8272-a898e1e1ebdd 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-04-21T12:53:18.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "aai-ml",
  "timestamp": 1619009472626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T12:53:18.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "aai-ml",
  "timestamp": 1619009473631,
  "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-04-21T12:53:18.112Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f283ed1-2eda-475f-b83d-a7c505ac5d67
2021-04-21T12:53:18.112Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f283ed1-2eda-475f-b83d-a7c505ac5d67 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-04-21T12:53:18.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "aai-ml",
  "timestamp": 1619009475874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "aai-ml",
  "timestamp": 1619009475874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:53:18.999Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T12:53:19.008Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
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-04-21T12:53:19.012Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T12:53:19.012Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-21T12:53:19.013Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-21T12:53:19.013Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-21T12:53:19.013Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T12:53:19.013Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T12:53:19.013Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T12:53:19.013Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T12:53:19.013Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T12:53:19.013Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||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-04-21T12:53:19.019Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-21T12:53:49.019Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67 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-04-21T12:53:49.030Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67 and serviceModelVersionId: 0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89
2021-04-21T12:53:49.030Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 72990dde-6ef4-4f7d-890d-94231a6501cc
2021-04-21T12:54:08.585Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/72990dde-6ef4-4f7d-890d-94231a6501cc/model-vers/model-ver/0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89?depth=0
2021-04-21T12:54:08.745Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-21T12:54:09.210Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72990dde-6ef4-4f7d-890d-94231a6501cc/model-vers/model-ver/0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89?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-04-21T12:54:09.214Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72990dde-6ef4-4f7d-890d-94231a6501cc/model-vers/model-ver/0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89?depth=0|INFO|500||Invoke
2021-04-21T12:54:09.525Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72990dde-6ef4-4f7d-890d-94231a6501cc/model-vers/model-ver/0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-21T12:54:09.716Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72990dde-6ef4-4f7d-890d-94231a6501cc/model-vers/model-ver/0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89?depth=0|INFO|500||InvokeReturn
2021-04-21T12:54:09.717Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72990dde-6ef4-4f7d-890d-94231a6501cc/model-vers/model-ver/0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210421-12:54:09:546-95122], vertex-id=[389232], Content-Length=[0], Date=[Wed, 21 Apr 2021 12:54:09 GMT], Content-Type=[application/json]}
2021-04-21T12:54:09.717Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-04-21T12:54:09.721Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-21T12:54:09.721Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||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-04-21T12:54:09.725Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||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-04-21T12:54:09.734Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f283ed1-2eda-475f-b83d-a7c505ac5d67 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-21T12:54:09.735Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-21T12:54:09.735Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:09.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:09.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009649734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T12:54:09.838Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-21T12:54:09.839Z||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-04-21T12:54:09.839Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:09.852Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:09.853Z||pool-18-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-04-21T12:54:10.750Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:54:10.751Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|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-04-21T12:54:10.751Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:15.096Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:15.098Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-21T12:54:15.098Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2013c240-5183-4bd6-8272-a898e1e1ebdd","serviceName":"basic_onboard_OgPRlO","serviceVersion":"1.0","serviceUUID":"f58863a4-508d-4011-a387-bed9339a265f","serviceDescription":"service","serviceInvariantUUID":"e2116a36-9dac-41fc-a475-1f2c719f9bd6","resources":[{"resourceInstanceName":"basic_onboard_OgPRlO 0","resourceName":"basic_onboard_OgPRlO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"634bd5dd-d445-424e-a84a-a4b9319ac8cb","resourceInvariantUUID":"bff8691e-2003-47ee-abce-2048e6866773","resourceCustomizationUUID":"bbaaaae5-97f6-4bb0-809a-025e3153f4c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml","artifactChecksum":"NTQzNGYyOTU4MzAwZjgzZTk1ZThkMWE0MWRlZDljZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3bfa249f-941a-4649-bb23-467dacfb433c","artifactVersion":"1"},{"artifactName":"basic_onboard_ogprlo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json","artifactChecksum":"NTMzOGUxNjgxZjdmNDc5NTgzNzNmZGY0YzA1YTU5NTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d918cffa-320a-4a44-b631-40b1faabe594","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1725003-6c65-4365-9184-ac34aaadbb9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c2961c01-d52e-4655-8eb2-2a4e06d0feaa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"00cb57c2-fb5d-4483-b742-7ae9fbf45899","artifactVersion":"2","generatedFromUUID":"c1725003-6c65-4365-9184-ac34aaadbb9e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOgprlo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml","artifactChecksum":"MzIwMDQ5MjhiMmFlODhmYWI2NGU1MzUzM2NiNzY2NGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"baef2bba-3ade-4cb8-805d-48293578a82b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOgprlo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar","artifactChecksum":"Y2M2Y2U1MmFlOTYwNTUzMjcxNGU4NWNiNjcxYWFjMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2aab2201-1d01-4def-8c3f-86da0d9278b3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-21T12:54:15.101Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:54:15.102Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:15.103Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:15.103Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009650750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:54:15.204Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:15.204Z||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-04-21T12:54:15.204Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:15.215Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:15.215Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:16.104Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:54:16.105Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:16.107Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:16.108Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009650750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T12:54:16.208Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-21T12:54:16.208Z||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-04-21T12:54:16.208Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:16.218Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:16.219Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:17.109Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:54:17.110Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:17.112Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:17.112Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009650750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-21T12:54:17.212Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:17.213Z||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-04-21T12:54:17.213Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:17.224Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:17.225Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:54:17.866Z||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-04-21T12:54:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:17.885Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:17.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:54:17.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "aai-ml",
  "timestamp": 1619009475874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:54:17.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:54:17.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:54:17.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "aai-ml",
  "timestamp": 1619009475874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "aai-ml",
  "timestamp": 1619009475874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "aai-ml",
  "timestamp": 1619009475874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "aai-ml",
  "timestamp": 1619009475874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "aai-ml",
  "timestamp": 1619009483679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:54:17.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:54:17.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "aai-ml",
  "timestamp": 1619009489378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T12:54:17.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:54:17.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:54:17.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "aai-ml",
  "timestamp": 1619009490382,
  "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-04-21T12:54:17.893Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2013c240-5183-4bd6-8272-a898e1e1ebdd
2021-04-21T12:54:17.893Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2013c240-5183-4bd6-8272-a898e1e1ebdd 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-04-21T12:54:18.112Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:54:18.113Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:18.115Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:18.115Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009650750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:54:18.216Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-21T12:54:18.217Z||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-04-21T12:54:18.217Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:18.228Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:18.228Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-21T12:54:19.116Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:54:19.117Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:19.119Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:19.119Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009650750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-21T12:54:19.220Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:19.220Z||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-04-21T12:54:19.221Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:19.230Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:19.230Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:20.120Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:54:20.121Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:20.124Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:20.125Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009650750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:54:20.225Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:20.225Z||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-04-21T12:54:20.226Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:20.234Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:20.234Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:21.125Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:54:21.126Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:21.128Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:21.128Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009650750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:54:21.228Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:21.229Z||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-04-21T12:54:21.229Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:21.239Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:21.240Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:22.130Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "serviceName": "basic_onboard_OgPRlO",
  "serviceVersion": "1.0",
  "serviceUUID": "f58863a4-508d-4011-a387-bed9339a265f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e2116a36-9dac-41fc-a475-1f2c719f9bd6",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OgPRlO 0",
      "resourceCustomizationUUID": "bbaaaae5-97f6-4bb0-809a-025e3153f4c3",
      "resourceName": "basic_onboard_OgPRlO",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "634bd5dd-d445-424e-a84a-a4b9319ac8cb",
      "resourceInvariantUUID": "bff8691e-2003-47ee-abce-2048e6866773",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ogprlo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
          "artifactChecksum": "NTMzOGUxNjgxZjdmNDc5NTgzNzNmZGY0YzA1YTU5NTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d918cffa-320a-4a44-b631-40b1faabe594",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c1725003-6c65-4365-9184-ac34aaadbb9e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "00cb57c2-fb5d-4483-b742-7ae9fbf45899",
            "generatedFromUUID": "c1725003-6c65-4365-9184-ac34aaadbb9e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "00cb57c2-fb5d-4483-b742-7ae9fbf45899",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOgprlo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
      "artifactChecksum": "Y2M2Y2U1MmFlOTYwNTUzMjcxNGU4NWNiNjcxYWFjMjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2aab2201-1d01-4def-8c3f-86da0d9278b3"
    }
  ],
  "workloadContext": "Production"
}
2021-04-21T12:54:22.130Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-21T12:54:22.131Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f58863a4-508d-4011-a387-bed9339a265f ASDC
2021-04-21T12:54:22.131Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2013c240-5183-4bd6-8272-a898e1e1ebdd
ServiceName:basic_onboard_OgPRlO
ServiceVersion:1.0
ServiceUUID:f58863a4-508d-4011-a387-bed9339a265f
ServiceInvariantUUID:e2116a36-9dac-41fc-a475-1f2c719f9bd6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOgprlo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar
ArtifactUUID:2aab2201-1d01-4def-8c3f-86da0d9278b3
ArtifactChecksum:Y2M2Y2U1MmFlOTYwNTUzMjcxNGU4NWNiNjcxYWFjMjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OgPRlO 0
ResourceCustomizationUUID:bbaaaae5-97f6-4bb0-809a-025e3153f4c3
ResourceInvariantUUID:bff8691e-2003-47ee-abce-2048e6866773
ResourceName:basic_onboard_OgPRlO
ResourceType:VF
ResourceUUID:634bd5dd-d445-424e-a84a-a4b9319ac8cb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ogprlo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json
ArtifactUUID:d918cffa-320a-4a44-b631-40b1faabe594
ArtifactChecksum:NTMzOGUxNjgxZjdmNDc5NTgzNzNmZGY0YzA1YTU5NTM=
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/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c1725003-6c65-4365-9184-ac34aaadbb9e
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/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env
ArtifactUUID:00cb57c2-fb5d-4483-b742-7ae9fbf45899
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/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env
ArtifactUUID:00cb57c2-fb5d-4483-b742-7ae9fbf45899
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-21T12:54:22.132Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f58863a4-508d-4011-a387-bed9339a265f 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-04-21T12:54:22.170Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T12:54:22.170Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-21T12:54:22.170Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-21T12:54:22.171Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2aab2201-1d01-4def-8c3f-86da0d9278b3 from URL: /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:22.171Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-21T12:54:22.171Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:22.350Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-21T12:54:22.355Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar 2aab2201-1d01-4def-8c3f-86da0d9278b3 75677
2021-04-21T12:54:22.356Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar ASDC sendASDCNotification
2021-04-21T12:54:22.356Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:22.356Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T12:54:22.356Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:22.359Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:22.359Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009662356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:54:22.508Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:22.509Z||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-04-21T12:54:22.509Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:22.518Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:22.518Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:23.408Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T12:54:23.409Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-21T12:54:23.410Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2aab2201-1d01-4def-8c3f-86da0d9278b3, URL: /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar to file: /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:23.410Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:23.411Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:23.411Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:23.595Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16463467947256595477/Definitions/service-BasicOnboardOgprlo-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-04-21T12:54:24.821Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OgPRlO 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||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-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||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-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||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-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||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-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||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-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||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-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OgPRlO 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-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:24.824Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-21T12:54:24.824Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T12:54:24.824Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:24.824Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:24.824Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:24.824Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is not matching search criteria
2021-04-21T12:54:24.824Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-21T12:54:24.825Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-21T12:54:24.825Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-21T12:54:24.825Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-21T12:54:24.825Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-21T12:54:24.825Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:24.825Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-21T12:54:24.825Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:24.825Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:24.826Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:54:24.826Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:24.826Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:24.826Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:54:24.826Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:24.826Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:24.826Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:54:24.827Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:24.827Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is not matching search criteria
2021-04-21T12:54:24.827Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-21T12:54:24.827Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-21T12:54:24.827Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=df94228a-97d6-405f-9a44-b298444165ab
2021-04-21T12:54:24.827Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:24.827Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:24.827Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:24.828Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:24.828Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:24.828Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:24.828Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:24.828Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:24.828Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_OgPRlO
Description:service
Model UUID:f58863a4-508d-4011-a387-bed9339a265f
Model Version:NULL
Model InvariantUuid:e2116a36-9dac-41fc-a475-1f2c719f9bd6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_OgPRlO
Model UUID:4ccd348c-9736-46c1-bde6-51f003dba7a5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bff8691e-2003-47ee-abce-2048e6866773
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbaaaae5-97f6-4bb0-809a-025e3153f4c3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:379a5eb4-e706-46fe-9168-64124a0a416d
ModelName:BasicOnboardOgprlo..base_ubuntu18..module-0
ModelUuid:9a7a2208-8a8c-4a1c-8b98-81c459d76323
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:df94228a-97d6-405f-9a44-b298444165ab
ModelInvariantUuid:9cd55a8b-086d-46c8-acd3-9dc18ed20d81
ModelName:basic_onboard_OgPRlO-nodes.ubuntu18Cvfc
ModelUuid:34ba03d0-7f3c-4a8a-a54e-75ad48a0df20
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:1664eadb-a64a-406d-99e8-a42f4b46ea75
ModelInvariantUuid:4aa18cb7-10f5-4bdf-8439-e7b7c6e58c11
ModelName:BasicOnboardOgprlo.compute.nodes.heat.ubuntu18
ModelUuid:b33cd0de-3063-4d3e-9eed-56fec0c7657a
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-04-21T12:54:24.835Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 634bd5dd-d445-424e-a84a-a4b9319ac8cb
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-04-21T12:54:24.840Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||basic_onboard_OgPRlO 0
2021-04-21T12:54:24.840Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 634bd5dd-d445-424e-a84a-a4b9319ac8cb
2021-04-21T12:54:24.840Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d918cffa-320a-4a44-b631-40b1faabe594 from URL: /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json
2021-04-21T12:54:24.840Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-21T12:54:24.840Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json
2021-04-21T12:54:25.024Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-21T12:54:25.024Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json d918cffa-320a-4a44-b631-40b1faabe594 798
2021-04-21T12:54:25.024Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json ASDC sendASDCNotification
2021-04-21T12:54:25.024Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json
2021-04-21T12:54:25.024Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T12:54:25.025Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:25.026Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:25.027Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009665024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:54:25.127Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:25.128Z||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-04-21T12:54:25.128Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:25.141Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:25.141Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:26.028Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOgprlo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "379a5eb4-e706-46fe-9168-64124a0a416d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a7a2208-8a8c-4a1c-8b98-81c459d76323",
    "vfModuleModelCustomizationUUID": "c21dd0de-4f30-49f2-91d2-9abff86ef835",
    "isBase": true,
    "artifacts": [
      "c1725003-6c65-4365-9184-ac34aaadbb9e",
      "00cb57c2-fb5d-4483-b742-7ae9fbf45899"
    ],
    "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-04-21T12:54:26.034Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOgprlo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a7a2208-8a8c-4a1c-8b98-81c459d76323
VfModuleModelInvariantUUID:379a5eb4-e706-46fe-9168-64124a0a416d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1725003-6c65-4365-9184-ac34aaadbb9e
,
00cb57c2-fb5d-4483-b742-7ae9fbf45899

}
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-04-21T12:54:26.038Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOgprlo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "379a5eb4-e706-46fe-9168-64124a0a416d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a7a2208-8a8c-4a1c-8b98-81c459d76323",
    "vfModuleModelCustomizationUUID": "c21dd0de-4f30-49f2-91d2-9abff86ef835",
    "isBase": true,
    "artifacts": [
      "c1725003-6c65-4365-9184-ac34aaadbb9e",
      "00cb57c2-fb5d-4483-b742-7ae9fbf45899"
    ],
    "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-04-21T12:54:26.038Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOgprlo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a7a2208-8a8c-4a1c-8b98-81c459d76323
VfModuleModelInvariantUUID:379a5eb4-e706-46fe-9168-64124a0a416d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1725003-6c65-4365-9184-ac34aaadbb9e
,
00cb57c2-fb5d-4483-b742-7ae9fbf45899

}
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-04-21T12:54:26.038Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c1725003-6c65-4365-9184-ac34aaadbb9e from URL: /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml
2021-04-21T12:54:26.038Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-21T12:54:26.038Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml
2021-04-21T12:54:26.192Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-21T12:54:26.193Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml c1725003-6c65-4365-9184-ac34aaadbb9e 5033
2021-04-21T12:54:26.193Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-21T12:54:26.193Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml
2021-04-21T12:54:26.194Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T12:54:26.194Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:26.197Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:26.197Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009666193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:54:26.297Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:26.298Z||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-04-21T12:54:26.298Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:26.307Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:26.307Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:27.198Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 00cb57c2-fb5d-4483-b742-7ae9fbf45899 from URL: /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env
2021-04-21T12:54:27.198Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-21T12:54:27.199Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env
2021-04-21T12:54:27.337Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-21T12:54:27.338Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env 00cb57c2-fb5d-4483-b742-7ae9fbf45899 909
2021-04-21T12:54:27.338Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-21T12:54:27.338Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env
2021-04-21T12:54:27.338Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T12:54:27.338Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:27.340Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:27.340Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009667338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:54:27.440Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:27.441Z||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-04-21T12:54:27.441Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:27.451Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:27.452Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:28.341Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f58863a4-508d-4011-a387-bed9339a265f
2021-04-21T12:54:28.341Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OgPRlO 0 634bd5dd-d445-424e-a84a-a4b9319ac8cb 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-04-21T12:54:28.357Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:28.357Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:28.358Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-04-21T12:54:28.358Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= bbaaaae5-97f6-4bb0-809a-025e3153f4c3
2021-04-21T12:54:28.358Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bbaaaae5-97f6-4bb0-809a-025e3153f4c3 matches Tosca VF Customization UUID: bbaaaae5-97f6-4bb0-809a-025e3153f4c3
2021-04-21T12:54:28.358Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: bbaaaae5-97f6-4bb0-809a-025e3153f4c3  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-04-21T12:54:28.360Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:28.360Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:28.361Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id bbaaaae5-97f6-4bb0-809a-025e3153f4c3: {\"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-04-21T12:54:28.361Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2509193f
2021-04-21T12:54:28.361Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:28.361Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-21T12:54:28.361Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c21dd0de-4f30-49f2-91d2-9abff86ef835
2021-04-21T12:54:28.361Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c21dd0de-4f30-49f2-91d2-9abff86ef835
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-04-21T12:54:28.364Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:28.364Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:28.364Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:54:28.364Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:28.364Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:28.364Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:54:28.365Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:28.365Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is not matching search criteria
2021-04-21T12:54:28.365Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-21T12:54:28.365Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-21T12:54:28.365Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=df94228a-97d6-405f-9a44-b298444165ab
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-04-21T12:54:28.367Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:28.367Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:28.367Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:54:28.367Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:28.367Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:28.368Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0] matching following query criteria: sdcType=VF, customizationUUID=bbaaaae5-97f6-4bb0-809a-025e3153f4c3
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-04-21T12:54:28.369Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:28.369Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:28.369Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f58863a4-508d-4011-a387-bed9339a265f: basic_onboard_OgPRlO
2021-04-21T12:54:28.369Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_OgPRlO 
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-04-21T12:54:28.449Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OgPRlO 634bd5dd-d445-424e-a84a-a4b9319ac8cb 1 ASDC deployResourceStructure
2021-04-21T12:54:28.449Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json ASDC sendASDCNotification
2021-04-21T12:54:28.449Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json
2021-04-21T12:54:28.449Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T12:54:28.450Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:28.451Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:28.451Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009668449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T12:54:28.552Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:28.553Z||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-04-21T12:54:28.553Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:28.563Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:28.564Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:29.453Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-21T12:54:29.453Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml
2021-04-21T12:54:29.453Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T12:54:29.454Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:29.456Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:29.457Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009669452,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-21T12:54:29.557Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:29.558Z||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-04-21T12:54:29.558Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:29.567Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:29.568Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:30.458Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-21T12:54:30.458Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env
2021-04-21T12:54:30.458Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T12:54:30.459Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:30.460Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:30.461Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009670457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-21T12:54:30.561Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:30.561Z||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-04-21T12:54:30.562Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:30.572Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:30.572Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:31.462Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar ASDC sendASDCNotification
2021-04-21T12:54:31.462Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:31.462Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T12:54:31.462Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:31.464Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:31.464Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009671461,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T12:54:31.564Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:31.565Z||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-04-21T12:54:31.565Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:31.574Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:54:31.575Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:32.465Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2013c240-5183-4bd6-8272-a898e1e1ebdd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T12:54:32.475Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2013c240-5183-4bd6-8272-a898e1e1ebdd
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-04-21T12:54:32.477Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||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-04-21T12:54:32.482Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-21T12:55:02.483Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2013c240-5183-4bd6-8272-a898e1e1ebdd 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-04-21T12:55:02.488Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2013c240-5183-4bd6-8272-a898e1e1ebdd and serviceModelVersionId: f58863a4-508d-4011-a387-bed9339a265f
2021-04-21T12:55:02.488Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2116a36-9dac-41fc-a475-1f2c719f9bd6
2021-04-21T12:55:02.489Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?depth=0
2021-04-21T12:55:02.493Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-21T12:55:02.528Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?depth=0|INFO|500||Invoke
2021-04-21T12:55:02.529Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2013c240-5183-4bd6-8272-a898e1e1ebdd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[61363086-a403-454a-bc60-ad86bce572b3], X-ECOMP-RequestID=[2013c240-5183-4bd6-8272-a898e1e1ebdd], X-TransactionId=[], X-ONAP-RequestID=[2013c240-5183-4bd6-8272-a898e1e1ebdd], Content-Type=[application/merge-patch+json]}
2021-04-21T12:55:02.558Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-21T12:55:02.645Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?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/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210421-12:55:02:577-63496], vertex-id=[192536], Content-Length=[0], Date=[Wed, 21 Apr 2021 12:55:02 GMT], Content-Type=[application/json]}
2021-04-21T12:55:02.646Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-21T12:55:02.646Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?depth=0|INFO|500||InvokeReturn
2021-04-21T12:55:02.647Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-21T12:55:02.647Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||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-04-21T12:55:02.651Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||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-04-21T12:55:02.652Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2013c240-5183-4bd6-8272-a898e1e1ebdd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-21T12:55:02.652Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-21T12:55:02.652Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:55:02.654Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:55:02.654Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009702652,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T12:55:02.754Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:55:02.755Z||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-04-21T12:55:02.755Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:55:02.769Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:55:02.770Z||pool-34-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-04-21T12:55:03.664Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:55:03.664Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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-04-21T12:55:03.665Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:55:13.207Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:55:13.208Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:55:13.209Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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-04-21T12:55:13.209Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:55:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:55:17.865Z||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-04-21T12:55:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:55:17.881Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:55:17.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:55:17.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009649734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T12:55:17.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:55:17.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:55:17.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009650750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:55:17.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:55:17.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:55:17.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009650750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T12:55:17.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:55:17.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:55:17.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009650750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-21T12:55:17.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:55:22.752Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:55:22.752Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:55:22.753Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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-04-21T12:55:22.753Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:55:32.294Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:55:32.295Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:55:32.296Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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-04-21T12:55:32.296Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:55:41.832Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:56:17.861Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:56:17.863Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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-04-21T12:56:17.863Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:56:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:56:17.865Z||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-04-21T12:56:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:56:17.883Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:56:17.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:56:17.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009650750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:56:17.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:56:27.414Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:57:17.861Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:57:17.862Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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-04-21T12:57:17.862Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:57:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:57:17.865Z||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-04-21T12:57:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:57:18.384Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:57:18.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009650750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-21T12:57:18.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:57:18.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009650750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T12:57:18.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:57:18.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009650750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T12:57:18.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T12:57:18.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009662356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:57:18.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:18.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009665024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:57:18.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:18.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009666193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:57:18.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009667338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009668449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009669452,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009670457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-21T12:57:18.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:18.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009671461,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T12:57:18.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:18.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619009702652,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T12:57:18.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:27.410Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:58:17.861Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:58:17.862Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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-04-21T12:58:17.863Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:58:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:58:17.865Z||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-04-21T12:58:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:58:27.403Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:58:27.406Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:59:17.861Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:59:17.862Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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-04-21T12:59:17.862Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:59:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:59:17.865Z||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-04-21T12:59:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:59:27.412Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T12:59:27.416Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:00:17.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:00:17.862Z||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-04-21T13:00:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:00:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:00:17.865Z||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-04-21T13:00:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:00:27.400Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:00:27.400Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:01:17.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:01:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:01:17.866Z||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-04-21T13:01:17.866Z||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-04-21T13:01:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:18.488Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:01:18.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"986430dd-8b17-4cec-b0c2-5b85289e84c8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"be5abcdf-0e39-4d06-a8f1-717aa5b69821","serviceDescription":"service","serviceInvariantUUID":"a2a71eac-18c8-4fe9-830c-02cd5a69ee7f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"81f62c77-d3a7-4ddb-9793-52c4dda1170c","resourceInvariantUUID":"c6c08072-9271-4c2d-bff5-745258c03f35","resourceCustomizationUUID":"6e642852-817b-45e2-90f0-1a20ec9c2fb2","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":"YTMyODIyNTVjNzgzNjMxOTAzMmIzOTE2Y2EzYTQwOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ccc6bbb5-c33b-4a98-97a4-7fc6b24e886e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2M3ZjU4OTFiNWQ0Mzg3YzY3Nzk0YzE0ZTlkNGI1NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c33abe44-094f-40ed-a116-12d5d820b43b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-21T13:01:18.491Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:01:18.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010022425,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.492Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:01:18.492Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:18.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "clamp",
  "timestamp": 1619010025708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010020408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010024079,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "dcae-sch",
  "timestamp": 1619010027478,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "policy-id",
  "timestamp": 1619010018929,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010022425,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010020408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010024079,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "clamp",
  "timestamp": 1619010025708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "dcae-sch",
  "timestamp": 1619010027478,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "policy-id",
  "timestamp": 1619010018929,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010030271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "policy-id",
  "timestamp": 1619010031149,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:01:18.495Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:01:18.495Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010030271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "policy-id",
  "timestamp": 1619010032153,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:01:18.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "policy-id",
  "timestamp": 1619010033157,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T13:01:18.512Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 986430dd-8b17-4cec-b0c2-5b85289e84c8
2021-04-21T13:01:18.513Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 986430dd-8b17-4cec-b0c2-5b85289e84c8 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-04-21T13:01:18.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "clamp",
  "timestamp": 1619010035716,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:01:18.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:01:18.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "clamp",
  "timestamp": 1619010036734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:01:18.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:01:18.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "clamp",
  "timestamp": 1619010037738,
  "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-04-21T13:01:18.528Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 986430dd-8b17-4cec-b0c2-5b85289e84c8
2021-04-21T13:01:18.528Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 986430dd-8b17-4cec-b0c2-5b85289e84c8 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-04-21T13:01:18.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "aai-ml",
  "timestamp": 1619010045874,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "aai-ml",
  "timestamp": 1619010045874,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010047144,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "aai-ml",
  "timestamp": 1619010048686,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010047144,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010050011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010051445,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "aai-ml",
  "timestamp": 1619010051973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010052449,
  "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-04-21T13:01:18.545Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 986430dd-8b17-4cec-b0c2-5b85289e84c8
2021-04-21T13:01:18.545Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 986430dd-8b17-4cec-b0c2-5b85289e84c8 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-04-21T13:01:18.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "aai-ml",
  "timestamp": 1619010052976,
  "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-04-21T13:01:18.560Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 986430dd-8b17-4cec-b0c2-5b85289e84c8
2021-04-21T13:01:18.560Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 986430dd-8b17-4cec-b0c2-5b85289e84c8 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-04-21T13:01:18.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "dcae-sch",
  "timestamp": 1619010067478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "aai-ml",
  "timestamp": 1619010075874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "dcae-sch",
  "timestamp": 1619010067478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "aai-ml",
  "timestamp": 1619010075874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010077144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:01:18.595Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:18.596Z||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-04-21T13:01:18.597Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:18.606Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:01:18.606Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-21T13:01:19.495Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:01:19.496Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:19.498Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:19.498Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:01:19.598Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:19.607Z||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-04-21T13:01:19.608Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:19.617Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:01:19.617Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:01:20.499Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "be5abcdf-0e39-4d06-a8f1-717aa5b69821",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a2a71eac-18c8-4fe9-830c-02cd5a69ee7f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "6e642852-817b-45e2-90f0-1a20ec9c2fb2",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "81f62c77-d3a7-4ddb-9793-52c4dda1170c",
      "resourceInvariantUUID": "c6c08072-9271-4c2d-bff5-745258c03f35",
      "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": "M2M3ZjU4OTFiNWQ0Mzg3YzY3Nzk0YzE0ZTlkNGI1NjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c33abe44-094f-40ed-a116-12d5d820b43b"
    }
  ],
  "workloadContext": "Production"
}
2021-04-21T13:01:20.499Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-21T13:01:20.499Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 be5abcdf-0e39-4d06-a8f1-717aa5b69821 ASDC
2021-04-21T13:01:20.499Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:986430dd-8b17-4cec-b0c2-5b85289e84c8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:be5abcdf-0e39-4d06-a8f1-717aa5b69821
ServiceInvariantUUID:a2a71eac-18c8-4fe9-830c-02cd5a69ee7f
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:c33abe44-094f-40ed-a116-12d5d820b43b
ArtifactChecksum:M2M3ZjU4OTFiNWQ0Mzg3YzY3Nzk0YzE0ZTlkNGI1NjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6e642852-817b-45e2-90f0-1a20ec9c2fb2
ResourceInvariantUUID:c6c08072-9271-4c2d-bff5-745258c03f35
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:81f62c77-d3a7-4ddb-9793-52c4dda1170c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-21T13:01:20.500Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF be5abcdf-0e39-4d06-a8f1-717aa5b69821 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-04-21T13:01:20.526Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T13:01:20.527Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:01:20.527Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:01:20.527Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c33abe44-094f-40ed-a116-12d5d820b43b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-21T13:01:20.527Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:01:20.528Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-21T13:01:20.727Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:01:20.730Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c33abe44-094f-40ed-a116-12d5d820b43b 53012
2021-04-21T13:01:20.730Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-21T13:01:20.730Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-21T13:01:20.730Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:01:20.730Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:20.733Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:20.733Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010080730,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:01:20.833Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:20.834Z||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-04-21T13:01:20.834Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:20.844Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:01:20.844Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-21T13:01:21.733Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T13:01:21.734Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:01:21.735Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c33abe44-094f-40ed-a116-12d5d820b43b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-21T13:01:21.735Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-21T13:01:21.735Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-21T13:01:21.735Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-21T13:01:21.872Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5352303544608414061/Definitions/service-BasicNetwork-template.yml
2021-04-21T13:01:22.256Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-21T13:01:22.256Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-21T13:01:22.256Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:01:22.258Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.258Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-21T13:01:22.258Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-21T13:01:22.258Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T13:01:22.258Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:01:22.258Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.258Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-21T13:01:22.259Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-21T13:01:22.259Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T13:01:22.259Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:01:22.259Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.259Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:01:22.259Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.259Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:01:22.260Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.260Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:01:22.260Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.260Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:01:22.260Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.260Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:be5abcdf-0e39-4d06-a8f1-717aa5b69821
Model Version:NULL
Model InvariantUuid:a2a71eac-18c8-4fe9-830c-02cd5a69ee7f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c6c08072-9271-4c2d-bff5-745258c03f35
Model UUID:0ac85f6e-1c15-47b8-a94d-a31c48d1413e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:6e642852-817b-45e2-90f0-1a20ec9c2fb2
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-04-21T13:01:22.267Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 81f62c77-d3a7-4ddb-9793-52c4dda1170c
2021-04-21T13:01:22.267Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||No resources found for Service: be5abcdf-0e39-4d06-a8f1-717aa5b69821
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-04-21T13:01:22.272Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||
2021-04-21T13:01:22.272Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-21T13:01:22.273Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||No resources found for Service: be5abcdf-0e39-4d06-a8f1-717aa5b69821
2021-04-21T13:01:22.273Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: be5abcdf-0e39-4d06-a8f1-717aa5b69821
2021-04-21T13:01:22.273Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-21T13:01:22.273Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.280Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:01:22.280Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.281Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:01:22.281Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.281Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid be5abcdf-0e39-4d06-a8f1-717aa5b69821: Generic NeutronNet
2021-04-21T13:01:22.281Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:01:22.281Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.281Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:01:22.281Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.310Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:01:22.311Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.311Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:01:22.311Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.311Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:01:22.311Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.311Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.371Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-21T13:01:22.372Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-21T13:01:22.372Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-21T13:01:22.372Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T13:01:22.372Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:22.374Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:22.374Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010082372,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:01:22.474Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:22.475Z||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-04-21T13:01:22.475Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:22.485Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:01:22.485Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:01:23.376Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 986430dd-8b17-4cec-b0c2-5b85289e84c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:01:23.388Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 986430dd-8b17-4cec-b0c2-5b85289e84c8
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-04-21T13:01:23.392Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:01:23.393Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-21T13:01:23.393Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-21T13:01:23.393Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-21T13:01:23.393Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:01:23.393Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:01:23.393Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:01:23.393Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:01:23.394Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:01:23.394Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:23.400Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-21T13:01:53.401Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 986430dd-8b17-4cec-b0c2-5b85289e84c8 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-04-21T13:01:53.406Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 986430dd-8b17-4cec-b0c2-5b85289e84c8 and serviceModelVersionId: be5abcdf-0e39-4d06-a8f1-717aa5b69821
2021-04-21T13:01:53.406Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a2a71eac-18c8-4fe9-830c-02cd5a69ee7f
2021-04-21T13:01:53.407Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a2a71eac-18c8-4fe9-830c-02cd5a69ee7f/model-vers/model-ver/be5abcdf-0e39-4d06-a8f1-717aa5b69821?depth=0
2021-04-21T13:01:53.412Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-04-21T13:01:53.456Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2a71eac-18c8-4fe9-830c-02cd5a69ee7f/model-vers/model-ver/be5abcdf-0e39-4d06-a8f1-717aa5b69821?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-04-21T13:01:53.457Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2a71eac-18c8-4fe9-830c-02cd5a69ee7f/model-vers/model-ver/be5abcdf-0e39-4d06-a8f1-717aa5b69821?depth=0|INFO|500||Invoke
2021-04-21T13:01:53.480Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2a71eac-18c8-4fe9-830c-02cd5a69ee7f/model-vers/model-ver/be5abcdf-0e39-4d06-a8f1-717aa5b69821?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-21T13:01:53.570Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2a71eac-18c8-4fe9-830c-02cd5a69ee7f/model-vers/model-ver/be5abcdf-0e39-4d06-a8f1-717aa5b69821?depth=0|INFO|500||InvokeReturn
2021-04-21T13:01:53.570Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2a71eac-18c8-4fe9-830c-02cd5a69ee7f/model-vers/model-ver/be5abcdf-0e39-4d06-a8f1-717aa5b69821?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210421-13:01:53:498-9940], vertex-id=[200704], Content-Length=[0], Date=[Wed, 21 Apr 2021 13:01:53 GMT], Content-Type=[application/json]}
2021-04-21T13:01:53.571Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-04-21T13:01:53.571Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-21T13:01:53.571Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:53.576Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:53.577Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 986430dd-8b17-4cec-b0c2-5b85289e84c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-21T13:01:53.577Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-21T13:01:53.577Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:53.579Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:53.579Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010113577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T13:01:53.679Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:53.680Z||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-04-21T13:01:53.680Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:53.690Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:01:53.691Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-21T13:01:54.589Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-21T13:01:54.589Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"25808041-4213-4255-94f0-c2836584b4c9","serviceName":"Demo_pNF_kx5PfrcIFTPlCOHorQof","serviceVersion":"1.0","serviceUUID":"54243787-3c71-4aed-aafc-01e96069b725","serviceDescription":"catalog service description","serviceInvariantUUID":"8367630b-423e-484e-b2eb-0222a0300cbd","resources":[{"resourceInstanceName":"pNF db9613fa-9115 0","resourceName":"pNF db9613fa-9115","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fd97efa1-8493-447c-aa22-4b5c224ad990","resourceInvariantUUID":"c317ded0-d586-4054-ab1e-831bc8501767","resourceCustomizationUUID":"740f1873-31ac-4d5b-a0d8-9d38cc5839de","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml","artifactChecksum":"ZmFlM2NlYWY2NTVkOWRjNDM3NmNiNDdhYjI3MzEyYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"794983ae-9c1d-4358-94d5-5db869494331","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar","artifactChecksum":"ZDI1ZTQ3ZTk4OTkxYTA1ZWYyNWIyYThkOWI1NTgwOTM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7ab3184-58e4-49bd-a3e3-df67d0fb02ad","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"030d25af-2138-4343-8013-b5cb351d8300","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vendor-license-model.xml","artifactChecksum":"ZmIzYzg2ZGIyYjA0ZjFhMDBhZjBmYTFjN2IxYzZhNDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"886bd663-c742-48a2-b8db-ced23a0dfdcf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce384ec7-62c1-4274-8b2e-883a35ee7bac","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"61973a93-3a41-4c3a-be6a-da58a2102b45","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKx5pfrciftplcohorqof-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-template.yml","artifactChecksum":"MDBmZThiM2U5ODBkYzg5MTM4Mzg1NDRiYmE5NTU2NWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f9183ec-89c6-41b1-8f81-80b02303a576","artifactVersion":"1"},{"artifactName":"service-DemoPnfKx5pfrciftplcohorqof-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar","artifactChecksum":"M2IzMTdkMzdiZDYyYWE0N2Y4MDMzZGM3MWM0MWJkNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a9d4b75a-5f0e-43f6-a5f3-5c2e1d0e272f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-21T13:01:54.591Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:01:54.591Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:54.593Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:54.593Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:54.693Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:54.694Z||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-04-21T13:01:54.694Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:55.340Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:01:55.341Z||pool-40-thread-1|||||INFO|500||cambria reply ok (647 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:01:55.594Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:01:55.594Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:55.596Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:55.596Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:55.696Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:55.697Z||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-04-21T13:01:55.697Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:55.706Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:01:55.707Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:01:56.597Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:01:56.598Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:56.600Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:56.600Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:56.700Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:56.701Z||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-04-21T13:01:56.701Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:56.711Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:01:56.712Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:01:57.600Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:01:57.601Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:57.602Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:57.603Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:57.703Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:57.704Z||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-04-21T13:01:57.704Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:57.714Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:01:57.714Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:01:58.603Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:01:58.604Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:58.607Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:58.607Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:58.707Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:58.708Z||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-04-21T13:01:58.708Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:58.717Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:01:58.718Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:01:59.608Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:01:59.608Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:59.610Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:59.610Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:01:59.710Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:59.711Z||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-04-21T13:01:59.711Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:59.721Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:01:59.721Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-21T13:02:00.610Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:02:00.611Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:02:00.613Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:02:00.613Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:02:00.713Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:02:00.714Z||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-04-21T13:02:00.714Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:02:00.725Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:02:00.726Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:02:01.613Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:02:01.614Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:02:01.616Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:02:01.616Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:02:01.716Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:02:01.717Z||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-04-21T13:02:01.717Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:02:01.727Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:02:01.728Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:02:02.618Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "serviceName": "Demo_pNF_kx5PfrcIFTPlCOHorQof",
  "serviceVersion": "1.0",
  "serviceUUID": "54243787-3c71-4aed-aafc-01e96069b725",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8367630b-423e-484e-b2eb-0222a0300cbd",
  "resources": [
    {
      "resourceInstanceName": "pNF db9613fa-9115 0",
      "resourceCustomizationUUID": "740f1873-31ac-4d5b-a0d8-9d38cc5839de",
      "resourceName": "pNF db9613fa-9115",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fd97efa1-8493-447c-aa22-4b5c224ad990",
      "resourceInvariantUUID": "c317ded0-d586-4054-ab1e-831bc8501767",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
      "artifactChecksum": "M2IzMTdkMzdiZDYyYWE0N2Y4MDMzZGM3MWM0MWJkNzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a9d4b75a-5f0e-43f6-a5f3-5c2e1d0e272f"
    }
  ],
  "workloadContext": "Production"
}
2021-04-21T13:02:02.618Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-21T13:02:02.618Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 54243787-3c71-4aed-aafc-01e96069b725 ASDC
2021-04-21T13:02:02.619Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:25808041-4213-4255-94f0-c2836584b4c9
ServiceName:Demo_pNF_kx5PfrcIFTPlCOHorQof
ServiceVersion:1.0
ServiceUUID:54243787-3c71-4aed-aafc-01e96069b725
ServiceInvariantUUID:8367630b-423e-484e-b2eb-0222a0300cbd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKx5pfrciftplcohorqof-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
ArtifactUUID:a9d4b75a-5f0e-43f6-a5f3-5c2e1d0e272f
ArtifactChecksum:M2IzMTdkMzdiZDYyYWE0N2Y4MDMzZGM3MWM0MWJkNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db9613fa-9115 0
ResourceCustomizationUUID:740f1873-31ac-4d5b-a0d8-9d38cc5839de
ResourceInvariantUUID:c317ded0-d586-4054-ab1e-831bc8501767
ResourceName:pNF db9613fa-9115
ResourceType:PNF
ResourceUUID:fd97efa1-8493-447c-aa22-4b5c224ad990
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-21T13:02:02.619Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54243787-3c71-4aed-aafc-01e96069b725 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-04-21T13:02:02.649Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T13:02:02.650Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:02:02.650Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:02:02.650Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a9d4b75a-5f0e-43f6-a5f3-5c2e1d0e272f from URL: /sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:02.650Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:02:02.650Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:02.887Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:02:02.891Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar a9d4b75a-5f0e-43f6-a5f3-5c2e1d0e272f 83914
2021-04-21T13:02:02.891Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar ASDC sendASDCNotification
2021-04-21T13:02:02.891Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:02.891Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:02:02.892Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:02:02.894Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:02:02.894Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010122891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:02:02.994Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:02:02.995Z||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-04-21T13:02:02.995Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:02:03.006Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:02:03.006Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:02:03.894Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T13:02:03.895Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:02:03.895Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a9d4b75a-5f0e-43f6-a5f3-5c2e1d0e272f, URL: /sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar to file: /app/ASDC/1/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:03.896Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:03.896Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:03.896Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:03.988Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15979767784900846880/Definitions/service-DemoPnfKx5pfrciftplcohorqof-template.yml
2021-04-21T13:02:04.599Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||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-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db9613fa-9115 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||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-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||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-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||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-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db9613fa-9115 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-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||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-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Node template pNF db9613fa-9115 0 is matching search criteria
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF db9613fa-9115 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Node template pNF db9613fa-9115 0 is matching search criteria
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF db9613fa-9115 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.602Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:02:04.602Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.602Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:02:04.602Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.602Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:02:04.602Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.602Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_kx5PfrcIFTPlCOHorQof
Description:catalog service description
Model UUID:54243787-3c71-4aed-aafc-01e96069b725
Model Version:NULL
Model InvariantUuid:8367630b-423e-484e-b2eb-0222a0300cbd
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-04-21T13:02:04.608Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: fd97efa1-8493-447c-aa22-4b5c224ad990
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-04-21T13:02:04.610Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||pNF db9613fa-9115 0
2021-04-21T13:02:04.610Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fd97efa1-8493-447c-aa22-4b5c224ad990
2021-04-21T13:02:04.610Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 54243787-3c71-4aed-aafc-01e96069b725
2021-04-21T13:02:04.610Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 54243787-3c71-4aed-aafc-01e96069b725
2021-04-21T13:02:04.610Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF db9613fa-9115 0 fd97efa1-8493-447c-aa22-4b5c224ad990 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-04-21T13:02:04.614Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:02:04.614Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.614Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 54243787-3c71-4aed-aafc-01e96069b725: pNF db9613fa-9115
2021-04-21T13:02:04.614Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||Processing PNF resource: fd97efa1-8493-447c-aa22-4b5c224ad990
2021-04-21T13:02:04.614Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:02:04.614Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.614Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||Resource customization UUID: 740f1873-31ac-4d5b-a0d8-9d38cc5839de is the same as notified resource customizationUUID: 740f1873-31ac-4d5b-a0d8-9d38cc5839de
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-04-21T13:02:04.665Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF db9613fa-9115 fd97efa1-8493-447c-aa22-4b5c224ad990 0 ASDC deployResourceStructure
2021-04-21T13:02:04.665Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar ASDC sendASDCNotification
2021-04-21T13:02:04.666Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.666Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T13:02:04.666Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:02:04.668Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:02:04.668Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010124665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:02:04.768Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:02:04.769Z||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-04-21T13:02:04.769Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:02:04.778Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:02:04.779Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:02:05.669Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25808041-4213-4255-94f0-c2836584b4c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:02:05.678Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25808041-4213-4255-94f0-c2836584b4c9
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-04-21T13:02:05.680Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:02:05.680Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T13:02:05.680Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T13:02:17.865Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:02:17.875Z||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-04-21T13:02:17.875Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:02:17.994Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:02:17.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:02:17.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:02:17.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:02:35.681Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25808041-4213-4255-94f0-c2836584b4c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:02:35.689Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25808041-4213-4255-94f0-c2836584b4c9
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-04-21T13:02:35.691Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:02:35.691Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T13:02:35.691Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T13:03:05.692Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25808041-4213-4255-94f0-c2836584b4c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:03:05.700Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25808041-4213-4255-94f0-c2836584b4c9
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-04-21T13:03:05.705Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:03:05.706Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T13:03:05.706Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T13:03:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:03:17.865Z||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-04-21T13:03:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:03:18.395Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:03:18.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "dcae-sch",
  "timestamp": 1619010067478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "aai-ml",
  "timestamp": 1619010075874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010077144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "dcae-sch",
  "timestamp": 1619010067478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "aai-ml",
  "timestamp": 1619010075874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "policy-id",
  "timestamp": 1619010078929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010077144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "dcae-sch",
  "timestamp": 1619010067478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "aai-ml",
  "timestamp": 1619010075874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "policy-id",
  "timestamp": 1619010078929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010080730,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010077144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010080408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "dcae-sch",
  "timestamp": 1619010067478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "aai-ml",
  "timestamp": 1619010075874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "policy-id",
  "timestamp": 1619010078929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010077144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010080408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010082372,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "dcae-sch",
  "timestamp": 1619010067478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "aai-ml",
  "timestamp": 1619010075874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "policy-id",
  "timestamp": 1619010078929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010077144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010082425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010080408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "dcae-sch",
  "timestamp": 1619010067478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "aai-ml",
  "timestamp": 1619010075874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "policy-id",
  "timestamp": 1619010078929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010077144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010082425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010080408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "policy-id",
  "timestamp": 1619010078929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010084079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "aai-ml",
  "timestamp": 1619010084705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010077144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010082425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010080408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "policy-id",
  "timestamp": 1619010078929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010084079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010085965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010082425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010080408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "clamp",
  "timestamp": 1619010085708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "policy-id",
  "timestamp": 1619010078929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010084079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010082425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010080408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "clamp",
  "timestamp": 1619010085708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010084079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010087729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "policy-id",
  "timestamp": 1619010087776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010082425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010080408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "clamp",
  "timestamp": 1619010085708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "aai-ml",
  "timestamp": 1619010088549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:03:18.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:03:18.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010084079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010088733,
  "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-04-21T13:03:18.414Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 25808041-4213-4255-94f0-c2836584b4c9
2021-04-21T13:03:18.414Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25808041-4213-4255-94f0-c2836584b4c9 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-04-21T13:03:18.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "policy-id",
  "timestamp": 1619010088781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:03:18.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:03:18.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010082425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010089297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:03:18.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:03:18.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "clamp",
  "timestamp": 1619010085708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "aai-ml",
  "timestamp": 1619010089553,
  "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-04-21T13:03:18.428Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 25808041-4213-4255-94f0-c2836584b4c9
2021-04-21T13:03:18.428Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25808041-4213-4255-94f0-c2836584b4c9 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-04-21T13:03:18.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010084079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "policy-id",
  "timestamp": 1619010089785,
  "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-04-21T13:03:18.442Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25808041-4213-4255-94f0-c2836584b4c9
2021-04-21T13:03:18.442Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25808041-4213-4255-94f0-c2836584b4c9 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-04-21T13:03:18.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010082425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:03:18.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "clamp",
  "timestamp": 1619010085708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010090498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-21T13:03:18.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:03:18.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010084079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "clamp",
  "timestamp": 1619010085708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010091502,
  "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-04-21T13:03:18.463Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 25808041-4213-4255-94f0-c2836584b4c9
2021-04-21T13:03:18.463Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25808041-4213-4255-94f0-c2836584b4c9 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-04-21T13:03:18.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010084079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:03:18.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "clamp",
  "timestamp": 1619010085708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "clamp",
  "timestamp": 1619010085708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:03:18.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "clamp",
  "timestamp": 1619010104400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:03:18.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:03:18.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "clamp",
  "timestamp": 1619010105418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:03:18.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:03:18.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "clamp",
  "timestamp": 1619010106423,
  "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-04-21T13:03:18.477Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 25808041-4213-4255-94f0-c2836584b4c9
2021-04-21T13:03:18.477Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25808041-4213-4255-94f0-c2836584b4c9 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-04-21T13:03:18.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010113577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T13:03:18.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:03:18.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:03:18.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010077862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:03:18.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:03:18.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010122891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:03:18.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:03:18.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:03:18.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010124665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:03:18.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:03:35.706Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25808041-4213-4255-94f0-c2836584b4c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:03:35.715Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25808041-4213-4255-94f0-c2836584b4c9
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-04-21T13:03:35.718Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:03:35.718Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-21T13:03:35.718Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-21T13:03:35.718Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-21T13:03:35.718Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:03:35.719Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:03:35.719Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:03:35.719Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:03:35.719Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:03:35.719Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:03:35.719Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||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-04-21T13:03:35.724Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-21T13:04:05.724Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25808041-4213-4255-94f0-c2836584b4c9 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-04-21T13:04:05.729Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25808041-4213-4255-94f0-c2836584b4c9 and serviceModelVersionId: 54243787-3c71-4aed-aafc-01e96069b725
2021-04-21T13:04:05.729Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8367630b-423e-484e-b2eb-0222a0300cbd
2021-04-21T13:04:05.730Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8367630b-423e-484e-b2eb-0222a0300cbd/model-vers/model-ver/54243787-3c71-4aed-aafc-01e96069b725?depth=0
2021-04-21T13:04:05.734Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-04-21T13:04:05.766Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8367630b-423e-484e-b2eb-0222a0300cbd/model-vers/model-ver/54243787-3c71-4aed-aafc-01e96069b725?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-04-21T13:04:05.766Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8367630b-423e-484e-b2eb-0222a0300cbd/model-vers/model-ver/54243787-3c71-4aed-aafc-01e96069b725?depth=0|INFO|500||Invoke
2021-04-21T13:04:05.785Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8367630b-423e-484e-b2eb-0222a0300cbd/model-vers/model-ver/54243787-3c71-4aed-aafc-01e96069b725?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-21T13:04:05.864Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8367630b-423e-484e-b2eb-0222a0300cbd/model-vers/model-ver/54243787-3c71-4aed-aafc-01e96069b725?depth=0|INFO|500||InvokeReturn
2021-04-21T13:04:05.864Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8367630b-423e-484e-b2eb-0222a0300cbd/model-vers/model-ver/54243787-3c71-4aed-aafc-01e96069b725?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210421-13:04:05:804-13904], vertex-id=[204872], Content-Length=[0], Date=[Wed, 21 Apr 2021 13:04:05 GMT], Content-Type=[application/json]}
2021-04-21T13:04:05.865Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-04-21T13:04:05.865Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-21T13:04:05.865Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||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-04-21T13:04:05.869Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||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-04-21T13:04:05.869Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25808041-4213-4255-94f0-c2836584b4c9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-21T13:04:05.869Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-21T13:04:05.870Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:05.871Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:05.871Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010245869,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T13:04:05.972Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-21T13:04:05.972Z||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-04-21T13:04:05.972Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:05.985Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:05.985Z||pool-50-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-04-21T13:04:06.880Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:04:06.881Z|25808041-4213-4255-94f0-c2836584b4c9|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-04-21T13:04:06.881Z|25808041-4213-4255-94f0-c2836584b4c9|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:11.181Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:11.182Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-21T13:04:11.182Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f0fe73a-8728-42af-9985-055e1463c09e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3bc1c757-3e24-452b-b156-74ef056d9b16","serviceDescription":"service","serviceInvariantUUID":"cea89219-0eca-46cb-9ce3-9a19babd80b6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"65aeba0a-5e92-488b-8a53-32b98f862163","resourceInvariantUUID":"4a4d27c3-0501-4e80-8090-3cd2d481cdde","resourceCustomizationUUID":"0cae3488-5240-4a7c-b836-0bea540c04f7","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":"NmQ2NDExNWUxZjI2ZDJjMzc2NThiZDZiMTliMzg4Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b0f08a3-998a-4a9f-8f20-da9b57c90bc6","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":"NDllNTc3MDQxZDNhYjFiMmU3MmJlNmY4M2NjYmYwNDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6af19f48-3a6e-4127-9cd0-2c4b94b480fb","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":"f5271dab-411b-496e-befb-9422b09bc756","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":"fb97fba6-8011-48f6-ac6e-8d013f9faa97","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":"3e0da014-3c7d-4544-8d41-07bcfdc018a9","artifactVersion":"2","generatedFromUUID":"f5271dab-411b-496e-befb-9422b09bc756"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2RiNDU3MjIxNmQxYzcxNzM5MGVkOTUzOWE3NTdmZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f796d4a8-440b-4039-a738-dcd06f714864","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWE1YWUyZDk2M2ZhYWE0ZDlmMzZlM2UzNTQyMGE2MjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a10f08e-863f-46ee-9ecb-4911fe9606b3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-21T13:04:11.184Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:04:11.184Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:11.185Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:11.186Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:11.286Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:04:11.287Z||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-04-21T13:04:11.287Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:11.297Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:11.297Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:04:12.186Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:04:12.187Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:12.189Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:12.189Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:04:12.289Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:04:12.290Z||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-04-21T13:04:12.290Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:12.298Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:12.299Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:04:13.190Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:04:13.191Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:13.193Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:13.193Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:04:13.294Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-21T13:04:13.295Z||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-04-21T13:04:13.295Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:13.305Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:13.305Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:04:14.194Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:04:14.194Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:14.196Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:14.196Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:14.296Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:04:14.297Z||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-04-21T13:04:14.297Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:14.307Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:14.308Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:04:15.197Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:04:15.198Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:15.200Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:15.200Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-21T13:04:15.300Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-21T13:04:15.301Z||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-04-21T13:04:15.302Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:15.311Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:15.311Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:04:16.201Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:04:16.202Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:16.203Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:16.203Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:16.304Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:04:16.305Z||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-04-21T13:04:16.305Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:16.316Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:16.316Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:04:17.204Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:04:17.205Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:17.207Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:17.208Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:04:17.308Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:04:17.309Z||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-04-21T13:04:17.309Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:17.318Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:17.319Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-21T13:04:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:04:17.865Z||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-04-21T13:04:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:17.983Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:18.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010222425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010224079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010220408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "policy-id",
  "timestamp": 1619010218929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "aai-ml",
  "timestamp": 1619010225874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010222425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010220408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010224079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "policy-id",
  "timestamp": 1619010218929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "aai-ml",
  "timestamp": 1619010225874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010222425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010224079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010220408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "policy-id",
  "timestamp": 1619010218929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010227144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "dcae-sch",
  "timestamp": 1619010227478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "aai-ml",
  "timestamp": 1619010225874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010222425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010224079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010220408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "policy-id",
  "timestamp": 1619010218929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010227144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "dcae-sch",
  "timestamp": 1619010227478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "aai-ml",
  "timestamp": 1619010225874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010222425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010224079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010220408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "policy-id",
  "timestamp": 1619010218929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010227144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "dcae-sch",
  "timestamp": 1619010227478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "aai-ml",
  "timestamp": 1619010225874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010222425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010220408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010224079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "policy-id",
  "timestamp": 1619010218929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010227144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010230271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "dcae-sch",
  "timestamp": 1619010227478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "aai-ml",
  "timestamp": 1619010225874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010222425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010220408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010224079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "policy-id",
  "timestamp": 1619010218929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010227144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010230271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "dcae-sch",
  "timestamp": 1619010227478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "aai-ml",
  "timestamp": 1619010225874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010227144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010232848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010232871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "policy-id",
  "timestamp": 1619010232856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010230271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "dcae-sch",
  "timestamp": 1619010227478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "aai-ml",
  "timestamp": 1619010233695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010227144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "policy-id",
  "timestamp": 1619010233862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010230271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010234022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.047Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010234039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.047Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "dcae-sch",
  "timestamp": 1619010227478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "policy-id",
  "timestamp": 1619010234865,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T13:04:18.060Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f0fe73a-8728-42af-9985-055e1463c09e
2021-04-21T13:04:18.060Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f0fe73a-8728-42af-9985-055e1463c09e 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-04-21T13:04:18.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010230271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010235018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010235190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010235199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010230271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010236195,
  "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-04-21T13:04:18.076Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f0fe73a-8728-42af-9985-055e1463c09e
2021-04-21T13:04:18.077Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f0fe73a-8728-42af-9985-055e1463c09e 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-04-21T13:04:18.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010236218,
  "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-04-21T13:04:18.089Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f0fe73a-8728-42af-9985-055e1463c09e
2021-04-21T13:04:18.089Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f0fe73a-8728-42af-9985-055e1463c09e 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-04-21T13:04:18.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "clamp",
  "timestamp": 1619010235708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010230271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010237111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:04:18.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010237198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T13:04:18.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010237222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T13:04:18.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "clamp",
  "timestamp": 1619010235708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010238114,
  "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-04-21T13:04:18.103Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f0fe73a-8728-42af-9985-055e1463c09e
2021-04-21T13:04:18.103Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f0fe73a-8728-42af-9985-055e1463c09e 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-04-21T13:04:18.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "clamp",
  "timestamp": 1619010235708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010238517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "clamp",
  "timestamp": 1619010235708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "policy-id",
  "timestamp": 1619010238929,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010240137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "aai-ml",
  "timestamp": 1619010240140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "clamp",
  "timestamp": 1619010235708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "policy-id",
  "timestamp": 1619010238929,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010240408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "aai-ml",
  "timestamp": 1619010241143,
  "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-04-21T13:04:18.118Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f0fe73a-8728-42af-9985-055e1463c09e
2021-04-21T13:04:18.118Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f0fe73a-8728-42af-9985-055e1463c09e 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-04-21T13:04:18.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "clamp",
  "timestamp": 1619010235708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "policy-id",
  "timestamp": 1619010238929,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010241804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010240408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "clamp",
  "timestamp": 1619010235708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "policy-id",
  "timestamp": 1619010238929,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010242808,
  "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-04-21T13:04:18.130Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f0fe73a-8728-42af-9985-055e1463c09e
2021-04-21T13:04:18.131Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f0fe73a-8728-42af-9985-055e1463c09e 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-04-21T13:04:18.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010240408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010242427,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "policy-id",
  "timestamp": 1619010238929,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010243811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010240408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010242427,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "policy-id",
  "timestamp": 1619010238929,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010244079,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010240408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010242427,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "policy-id",
  "timestamp": 1619010238929,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010244079,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010245869,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010240408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010242427,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "policy-id",
  "timestamp": 1619010238929,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010244079,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010240408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010242427,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010244079,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "policy-id",
  "timestamp": 1619010247749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010240408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010242427,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "dcae-sch",
  "timestamp": 1619010247478,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010244079,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "policy-id",
  "timestamp": 1619010248753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:04:18.142Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010242427,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "dcae-sch",
  "timestamp": 1619010247478,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010244079,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "policy-id",
  "timestamp": 1619010249755,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T13:04:18.156Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7111398-c952-49fb-9976-327c22440a06
2021-04-21T13:04:18.156Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7111398-c952-49fb-9976-327c22440a06 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-04-21T13:04:18.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "clamp",
  "timestamp": 1619010249958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010242427,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "dcae-sch",
  "timestamp": 1619010247478,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010244079,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010250271,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "clamp",
  "timestamp": 1619010250974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "dcae-sch",
  "timestamp": 1619010247478,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010251229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010244079,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010250271,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "clamp",
  "timestamp": 1619010251977,
  "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-04-21T13:04:18.172Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2f0fe73a-8728-42af-9985-055e1463c09e
2021-04-21T13:04:18.172Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f0fe73a-8728-42af-9985-055e1463c09e 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-04-21T13:04:18.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "dcae-sch",
  "timestamp": 1619010247478,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010252728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010250271,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "dcae-sch",
  "timestamp": 1619010247478,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010253321,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010250271,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "dcae-sch",
  "timestamp": 1619010247478,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010254220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010254720,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010250271,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "dcae-sch",
  "timestamp": 1619010247478,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010255223,
  "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-04-21T13:04:18.186Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7111398-c952-49fb-9976-327c22440a06
2021-04-21T13:04:18.186Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7111398-c952-49fb-9976-327c22440a06 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-04-21T13:04:18.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010250271,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010256226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T13:04:18.193Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010256431,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.193Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "aai-ml",
  "timestamp": 1619010255874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010250271,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "dcae-sch",
  "timestamp": 1619010257081,
  "artifactURL": "/sdc/v1/catalog/services/8a3a1b6f-eeae-4015-8209-6c720bd1307f/resourceInstances/basicclamp0/artifacts/b7b2c14f-5e58-46d1-be62-cc0162cdaa3e",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:04:18.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:04:18.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010257445,
  "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-04-21T13:04:18.198Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7111398-c952-49fb-9976-327c22440a06
2021-04-21T13:04:18.199Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7111398-c952-49fb-9976-327c22440a06 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-04-21T13:04:18.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "aai-ml",
  "timestamp": 1619010255874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:04:18.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010257144,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:18.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:04:18.209Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3bc1c757-3e24-452b-b156-74ef056d9b16",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cea89219-0eca-46cb-9ce3-9a19babd80b6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "0cae3488-5240-4a7c-b836-0bea540c04f7",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "65aeba0a-5e92-488b-8a53-32b98f862163",
      "resourceInvariantUUID": "4a4d27c3-0501-4e80-8090-3cd2d481cdde",
      "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": "NDllNTc3MDQxZDNhYjFiMmU3MmJlNmY4M2NjYmYwNDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6af19f48-3a6e-4127-9cd0-2c4b94b480fb",
          "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": "f5271dab-411b-496e-befb-9422b09bc756",
          "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": "3e0da014-3c7d-4544-8d41-07bcfdc018a9",
            "generatedFromUUID": "f5271dab-411b-496e-befb-9422b09bc756"
          },
          "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": "3e0da014-3c7d-4544-8d41-07bcfdc018a9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWE1YWUyZDk2M2ZhYWE0ZDlmMzZlM2UzNTQyMGE2MjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1a10f08e-863f-46ee-9ecb-4911fe9606b3"
    }
  ],
  "workloadContext": "Production"
}
2021-04-21T13:04:18.209Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-21T13:04:18.209Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3bc1c757-3e24-452b-b156-74ef056d9b16 ASDC
2021-04-21T13:04:18.209Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:2f0fe73a-8728-42af-9985-055e1463c09e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3bc1c757-3e24-452b-b156-74ef056d9b16
ServiceInvariantUUID:cea89219-0eca-46cb-9ce3-9a19babd80b6
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:1a10f08e-863f-46ee-9ecb-4911fe9606b3
ArtifactChecksum:ZWE1YWUyZDk2M2ZhYWE0ZDlmMzZlM2UzNTQyMGE2MjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:0cae3488-5240-4a7c-b836-0bea540c04f7
ResourceInvariantUUID:4a4d27c3-0501-4e80-8090-3cd2d481cdde
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:65aeba0a-5e92-488b-8a53-32b98f862163
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:6af19f48-3a6e-4127-9cd0-2c4b94b480fb
ArtifactChecksum:NDllNTc3MDQxZDNhYjFiMmU3MmJlNmY4M2NjYmYwNDg=
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:f5271dab-411b-496e-befb-9422b09bc756
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:3e0da014-3c7d-4544-8d41-07bcfdc018a9
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:3e0da014-3c7d-4544-8d41-07bcfdc018a9
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-21T13:04:18.209Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3bc1c757-3e24-452b-b156-74ef056d9b16 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-04-21T13:04:18.239Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T13:04:18.239Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:04:18.240Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:04:18.240Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1a10f08e-863f-46ee-9ecb-4911fe9606b3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-21T13:04:18.240Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:04:18.240Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-21T13:04:18.380Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:04:18.384Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1a10f08e-863f-46ee-9ecb-4911fe9606b3 75150
2021-04-21T13:04:18.385Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-21T13:04:18.385Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-21T13:04:18.385Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:04:18.385Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:18.387Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:18.387Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010258385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:18.487Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:04:18.488Z||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-04-21T13:04:18.488Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:18.498Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:18.498Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:04:19.388Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T13:04:19.389Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:04:19.389Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1a10f08e-863f-46ee-9ecb-4911fe9606b3, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-21T13:04:19.389Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-21T13:04:19.390Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-21T13:04:19.390Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-21T13:04:19.490Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1256573209986564508/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-04-21T13:04:20.468Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-21T13:04:20.468Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-21T13:04:20.469Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-21T13:04:20.469Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-21T13:04:20.469Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:20.469Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:20.469Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:20.469Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:20.469Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:20.469Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:20.469Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:20.469Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:20.469Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:20.469Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:20.469Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-21T13:04:20.469Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:20.470Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:04:20.470Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-21T13:04:20.470Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-21T13:04:20.470Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T13:04:20.470Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:20.470Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:04:20.470Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-21T13:04:20.470Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-21T13:04:20.470Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T13:04:20.470Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:20.470Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:04:20.471Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:20.471Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-21T13:04:20.471Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-21T13:04:20.471Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-21T13:04:20.471Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-21T13:04:20.471Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-21T13:04:20.471Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-21T13:04:20.471Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:20.471Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-21T13:04:20.471Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:20.471Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-21T13:04:20.471Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:04:20.472Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:20.472Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-21T13:04:20.472Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:04:20.472Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:20.472Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-21T13:04:20.472Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:04:20.472Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:20.472Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-21T13:04:20.472Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-21T13:04:20.472Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-21T13:04:20.473Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=976c8332-9dbb-4a05-8de8-20e00fad9238
2021-04-21T13:04:20.473Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:20.473Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:04:20.473Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:20.473Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:04:20.473Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:20.473Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:04:20.473Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:20.473Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:04:20.473Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:3bc1c757-3e24-452b-b156-74ef056d9b16
Model Version:NULL
Model InvariantUuid:cea89219-0eca-46cb-9ce3-9a19babd80b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:95239641-cc22-4e05-8e1a-dece8e770e77
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4a4d27c3-0501-4e80-8090-3cd2d481cdde
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0cae3488-5240-4a7c-b836-0bea540c04f7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:926272b9-908e-4f53-bb38-605334d7cc7a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1b77403a-26ed-4ac5-9b8b-0c2606ece9c5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:976c8332-9dbb-4a05-8de8-20e00fad9238
ModelInvariantUuid:396b0fc6-bd09-4f97-99fc-0fb3cd2b71bd
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:7b867e61-2dcd-4427-ab00-3ff0a819860e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:dd70affe-ffb5-4546-bfa3-cb7e0c9adab2
ModelInvariantUuid:e8ce9e6d-3ac1-46a0-b5ff-f04ea76a0618
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:e5eb0bf9-1f9a-4098-b7bc-92195004be28
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-04-21T13:04:20.479Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 65aeba0a-5e92-488b-8a53-32b98f862163
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-04-21T13:04:20.490Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||basic_vm 0
2021-04-21T13:04:20.490Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 65aeba0a-5e92-488b-8a53-32b98f862163
2021-04-21T13:04:20.490Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6af19f48-3a6e-4127-9cd0-2c4b94b480fb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-21T13:04:20.490Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:04:20.491Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:20.665Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:04:20.665Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6af19f48-3a6e-4127-9cd0-2c4b94b480fb 787
2021-04-21T13:04:20.665Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:20.665Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:20.665Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:04:20.666Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:20.668Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:20.668Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010260665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:20.768Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:04:20.769Z||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-04-21T13:04:20.769Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:20.779Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:20.780Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:04:21.668Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "926272b9-908e-4f53-bb38-605334d7cc7a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1b77403a-26ed-4ac5-9b8b-0c2606ece9c5",
    "vfModuleModelCustomizationUUID": "768a7213-0fdb-4114-bfd1-5b2e4b6dcdf0",
    "isBase": true,
    "artifacts": [
      "f5271dab-411b-496e-befb-9422b09bc756",
      "3e0da014-3c7d-4544-8d41-07bcfdc018a9"
    ],
    "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-04-21T13:04:21.675Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b77403a-26ed-4ac5-9b8b-0c2606ece9c5
VfModuleModelInvariantUUID:926272b9-908e-4f53-bb38-605334d7cc7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5271dab-411b-496e-befb-9422b09bc756
,
3e0da014-3c7d-4544-8d41-07bcfdc018a9

}
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-04-21T13:04:21.678Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "926272b9-908e-4f53-bb38-605334d7cc7a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1b77403a-26ed-4ac5-9b8b-0c2606ece9c5",
    "vfModuleModelCustomizationUUID": "768a7213-0fdb-4114-bfd1-5b2e4b6dcdf0",
    "isBase": true,
    "artifacts": [
      "f5271dab-411b-496e-befb-9422b09bc756",
      "3e0da014-3c7d-4544-8d41-07bcfdc018a9"
    ],
    "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-04-21T13:04:21.678Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b77403a-26ed-4ac5-9b8b-0c2606ece9c5
VfModuleModelInvariantUUID:926272b9-908e-4f53-bb38-605334d7cc7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5271dab-411b-496e-befb-9422b09bc756
,
3e0da014-3c7d-4544-8d41-07bcfdc018a9

}
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-04-21T13:04:21.679Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f5271dab-411b-496e-befb-9422b09bc756 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-21T13:04:21.679Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:04:21.679Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:21.999Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:04:21.999Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f5271dab-411b-496e-befb-9422b09bc756 5033
2021-04-21T13:04:21.999Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:22.000Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:22.000Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:04:22.000Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:22.002Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:22.002Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010261999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:22.102Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:04:22.103Z||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-04-21T13:04:22.104Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:22.113Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:22.114Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:04:23.002Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3e0da014-3c7d-4544-8d41-07bcfdc018a9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-21T13:04:23.003Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:04:23.003Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:23.141Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:04:23.142Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3e0da014-3c7d-4544-8d41-07bcfdc018a9 903
2021-04-21T13:04:23.142Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:23.143Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:23.143Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:04:23.143Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:23.145Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:23.146Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010263142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:04:23.245Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-21T13:04:23.246Z||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-04-21T13:04:23.246Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:23.256Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:23.256Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:04:24.146Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3bc1c757-3e24-452b-b156-74ef056d9b16
2021-04-21T13:04:24.147Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 65aeba0a-5e92-488b-8a53-32b98f862163 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-04-21T13:04:24.161Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:24.161Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:04:24.161Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-04-21T13:04:24.161Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 0cae3488-5240-4a7c-b836-0bea540c04f7
2021-04-21T13:04:24.161Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0cae3488-5240-4a7c-b836-0bea540c04f7 matches Tosca VF Customization UUID: 0cae3488-5240-4a7c-b836-0bea540c04f7
2021-04-21T13:04:24.161Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 0cae3488-5240-4a7c-b836-0bea540c04f7  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-04-21T13:04:24.164Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:24.164Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:04:24.165Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 0cae3488-5240-4a7c-b836-0bea540c04f7: {\"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-04-21T13:04:24.166Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7554cc64
2021-04-21T13:04:24.166Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:24.166Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-21T13:04:24.166Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 768a7213-0fdb-4114-bfd1-5b2e4b6dcdf0
2021-04-21T13:04:24.166Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 768a7213-0fdb-4114-bfd1-5b2e4b6dcdf0
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-04-21T13:04:24.169Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:24.170Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-21T13:04:24.170Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:04:24.170Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:24.170Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-21T13:04:24.170Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:04:24.171Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:24.171Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-21T13:04:24.171Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-21T13:04:24.171Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-21T13:04:24.171Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=976c8332-9dbb-4a05-8de8-20e00fad9238
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-04-21T13:04:24.174Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:24.174Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-21T13:04:24.174Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:04:24.174Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:24.175Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-21T13:04:24.175Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=0cae3488-5240-4a7c-b836-0bea540c04f7
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-04-21T13:04:24.176Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:24.177Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:04:24.177Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3bc1c757-3e24-452b-b156-74ef056d9b16: basic_vm
2021-04-21T13:04:24.177Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:24.177Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:04:24.177Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:24.177Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:04:24.177Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:24.177Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:04:24.177Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:24.177Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:04:24.177Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:04:24.177Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:04:24.177Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:24.249Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 65aeba0a-5e92-488b-8a53-32b98f862163 1 ASDC deployResourceStructure
2021-04-21T13:04:24.249Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:24.250Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:24.250Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T13:04:24.250Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:24.251Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:24.252Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010264249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T13:04:24.352Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:04:24.353Z||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-04-21T13:04:24.353Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:24.362Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:24.363Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:04:25.253Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:25.253Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:25.253Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T13:04:25.253Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:25.255Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:25.255Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010265253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-21T13:04:25.355Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:04:25.356Z||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-04-21T13:04:25.356Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:25.367Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:25.368Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-21T13:04:26.256Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:26.256Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:26.256Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T13:04:26.256Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:26.258Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:26.258Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010266256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-21T13:04:26.359Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:04:26.360Z||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-04-21T13:04:26.360Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:26.369Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:26.369Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-21T13:04:27.259Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-21T13:04:27.260Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-21T13:04:27.260Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T13:04:27.260Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:27.261Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:27.262Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010267259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:04:27.362Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:04:27.362Z||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-04-21T13:04:27.362Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:27.372Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:27.373Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:04:28.262Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f0fe73a-8728-42af-9985-055e1463c09e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:04:28.272Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f0fe73a-8728-42af-9985-055e1463c09e
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-04-21T13:04:28.274Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:04:28.274Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-21T13:04:28.275Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-21T13:04:28.275Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-21T13:04:28.275Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:04:28.275Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:04:28.275Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:04:28.275Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:04:28.275Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:04:28.275Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:28.280Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-21T13:04:58.280Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f0fe73a-8728-42af-9985-055e1463c09e 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-04-21T13:04:58.284Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f0fe73a-8728-42af-9985-055e1463c09e and serviceModelVersionId: 3bc1c757-3e24-452b-b156-74ef056d9b16
2021-04-21T13:04:58.284Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cea89219-0eca-46cb-9ce3-9a19babd80b6
2021-04-21T13:04:58.285Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cea89219-0eca-46cb-9ce3-9a19babd80b6/model-vers/model-ver/3bc1c757-3e24-452b-b156-74ef056d9b16?depth=0
2021-04-21T13:04:58.288Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-04-21T13:04:58.315Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cea89219-0eca-46cb-9ce3-9a19babd80b6/model-vers/model-ver/3bc1c757-3e24-452b-b156-74ef056d9b16?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-04-21T13:04:58.316Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cea89219-0eca-46cb-9ce3-9a19babd80b6/model-vers/model-ver/3bc1c757-3e24-452b-b156-74ef056d9b16?depth=0|INFO|500||Invoke
2021-04-21T13:04:58.334Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cea89219-0eca-46cb-9ce3-9a19babd80b6/model-vers/model-ver/3bc1c757-3e24-452b-b156-74ef056d9b16?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-21T13:04:58.423Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cea89219-0eca-46cb-9ce3-9a19babd80b6/model-vers/model-ver/3bc1c757-3e24-452b-b156-74ef056d9b16?depth=0|INFO|500||InvokeReturn
2021-04-21T13:04:58.423Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cea89219-0eca-46cb-9ce3-9a19babd80b6/model-vers/model-ver/3bc1c757-3e24-452b-b156-74ef056d9b16?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210421-13:04:58:354-66077], vertex-id=[225280], Content-Length=[0], Date=[Wed, 21 Apr 2021 13:04:58 GMT], Content-Type=[application/json]}
2021-04-21T13:04:58.423Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-04-21T13:04:58.424Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-21T13:04:58.424Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:58.428Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||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-04-21T13:04:58.428Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f0fe73a-8728-42af-9985-055e1463c09e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-21T13:04:58.429Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-21T13:04:58.429Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:58.430Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:58.431Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010298429,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T13:04:58.531Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:04:58.532Z||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-04-21T13:04:58.532Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:58.546Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:58.547Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 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-04-21T13:04:59.442Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-21T13:04:59.442Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c7111398-c952-49fb-9976-327c22440a06","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"8a3a1b6f-eeae-4015-8209-6c720bd1307f","serviceDescription":"service","serviceInvariantUUID":"4ed00c57-8432-4e29-8e0f-7328a8366a5a","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"75996f57-1d88-4489-8ea1-3570cba70b10","resourceInvariantUUID":"1388543f-2229-40ea-b9db-03837845b6b1","resourceCustomizationUUID":"d4680950-7ff4-4d8b-a7d0-c6713a54e868","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":"b7b2c14f-5e58-46d1-be62-cc0162cdaa3e","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":"NTJhNDBkY2YyZmJmNzRhMzI4YWQ2OGUxMjRmY2I1ZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f0682ebf-f5a3-4e7b-bcef-a02c0bc233bf","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":"MzQxNzAzMDdjODY0NDVlM2RlNzk0ZDkzNjgxZmIzODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6f835f2c-b3bc-4dcc-9503-ee03b7a5af97","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":"b1d657e1-e43a-4def-8cdf-c2f3e00c70ef","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":"c566bc39-de90-465f-b4f3-b72c930ef8d5","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":"da5258d3-b848-43d4-a280-a9e3bd5b70aa","artifactVersion":"2","generatedFromUUID":"b1d657e1-e43a-4def-8cdf-c2f3e00c70ef"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NGU5MTdjYTJlNjBkMDAwNWE5OWQ5NDkzNDkxMDE0ZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9472d14-3d31-45cd-889a-d3e134ba754b","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MDk3Mjc4YjlhYWE5OTE1MjVkZDNlOTEyMzE1MDg4NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a09c780d-2a63-478a-a133-fbe736509a36","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-21T13:04:59.442Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:04:59.442Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:04:59.444Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:04:59.444Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:04:59.544Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:04:59.545Z||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-04-21T13:04:59.545Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:04:59.554Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:04:59.555Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:05:00.444Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:05:00.445Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:05:00.446Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:05:00.446Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:05:00.547Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:05:00.548Z||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-04-21T13:05:00.548Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:05:00.557Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:05:00.557Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:05:01.447Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:05:01.447Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:05:01.449Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:05:01.449Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:05:01.550Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-21T13:05:01.550Z||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-04-21T13:05:01.550Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:05:01.560Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:05:01.560Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:05:02.449Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:05:02.450Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:05:02.456Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:05:02.456Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:05:02.552Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-04-21T13:05:02.553Z||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-04-21T13:05:02.553Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:05:02.562Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:05:02.563Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:05:03.456Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:05:03.457Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:05:03.459Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:05:03.460Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:05:03.560Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:05:03.560Z||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-04-21T13:05:03.560Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:05:03.569Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:05:03.570Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-21T13:05:04.460Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:05:04.461Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:05:04.462Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:05:04.463Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-21T13:05:04.563Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:05:04.564Z||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-04-21T13:05:04.564Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:05:04.573Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:05:04.573Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:05:05.463Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:05:05.464Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:05:05.466Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:05:05.466Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:05:05.567Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-21T13:05:05.568Z||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-04-21T13:05:05.568Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:05:05.578Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:05:05.578Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:05:06.467Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:05:06.467Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:05:06.469Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:05:06.469Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:05:06.569Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:05:06.570Z||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-04-21T13:05:06.570Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:05:06.579Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:05:06.580Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:05:07.470Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "8a3a1b6f-eeae-4015-8209-6c720bd1307f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4ed00c57-8432-4e29-8e0f-7328a8366a5a",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "d4680950-7ff4-4d8b-a7d0-c6713a54e868",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "75996f57-1d88-4489-8ea1-3570cba70b10",
      "resourceInvariantUUID": "1388543f-2229-40ea-b9db-03837845b6b1",
      "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": "MzQxNzAzMDdjODY0NDVlM2RlNzk0ZDkzNjgxZmIzODU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6f835f2c-b3bc-4dcc-9503-ee03b7a5af97",
          "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": "b1d657e1-e43a-4def-8cdf-c2f3e00c70ef",
          "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": "da5258d3-b848-43d4-a280-a9e3bd5b70aa",
            "generatedFromUUID": "b1d657e1-e43a-4def-8cdf-c2f3e00c70ef"
          },
          "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": "da5258d3-b848-43d4-a280-a9e3bd5b70aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MDk3Mjc4YjlhYWE5OTE1MjVkZDNlOTEyMzE1MDg4NjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a09c780d-2a63-478a-a133-fbe736509a36"
    }
  ],
  "workloadContext": "Production"
}
2021-04-21T13:05:07.470Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-21T13:05:07.470Z|2f0fe73a-8728-42af-9985-055e1463c09e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a3a1b6f-eeae-4015-8209-6c720bd1307f ASDC
2021-04-21T13:05:07.471Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c7111398-c952-49fb-9976-327c22440a06
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:8a3a1b6f-eeae-4015-8209-6c720bd1307f
ServiceInvariantUUID:4ed00c57-8432-4e29-8e0f-7328a8366a5a
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:a09c780d-2a63-478a-a133-fbe736509a36
ArtifactChecksum:MDk3Mjc4YjlhYWE5OTE1MjVkZDNlOTEyMzE1MDg4NjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:d4680950-7ff4-4d8b-a7d0-c6713a54e868
ResourceInvariantUUID:1388543f-2229-40ea-b9db-03837845b6b1
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:75996f57-1d88-4489-8ea1-3570cba70b10
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:6f835f2c-b3bc-4dcc-9503-ee03b7a5af97
ArtifactChecksum:MzQxNzAzMDdjODY0NDVlM2RlNzk0ZDkzNjgxZmIzODU=
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:b1d657e1-e43a-4def-8cdf-c2f3e00c70ef
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:da5258d3-b848-43d4-a280-a9e3bd5b70aa
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:da5258d3-b848-43d4-a280-a9e3bd5b70aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-21T13:05:07.471Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a3a1b6f-eeae-4015-8209-6c720bd1307f 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-04-21T13:05:07.500Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T13:05:07.501Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:05:07.501Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:05:07.501Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a09c780d-2a63-478a-a133-fbe736509a36 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-21T13:05:07.501Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:05:07.501Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-21T13:05:07.655Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:05:07.658Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar a09c780d-2a63-478a-a133-fbe736509a36 77699
2021-04-21T13:05:07.659Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-21T13:05:07.659Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-21T13:05:07.659Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:05:07.659Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:05:07.661Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:05:07.661Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010307659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:05:07.761Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:05:07.762Z||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-04-21T13:05:07.762Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:05:07.771Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:05:07.771Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:05:08.661Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T13:05:08.663Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:05:08.663Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a09c780d-2a63-478a-a133-fbe736509a36, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-21T13:05:08.663Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-04-21T13:05:08.664Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-21T13:05:08.664Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-21T13:05:08.796Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1732475269682924695/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-04-21T13:05:09.676Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-21T13:05:09.676Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-21T13:05:09.676Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-21T13:05:09.676Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-21T13:05:09.677Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:09.677Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:09.677Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:09.677Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:09.677Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:09.677Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:09.677Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:09.677Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:09.677Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:09.677Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:09.677Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-21T13:05:09.677Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:09.677Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:05:09.677Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-21T13:05:09.678Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-21T13:05:09.678Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T13:05:09.678Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:09.678Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:05:09.678Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-21T13:05:09.678Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-21T13:05:09.678Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T13:05:09.678Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:09.678Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:05:09.678Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:09.678Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-21T13:05:09.678Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-21T13:05:09.679Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-21T13:05:09.679Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-21T13:05:09.679Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-21T13:05:09.679Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-21T13:05:09.679Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:09.679Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-21T13:05:09.679Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:09.679Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-21T13:05:09.679Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:05:09.679Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:09.680Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-21T13:05:09.680Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:05:09.680Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:09.680Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-21T13:05:09.680Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:05:09.680Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:09.680Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-21T13:05:09.680Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-21T13:05:09.680Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-21T13:05:09.680Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3c8b362c-98d5-49d7-b6fe-950423dfa161
2021-04-21T13:05:09.680Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:09.680Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:05:09.681Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:09.681Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:05:09.681Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:09.681Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:05:09.681Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:09.681Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:05:09.681Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:8a3a1b6f-eeae-4015-8209-6c720bd1307f
Model Version:NULL
Model InvariantUuid:4ed00c57-8432-4e29-8e0f-7328a8366a5a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:c3ddb577-b7b2-4874-a4ac-efa03d0bedd2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1388543f-2229-40ea-b9db-03837845b6b1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d4680950-7ff4-4d8b-a7d0-c6713a54e868
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:623630bf-b660-40f2-8a3b-ec3f7a94835c
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:146fb73b-b24e-41eb-9a3e-a35dfa404caf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3c8b362c-98d5-49d7-b6fe-950423dfa161
ModelInvariantUuid:9351b301-b5ec-4e58-b154-6ac90581978d
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:619c00cc-63ae-4eee-8f78-3fdfef57157f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a262c545-7bc1-4a5f-9477-8a9c5ccb71cd
ModelInvariantUuid:1d48473a-ddb8-460e-b326-07f8baf64a29
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:074d7094-ff79-4d21-90c3-4c4319376093
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-04-21T13:05:09.693Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 75996f57-1d88-4489-8ea1-3570cba70b10
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-04-21T13:05:09.697Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||basicclamp 0
2021-04-21T13:05:09.697Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 75996f57-1d88-4489-8ea1-3570cba70b10
2021-04-21T13:05:09.697Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6f835f2c-b3bc-4dcc-9503-ee03b7a5af97 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-21T13:05:09.697Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:05:09.698Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-21T13:05:10.322Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:05:10.322Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 6f835f2c-b3bc-4dcc-9503-ee03b7a5af97 790
2021-04-21T13:05:10.322Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:10.323Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:10.323Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:05:10.323Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:05:10.324Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:05:10.324Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010310322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:05:10.425Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:05:10.426Z||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-04-21T13:05:10.426Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:05:10.436Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:05:10.438Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:05:11.325Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "623630bf-b660-40f2-8a3b-ec3f7a94835c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "146fb73b-b24e-41eb-9a3e-a35dfa404caf",
    "vfModuleModelCustomizationUUID": "e6cb84f8-3b39-4b3e-83b0-b51f207f1044",
    "isBase": true,
    "artifacts": [
      "b1d657e1-e43a-4def-8cdf-c2f3e00c70ef",
      "da5258d3-b848-43d4-a280-a9e3bd5b70aa"
    ],
    "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-04-21T13:05:11.331Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:146fb73b-b24e-41eb-9a3e-a35dfa404caf
VfModuleModelInvariantUUID:623630bf-b660-40f2-8a3b-ec3f7a94835c
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1d657e1-e43a-4def-8cdf-c2f3e00c70ef
,
da5258d3-b848-43d4-a280-a9e3bd5b70aa

}
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-04-21T13:05:11.336Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "623630bf-b660-40f2-8a3b-ec3f7a94835c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "146fb73b-b24e-41eb-9a3e-a35dfa404caf",
    "vfModuleModelCustomizationUUID": "e6cb84f8-3b39-4b3e-83b0-b51f207f1044",
    "isBase": true,
    "artifacts": [
      "b1d657e1-e43a-4def-8cdf-c2f3e00c70ef",
      "da5258d3-b848-43d4-a280-a9e3bd5b70aa"
    ],
    "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-04-21T13:05:11.336Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:146fb73b-b24e-41eb-9a3e-a35dfa404caf
VfModuleModelInvariantUUID:623630bf-b660-40f2-8a3b-ec3f7a94835c
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1d657e1-e43a-4def-8cdf-c2f3e00c70ef
,
da5258d3-b848-43d4-a280-a9e3bd5b70aa

}
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-04-21T13:05:11.337Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b1d657e1-e43a-4def-8cdf-c2f3e00c70ef from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-21T13:05:11.337Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:05:11.337Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-21T13:05:11.827Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:05:11.827Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml b1d657e1-e43a-4def-8cdf-c2f3e00c70ef 5033
2021-04-21T13:05:11.828Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:11.828Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:11.828Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:05:11.829Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:05:11.831Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:05:11.831Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010311828,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:05:11.931Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:05:11.932Z||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-04-21T13:05:11.932Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:05:11.942Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:05:11.942Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:05:12.831Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: da5258d3-b848-43d4-a280-a9e3bd5b70aa from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-21T13:05:12.832Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:05:12.833Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-21T13:05:13.408Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:05:13.408Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env da5258d3-b848-43d4-a280-a9e3bd5b70aa 909
2021-04-21T13:05:13.409Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:13.409Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:13.409Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:05:13.410Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:05:13.412Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:05:13.412Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010313409,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:05:13.512Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:05:13.513Z||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-04-21T13:05:13.514Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:05:13.524Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:05:13.525Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:05:14.413Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8a3a1b6f-eeae-4015-8209-6c720bd1307f
2021-04-21T13:05:14.414Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 75996f57-1d88-4489-8ea1-3570cba70b10 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-04-21T13:05:14.426Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:14.426Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:05:14.427Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-04-21T13:05:14.427Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= d4680950-7ff4-4d8b-a7d0-c6713a54e868
2021-04-21T13:05:14.427Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d4680950-7ff4-4d8b-a7d0-c6713a54e868 matches Tosca VF Customization UUID: d4680950-7ff4-4d8b-a7d0-c6713a54e868
2021-04-21T13:05:14.427Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: d4680950-7ff4-4d8b-a7d0-c6713a54e868  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-04-21T13:05:14.429Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:14.429Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:05:14.430Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id d4680950-7ff4-4d8b-a7d0-c6713a54e868: {\"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-04-21T13:05:14.430Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f349abe
2021-04-21T13:05:14.430Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:14.430Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-21T13:05:14.430Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6cb84f8-3b39-4b3e-83b0-b51f207f1044
2021-04-21T13:05:14.431Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6cb84f8-3b39-4b3e-83b0-b51f207f1044
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-04-21T13:05:14.433Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:14.433Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-21T13:05:14.433Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:05:14.433Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:14.433Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-21T13:05:14.433Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:05:14.433Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:14.433Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-21T13:05:14.433Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-21T13:05:14.434Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-21T13:05:14.434Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3c8b362c-98d5-49d7-b6fe-950423dfa161
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-04-21T13:05:14.435Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:14.435Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-21T13:05:14.436Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:05:14.436Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:14.436Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-21T13:05:14.436Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=d4680950-7ff4-4d8b-a7d0-c6713a54e868
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-04-21T13:05:14.438Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:14.438Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:05:14.438Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8a3a1b6f-eeae-4015-8209-6c720bd1307f: basicclamp
2021-04-21T13:05:14.438Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:14.438Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:05:14.438Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:14.438Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:05:14.438Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:14.439Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:05:14.439Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:14.439Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:05:14.439Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:05:14.439Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:05:14.439Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:14.515Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 75996f57-1d88-4489-8ea1-3570cba70b10 1 ASDC deployResourceStructure
2021-04-21T13:05:14.515Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:14.515Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:14.515Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T13:05:14.516Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:05:14.517Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:05:14.517Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010314515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T13:05:14.618Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-21T13:05:14.619Z||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-04-21T13:05:14.619Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:05:14.630Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:05:14.630Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:05:15.518Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:15.518Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:15.519Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T13:05:15.519Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:05:15.521Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:05:15.521Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010315518,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-21T13:05:15.621Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:05:15.622Z||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-04-21T13:05:15.623Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:05:15.633Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:05:15.633Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-21T13:05:16.522Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:16.522Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:05:16.522Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T13:05:16.523Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:05:16.524Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:05:16.524Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010316522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-21T13:05:16.625Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:05:16.626Z||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-04-21T13:05:16.626Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:05:16.636Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:05:16.637Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:05:17.525Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-21T13:05:17.526Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-21T13:05:17.526Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T13:05:17.527Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:05:17.529Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:05:17.529Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010317525,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:05:17.629Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:05:17.630Z||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-04-21T13:05:17.630Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:05:17.640Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:05:17.641Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:05:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:05:17.865Z||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-04-21T13:05:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:05:17.879Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:05:17.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:05:17.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010250271,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:05:17.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:05:18.531Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7111398-c952-49fb-9976-327c22440a06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:05:18.542Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7111398-c952-49fb-9976-327c22440a06
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-04-21T13:05:18.544Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:05:18.545Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T13:05:18.545Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T13:05:48.546Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7111398-c952-49fb-9976-327c22440a06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:05:48.556Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7111398-c952-49fb-9976-327c22440a06
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-04-21T13:05:48.558Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:05:48.558Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T13:05:48.559Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T13:06:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:06:17.865Z||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-04-21T13:06:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:06:17.884Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:06:17.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:06:17.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "dcae-sch",
  "timestamp": 1619010258385,
  "artifactURL": "/sdc/v1/catalog/services/8a3a1b6f-eeae-4015-8209-6c720bd1307f/resourceInstances/basicclamp0/artifacts/b7b2c14f-5e58-46d1-be62-cc0162cdaa3e",
  "status": "DEPLOY_OK"
}
2021-04-21T13:06:17.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:06:18.560Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7111398-c952-49fb-9976-327c22440a06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:06:18.570Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7111398-c952-49fb-9976-327c22440a06
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-04-21T13:06:18.571Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:06:18.572Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T13:06:18.572Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T13:06:48.572Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7111398-c952-49fb-9976-327c22440a06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:06:48.580Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7111398-c952-49fb-9976-327c22440a06
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-04-21T13:06:48.582Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:06:48.582Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T13:06:48.582Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T13:07:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:07:17.865Z||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-04-21T13:07:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:07:18.390Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:07:18.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010258385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:07:18.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010258448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T13:07:18.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "aai-ml",
  "timestamp": 1619010255874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010257144,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010259071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:07:18.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "dcae-sch",
  "timestamp": 1619010259389,
  "artifactURL": "/sdc/v1/catalog/services/8a3a1b6f-eeae-4015-8209-6c720bd1307f/resourceInstances/basicclamp0/artifacts/b7b2c14f-5e58-46d1-be62-cc0162cdaa3e",
  "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-04-21T13:07:18.400Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of c7111398-c952-49fb-9976-327c22440a06
2021-04-21T13:07:18.400Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7111398-c952-49fb-9976-327c22440a06 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-04-21T13:07:18.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "aai-ml",
  "timestamp": 1619010255874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010257144,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010260232,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "aai-ml",
  "timestamp": 1619010255874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010260665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010257144,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010261383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "aai-ml",
  "timestamp": 1619010255874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010257144,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010261999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010262386,
  "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-04-21T13:07:18.417Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7111398-c952-49fb-9976-327c22440a06
2021-04-21T13:07:18.417Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7111398-c952-49fb-9976-327c22440a06 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-04-21T13:07:18.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "aai-ml",
  "timestamp": 1619010255874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010257144,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010263142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:07:18.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010263389,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T13:07:18.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "aai-ml",
  "timestamp": 1619010255874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:07:18.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010257144,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010264249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T13:07:18.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "aai-ml",
  "timestamp": 1619010264708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:07:18.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010257144,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:07:18.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010265253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-21T13:07:18.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010265999,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:07:18.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010266256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-21T13:07:18.431Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "clamp",
  "timestamp": 1619010265709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010267259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:07:18.431Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "clamp",
  "timestamp": 1619010265709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010268090,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:07:18.431Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "clamp",
  "timestamp": 1619010265709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:07:18.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010269095,
  "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-04-21T13:07:18.437Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7111398-c952-49fb-9976-327c22440a06
2021-04-21T13:07:18.437Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7111398-c952-49fb-9976-327c22440a06 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-04-21T13:07:18.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "clamp",
  "timestamp": 1619010265709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "aai-ml",
  "timestamp": 1619010270187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:07:18.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "clamp",
  "timestamp": 1619010265709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "aai-ml",
  "timestamp": 1619010271190,
  "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-04-21T13:07:18.450Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c7111398-c952-49fb-9976-327c22440a06
2021-04-21T13:07:18.450Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7111398-c952-49fb-9976-327c22440a06 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-04-21T13:07:18.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "clamp",
  "timestamp": 1619010265709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "clamp",
  "timestamp": 1619010265709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "clamp",
  "timestamp": 1619010265709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "clamp",
  "timestamp": 1619010283410,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "clamp",
  "timestamp": 1619010284413,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "clamp",
  "timestamp": 1619010285913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "clamp",
  "timestamp": 1619010286916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "clamp",
  "timestamp": 1619010287920,
  "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-04-21T13:07:18.466Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c7111398-c952-49fb-9976-327c22440a06
2021-04-21T13:07:18.467Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7111398-c952-49fb-9976-327c22440a06 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-04-21T13:07:18.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f0fe73a-8728-42af-9985-055e1463c09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010298429,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T13:07:18.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010246880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010307659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010310322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010311828,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010313409,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010314515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010315518,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010316522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010317525,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:07:18.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:07:18.582Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7111398-c952-49fb-9976-327c22440a06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:07:18.592Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7111398-c952-49fb-9976-327c22440a06
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-04-21T13:07:18.595Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:07:18.595Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-21T13:07:18.595Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-21T13:07:18.596Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-21T13:07:18.596Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:07:18.596Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:07:18.596Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:07:18.596Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:07:18.596Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:07:18.596Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:07:18.596Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:07:18.601Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-21T13:07:48.601Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7111398-c952-49fb-9976-327c22440a06 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-04-21T13:07:48.605Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7111398-c952-49fb-9976-327c22440a06 and serviceModelVersionId: 8a3a1b6f-eeae-4015-8209-6c720bd1307f
2021-04-21T13:07:48.605Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4ed00c57-8432-4e29-8e0f-7328a8366a5a
2021-04-21T13:07:48.606Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4ed00c57-8432-4e29-8e0f-7328a8366a5a/model-vers/model-ver/8a3a1b6f-eeae-4015-8209-6c720bd1307f?depth=0
2021-04-21T13:07:48.609Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-04-21T13:07:48.638Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ed00c57-8432-4e29-8e0f-7328a8366a5a/model-vers/model-ver/8a3a1b6f-eeae-4015-8209-6c720bd1307f?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-04-21T13:07:48.639Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ed00c57-8432-4e29-8e0f-7328a8366a5a/model-vers/model-ver/8a3a1b6f-eeae-4015-8209-6c720bd1307f?depth=0|INFO|500||Invoke
2021-04-21T13:07:48.655Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ed00c57-8432-4e29-8e0f-7328a8366a5a/model-vers/model-ver/8a3a1b6f-eeae-4015-8209-6c720bd1307f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-21T13:07:48.825Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ed00c57-8432-4e29-8e0f-7328a8366a5a/model-vers/model-ver/8a3a1b6f-eeae-4015-8209-6c720bd1307f?depth=0|INFO|500||InvokeReturn
2021-04-21T13:07:48.826Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ed00c57-8432-4e29-8e0f-7328a8366a5a/model-vers/model-ver/8a3a1b6f-eeae-4015-8209-6c720bd1307f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210421-13:07:48:673-92977], vertex-id=[155704], Content-Length=[0], Date=[Wed, 21 Apr 2021 13:07:48 GMT], Content-Type=[application/json]}
2021-04-21T13:07:48.826Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-04-21T13:07:48.826Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-21T13:07:48.826Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:07:48.830Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||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-04-21T13:07:48.830Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7111398-c952-49fb-9976-327c22440a06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-21T13:07:48.831Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-21T13:07:48.831Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:07:48.832Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:07:48.833Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010468830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T13:07:48.933Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:07:48.933Z||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-04-21T13:07:48.933Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:07:48.953Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:07:48.953Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 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-04-21T13:07:49.842Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:07:49.843Z|c7111398-c952-49fb-9976-327c22440a06|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-04-21T13:07:49.843Z|c7111398-c952-49fb-9976-327c22440a06|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:00.059Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:00.060Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:08:00.060Z|c7111398-c952-49fb-9976-327c22440a06|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-04-21T13:08:00.061Z|c7111398-c952-49fb-9976-327c22440a06|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:02.521Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:02.522Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-21T13:08:02.523Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c758a39c-64b6-4bf3-8535-526695e6a559","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"cc116036-48fd-4571-b403-56fada807252","serviceDescription":"service","serviceInvariantUUID":"56d4a45d-858f-4f3d-94ef-afdb594783a5","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fd8b2527-f0d7-4f5b-8510-65a5889eb1f3","resourceInvariantUUID":"2337e4d4-c989-4dc6-8dba-ed4f847d3116","resourceCustomizationUUID":"891df570-bbbc-4e8b-b525-86d6c8d58f59","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":"OTVlYjQwNmM4NzliMGJiNzgwOWFlOWRjMDVlZjUyOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56e0d43f-6920-460f-ae9c-bd805efd56ab","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":"0c7f733e-5206-4ebb-b591-6a5bca030d23","artifactVersion":"2","generatedFromUUID":"b1edf8b0-810b-4d51-b3ab-bb546eeaf3d0"},{"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":"b1edf8b0-810b-4d51-b3ab-bb546eeaf3d0","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":"YzMzNmVjN2ZkOTE5NmQ2NGI5ZjIwNDRiZTYyMTYxNDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"24b45006-4e84-4ed4-bd0f-290dbd754914","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":"e34505c3-c120-46e5-a066-5240bbc9b0ea","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":"310f6477-83fb-4882-91d0-5fee6c1e2458","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":"98f10846-e2cb-4c6d-a66b-18158e40bbbd","artifactVersion":"2","generatedFromUUID":"e34505c3-c120-46e5-a066-5240bbc9b0ea"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MmEyNWIzOGRhNzY4ODM4NDdiYmZkNjBkYzFlNDY3ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"981f4ea0-da6c-4657-b417-62d983edb58c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTQ0MmI4MzY0ZTEyYWY4MDEwZjI0MWFmNmQ2Zjc2Nzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e7dbf41-f7c9-49cc-a471-0a583eb7416a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-21T13:08:02.527Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:08:02.527Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:02.530Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:02.530Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:02.630Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:08:02.631Z||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-04-21T13:08:02.631Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:02.641Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:02.642Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:03.531Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:08:03.532Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:03.534Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:03.534Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-21T13:08:03.636Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:08:03.636Z||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-04-21T13:08:03.636Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:03.646Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:03.647Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:04.535Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:08:04.536Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:04.538Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:04.538Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-21T13:08:04.638Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:08:04.639Z||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-04-21T13:08:04.639Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:04.647Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:04.647Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:05.539Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:08:05.540Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:05.542Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:05.542Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:08:05.642Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:08:05.643Z||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-04-21T13:08:05.643Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:05.653Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:05.653Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:06.542Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:08:06.543Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:06.545Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:06.545Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:08:06.645Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:08:06.646Z||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-04-21T13:08:06.646Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:06.656Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:06.656Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:07.545Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:08:07.546Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:07.547Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:07.548Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:07.648Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:08:07.648Z||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-04-21T13:08:07.649Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:07.657Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:07.658Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:08.548Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:08:08.549Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:08.550Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:08.550Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-21T13:08:08.651Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:08:08.651Z||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-04-21T13:08:08.651Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:08.661Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:08.662Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:09.551Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:08:09.552Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:09.553Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:09.553Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:09.653Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-21T13:08:09.654Z||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-04-21T13:08:09.654Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:09.664Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:09.665Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-21T13:08:10.555Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:08:10.555Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:10.558Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:10.558Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:08:10.658Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:08:10.658Z||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-04-21T13:08:10.659Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:10.670Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:10.671Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:11.559Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "cc116036-48fd-4571-b403-56fada807252",
  "serviceDescription": "service",
  "serviceInvariantUUID": "56d4a45d-858f-4f3d-94ef-afdb594783a5",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "891df570-bbbc-4e8b-b525-86d6c8d58f59",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fd8b2527-f0d7-4f5b-8510-65a5889eb1f3",
      "resourceInvariantUUID": "2337e4d4-c989-4dc6-8dba-ed4f847d3116",
      "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": "0c7f733e-5206-4ebb-b591-6a5bca030d23",
          "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": "b1edf8b0-810b-4d51-b3ab-bb546eeaf3d0",
          "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": "YzMzNmVjN2ZkOTE5NmQ2NGI5ZjIwNDRiZTYyMTYxNDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "24b45006-4e84-4ed4-bd0f-290dbd754914",
          "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": "e34505c3-c120-46e5-a066-5240bbc9b0ea",
          "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": "98f10846-e2cb-4c6d-a66b-18158e40bbbd",
            "generatedFromUUID": "e34505c3-c120-46e5-a066-5240bbc9b0ea"
          },
          "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": "98f10846-e2cb-4c6d-a66b-18158e40bbbd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YTQ0MmI4MzY0ZTEyYWY4MDEwZjI0MWFmNmQ2Zjc2Nzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8e7dbf41-f7c9-49cc-a471-0a583eb7416a"
    }
  ],
  "workloadContext": "Production"
}
2021-04-21T13:08:11.559Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-21T13:08:11.559Z|c7111398-c952-49fb-9976-327c22440a06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 cc116036-48fd-4571-b403-56fada807252 ASDC
2021-04-21T13:08:11.560Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c758a39c-64b6-4bf3-8535-526695e6a559
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:cc116036-48fd-4571-b403-56fada807252
ServiceInvariantUUID:56d4a45d-858f-4f3d-94ef-afdb594783a5
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:8e7dbf41-f7c9-49cc-a471-0a583eb7416a
ArtifactChecksum:YTQ0MmI4MzY0ZTEyYWY4MDEwZjI0MWFmNmQ2Zjc2Nzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:891df570-bbbc-4e8b-b525-86d6c8d58f59
ResourceInvariantUUID:2337e4d4-c989-4dc6-8dba-ed4f847d3116
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:fd8b2527-f0d7-4f5b-8510-65a5889eb1f3
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:0c7f733e-5206-4ebb-b591-6a5bca030d23
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:b1edf8b0-810b-4d51-b3ab-bb546eeaf3d0
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:24b45006-4e84-4ed4-bd0f-290dbd754914
ArtifactChecksum:YzMzNmVjN2ZkOTE5NmQ2NGI5ZjIwNDRiZTYyMTYxNDk=
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:e34505c3-c120-46e5-a066-5240bbc9b0ea
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:98f10846-e2cb-4c6d-a66b-18158e40bbbd
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:98f10846-e2cb-4c6d-a66b-18158e40bbbd
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-21T13:08:11.560Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cc116036-48fd-4571-b403-56fada807252 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-04-21T13:08:11.588Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T13:08:11.588Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:08:11.589Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:08:11.589Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8e7dbf41-f7c9-49cc-a471-0a583eb7416a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-21T13:08:11.589Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:08:11.589Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-21T13:08:11.768Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:08:11.770Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 8e7dbf41-f7c9-49cc-a471-0a583eb7416a 72011
2021-04-21T13:08:11.771Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-21T13:08:11.771Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-21T13:08:11.771Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:08:11.771Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:11.774Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:11.774Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010491771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:11.874Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:08:11.874Z||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-04-21T13:08:11.874Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:11.886Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:11.887Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:12.774Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T13:08:12.775Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:08:12.776Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8e7dbf41-f7c9-49cc-a471-0a583eb7416a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-21T13:08:12.776Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-21T13:08:12.776Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-21T13:08:12.776Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-21T13:08:12.903Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4743246984204328504/Definitions/service-BasicCnf-template.yml
2021-04-21T13:08:13.835Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-21T13:08:13.835Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-21T13:08:13.836Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-21T13:08:13.836Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-21T13:08:13.836Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:13.836Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:13.836Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:13.836Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:13.836Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:13.836Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-21T13:08:13.836Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:13.836Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:08:13.836Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-21T13:08:13.836Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-21T13:08:13.837Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T13:08:13.837Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:13.837Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:08:13.837Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-21T13:08:13.837Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-21T13:08:13.837Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T13:08:13.837Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:13.837Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:08:13.837Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:13.837Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-21T13:08:13.837Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-21T13:08:13.837Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-21T13:08:13.837Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-21T13:08:13.837Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:13.838Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-21T13:08:13.838Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:13.838Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-21T13:08:13.838Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:08:13.838Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:13.838Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-21T13:08:13.838Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:08:13.838Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:13.838Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-21T13:08:13.838Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:08:13.838Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:13.838Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-21T13:08:13.839Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-21T13:08:13.839Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=52a07aed-8ea7-434d-bc48-16080624dfb2
2021-04-21T13:08:13.839Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:13.839Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:08:13.839Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:13.839Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:08:13.839Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:13.839Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:08:13.839Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:13.839Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:08:13.839Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:cc116036-48fd-4571-b403-56fada807252
Model Version:NULL
Model InvariantUuid:56d4a45d-858f-4f3d-94ef-afdb594783a5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:dc5ec77f-e8f9-4513-9acf-34df6e31026f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2337e4d4-c989-4dc6-8dba-ed4f847d3116
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:891df570-bbbc-4e8b-b525-86d6c8d58f59
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f2255f91-507e-4a6d-927d-392a70231146
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1dac34fd-9f1e-4eb1-92dc-1464a104029e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:52a07aed-8ea7-434d-bc48-16080624dfb2
ModelInvariantUuid:1723cc2f-3783-42e5-aad7-a9c7cff99b6b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f121b691-7c42-49ab-9a36-f6cabddb4674
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:0d58d592-41d8-4a17-8b34-05d715f90b07
ModelInvariantUuid:c084b83e-1f23-4460-9919-9b4de52741e2
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:a3129014-88c2-4d02-b3ba-288b7836a522
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-04-21T13:08:13.846Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: fd8b2527-f0d7-4f5b-8510-65a5889eb1f3
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-04-21T13:08:13.849Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||basic_cnf 0
2021-04-21T13:08:13.849Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fd8b2527-f0d7-4f5b-8510-65a5889eb1f3
2021-04-21T13:08:13.849Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c7f733e-5206-4ebb-b591-6a5bca030d23 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-21T13:08:13.849Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:08:13.849Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:14.309Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:08:14.309Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0c7f733e-5206-4ebb-b591-6a5bca030d23 12
2021-04-21T13:08:14.309Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:14.310Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:14.310Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:08:14.310Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:14.311Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:14.312Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010494309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:14.412Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:08:14.413Z||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-04-21T13:08:14.413Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:14.423Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:14.424Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-21T13:08:15.312Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b1edf8b0-810b-4d51-b3ab-bb546eeaf3d0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-21T13:08:15.313Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:08:15.313Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:15.913Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:08:15.914Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b1edf8b0-810b-4d51-b3ab-bb546eeaf3d0 2688
2021-04-21T13:08:15.914Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:15.914Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:15.914Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:08:15.914Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:15.916Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:15.916Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010495914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:16.017Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:08:16.018Z||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-04-21T13:08:16.018Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:16.026Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:16.027Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:16.918Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 24b45006-4e84-4ed4-bd0f-290dbd754914 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-21T13:08:16.918Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:08:16.918Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:17.075Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:08:17.075Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 24b45006-4e84-4ed4-bd0f-290dbd754914 828
2021-04-21T13:08:17.075Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:17.076Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:17.076Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:08:17.076Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:17.078Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:17.078Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010497075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:17.178Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:08:17.178Z||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-04-21T13:08:17.179Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:17.188Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:17.189Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:08:17.865Z||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-04-21T13:08:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:17.987Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:17.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7111398-c952-49fb-9976-327c22440a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010468830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T13:08:17.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:08:17.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010480408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "clamp",
  "timestamp": 1619010475708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "policy-id",
  "timestamp": 1619010478929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010482425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "clamp",
  "timestamp": 1619010475708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010480408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "policy-id",
  "timestamp": 1619010478929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010482425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010480408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "clamp",
  "timestamp": 1619010475708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "policy-id",
  "timestamp": 1619010478929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010484079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010482425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010480408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "clamp",
  "timestamp": 1619010475708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "policy-id",
  "timestamp": 1619010478929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010484079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010482425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010480408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "clamp",
  "timestamp": 1619010475708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "policy-id",
  "timestamp": 1619010478929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010484079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010482425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010480408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "clamp",
  "timestamp": 1619010475708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "policy-id",
  "timestamp": 1619010478929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010484079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010482425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "dcae-sch",
  "timestamp": 1619010487478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010480408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "clamp",
  "timestamp": 1619010475708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "policy-id",
  "timestamp": 1619010478929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010484079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010482425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "dcae-sch",
  "timestamp": 1619010487478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010480408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "clamp",
  "timestamp": 1619010475708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "policy-id",
  "timestamp": 1619010478929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010484079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010482425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "dcae-sch",
  "timestamp": 1619010487478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619010480408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010480060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "clamp",
  "timestamp": 1619010475708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "policy-id",
  "timestamp": 1619010478929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010484079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010490271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010482425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "dcae-sch",
  "timestamp": 1619010487478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010484079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010491771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:08:17.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "policy-id",
  "timestamp": 1619010491770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010490271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "dcae-sch",
  "timestamp": 1619010487478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010492427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010484079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "policy-id",
  "timestamp": 1619010492774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010490271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "dcae-sch",
  "timestamp": 1619010487478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:17.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:17.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:17.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "policy-id",
  "timestamp": 1619010493777,
  "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-04-21T13:08:18.004Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c758a39c-64b6-4bf3-8535-526695e6a559
2021-04-21T13:08:18.004Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c758a39c-64b6-4bf3-8535-526695e6a559 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-04-21T13:08:18.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010490271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-21T13:08:18.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010494034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:18.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:08:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "dcae-sch",
  "timestamp": 1619010487478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:18.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010494309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:18.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:08:18.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010494325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:18.014Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:08:18.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "clamp",
  "timestamp": 1619010494484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:18.014Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:08:18.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010490271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-21T13:08:18.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:18.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "dcae-sch",
  "timestamp": 1619010487478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:18.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:18.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "clamp",
  "timestamp": 1619010495514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:08:18.015Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:08:18.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010495523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:18.015Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:08:18.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010495831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:18.015Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:08:18.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010490271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:18.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:18.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010495914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:18.016Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:08:18.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "dcae-sch",
  "timestamp": 1619010487478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:18.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:18.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "aai-ml",
  "timestamp": 1619010495874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:18.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:18.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "clamp",
  "timestamp": 1619010496517,
  "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-04-21T13:08:18.019Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c758a39c-64b6-4bf3-8535-526695e6a559
2021-04-21T13:08:18.020Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c758a39c-64b6-4bf3-8535-526695e6a559 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-04-21T13:08:18.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010496846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:18.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:08:18.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010490271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-21T13:08:18.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:18.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010496989,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:18.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:08:18.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010497075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:18.029Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:08:18.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "aai-ml",
  "timestamp": 1619010495874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:18.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:18.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:08:18.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010497144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:08:18.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:08:18.081Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "f2255f91-507e-4a6d-927d-392a70231146",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1dac34fd-9f1e-4eb1-92dc-1464a104029e",
    "vfModuleModelCustomizationUUID": "ef388a0e-54a2-46e9-ad79-71f019438860",
    "isBase": true,
    "artifacts": [
      "e34505c3-c120-46e5-a066-5240bbc9b0ea",
      "b1edf8b0-810b-4d51-b3ab-bb546eeaf3d0",
      "98f10846-e2cb-4c6d-a66b-18158e40bbbd"
    ],
    "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-04-21T13:08:18.084Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1dac34fd-9f1e-4eb1-92dc-1464a104029e
VfModuleModelInvariantUUID:f2255f91-507e-4a6d-927d-392a70231146
VfModuleModelDescription:NULL
Artifacts UUID List:{
e34505c3-c120-46e5-a066-5240bbc9b0ea
,
b1edf8b0-810b-4d51-b3ab-bb546eeaf3d0
,
98f10846-e2cb-4c6d-a66b-18158e40bbbd

}
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-04-21T13:08:18.086Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "f2255f91-507e-4a6d-927d-392a70231146",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1dac34fd-9f1e-4eb1-92dc-1464a104029e",
    "vfModuleModelCustomizationUUID": "ef388a0e-54a2-46e9-ad79-71f019438860",
    "isBase": true,
    "artifacts": [
      "e34505c3-c120-46e5-a066-5240bbc9b0ea",
      "b1edf8b0-810b-4d51-b3ab-bb546eeaf3d0",
      "98f10846-e2cb-4c6d-a66b-18158e40bbbd"
    ],
    "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-04-21T13:08:18.086Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1dac34fd-9f1e-4eb1-92dc-1464a104029e
VfModuleModelInvariantUUID:f2255f91-507e-4a6d-927d-392a70231146
VfModuleModelDescription:NULL
Artifacts UUID List:{
e34505c3-c120-46e5-a066-5240bbc9b0ea
,
b1edf8b0-810b-4d51-b3ab-bb546eeaf3d0
,
98f10846-e2cb-4c6d-a66b-18158e40bbbd

}
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-04-21T13:08:18.086Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e34505c3-c120-46e5-a066-5240bbc9b0ea from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-21T13:08:18.087Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:08:18.087Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:18.214Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:08:18.214Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e34505c3-c120-46e5-a066-5240bbc9b0ea 1164
2021-04-21T13:08:18.215Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:18.215Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:18.215Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:08:18.215Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:18.217Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:18.217Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010498215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:18.317Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-21T13:08:18.318Z||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-04-21T13:08:18.318Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:18.328Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:18.328Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:19.220Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 98f10846-e2cb-4c6d-a66b-18158e40bbbd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-21T13:08:19.220Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:08:19.221Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:19.372Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:08:19.372Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 98f10846-e2cb-4c6d-a66b-18158e40bbbd 200
2021-04-21T13:08:19.372Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:19.373Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:19.373Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:08:19.373Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:19.374Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:19.375Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010499372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:08:19.475Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:08:19.475Z||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-04-21T13:08:19.475Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:19.487Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:19.488Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:20.375Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: cc116036-48fd-4571-b403-56fada807252
2021-04-21T13:08:20.376Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 fd8b2527-f0d7-4f5b-8510-65a5889eb1f3 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=?
2021-04-21T13:08:20.383Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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 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-04-21T13:08:20.391Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:20.391Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:08:20.392Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-04-21T13:08:20.392Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 891df570-bbbc-4e8b-b525-86d6c8d58f59
2021-04-21T13:08:20.392Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 891df570-bbbc-4e8b-b525-86d6c8d58f59 matches Tosca VF Customization UUID: 891df570-bbbc-4e8b-b525-86d6c8d58f59
2021-04-21T13:08:20.392Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 891df570-bbbc-4e8b-b525-86d6c8d58f59  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-04-21T13:08:20.394Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:20.394Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:08:20.394Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 891df570-bbbc-4e8b-b525-86d6c8d58f59: {\"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-04-21T13:08:20.394Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a63e632
2021-04-21T13:08:20.394Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:20.395Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-21T13:08:20.395Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ef388a0e-54a2-46e9-ad79-71f019438860
2021-04-21T13:08:20.395Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ef388a0e-54a2-46e9-ad79-71f019438860
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-04-21T13:08:20.397Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:20.397Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-21T13:08:20.397Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:08:20.397Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:20.398Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-21T13:08:20.398Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:08:20.398Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:20.398Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-21T13:08:20.398Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-21T13:08:20.398Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=52a07aed-8ea7-434d-bc48-16080624dfb2
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-04-21T13:08:20.400Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:20.400Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-21T13:08:20.400Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T13:08:20.400Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:20.400Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-21T13:08:20.400Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=891df570-bbbc-4e8b-b525-86d6c8d58f59
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-04-21T13:08:20.402Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:20.402Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:08:20.402Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid cc116036-48fd-4571-b403-56fada807252: basic_cnf
2021-04-21T13:08:20.402Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:20.402Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:08:20.402Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:20.402Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:08:20.403Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:20.403Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:08:20.403Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:20.403Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:08:20.403Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-21T13:08:20.403Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:08:20.403Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:20.459Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf fd8b2527-f0d7-4f5b-8510-65a5889eb1f3 1 ASDC deployResourceStructure
2021-04-21T13:08:20.460Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:20.461Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:20.461Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-21T13:08:20.461Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:20.464Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:20.465Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010500460,
  "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-04-21T13:08:20.564Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-21T13:08:20.565Z||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-04-21T13:08:20.565Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:20.576Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:20.576Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:21.465Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:21.466Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:21.466Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-21T13:08:21.466Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:21.468Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:21.468Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010501465,
  "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-04-21T13:08:21.568Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:08:21.570Z||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-04-21T13:08:21.570Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:21.579Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:21.579Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:22.469Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:22.469Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:22.469Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T13:08:22.470Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:22.471Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:22.471Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010502469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T13:08:22.572Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-21T13:08:22.572Z||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-04-21T13:08:22.572Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:22.582Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:22.582Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:23.473Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:23.473Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:23.474Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T13:08:23.474Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:23.476Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:23.476Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010503472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-21T13:08:23.576Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:08:23.577Z||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-04-21T13:08:23.577Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:23.587Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:23.588Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:24.477Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:24.478Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:08:24.478Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T13:08:24.478Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:24.481Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:24.481Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010504477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-21T13:08:24.581Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:08:24.582Z||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-04-21T13:08:24.582Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:24.593Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:24.593Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:25.482Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-21T13:08:25.482Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-21T13:08:25.482Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T13:08:25.483Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:08:25.484Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:08:25.484Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010505482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:08:25.585Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-21T13:08:25.586Z||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-04-21T13:08:25.586Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:08:25.595Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:08:25.596Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:08:26.485Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c758a39c-64b6-4bf3-8535-526695e6a559
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:08:26.493Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c758a39c-64b6-4bf3-8535-526695e6a559
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-04-21T13:08:26.495Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:08:26.496Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T13:08:26.496Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T13:08:56.496Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c758a39c-64b6-4bf3-8535-526695e6a559
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:08:56.504Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c758a39c-64b6-4bf3-8535-526695e6a559
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-04-21T13:08:56.506Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:08:56.506Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T13:08:56.507Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T13:09:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:09:17.865Z||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-04-21T13:09:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:09:17.881Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:09:17.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:09:17.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010497850,
  "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-04-21T13:09:17.888Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c758a39c-64b6-4bf3-8535-526695e6a559
2021-04-21T13:09:17.888Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c758a39c-64b6-4bf3-8535-526695e6a559 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-04-21T13:09:26.507Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c758a39c-64b6-4bf3-8535-526695e6a559
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:09:26.517Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c758a39c-64b6-4bf3-8535-526695e6a559
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-04-21T13:09:26.520Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:09:26.520Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T13:09:26.521Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T13:09:56.521Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c758a39c-64b6-4bf3-8535-526695e6a559
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:09:56.538Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c758a39c-64b6-4bf3-8535-526695e6a559
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-04-21T13:09:56.542Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:09:56.542Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T13:09:56.542Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T13:10:17.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:10:17.867Z||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-04-21T13:10:17.867Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:10:17.887Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:10:17.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:10:17.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010490271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:10:17.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:10:26.542Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c758a39c-64b6-4bf3-8535-526695e6a559
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:10:26.552Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c758a39c-64b6-4bf3-8535-526695e6a559
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-04-21T13:10:26.554Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:10:26.554Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T13:10:26.554Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T13:10:56.555Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c758a39c-64b6-4bf3-8535-526695e6a559
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:10:56.564Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c758a39c-64b6-4bf3-8535-526695e6a559
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-04-21T13:10:56.566Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:10:56.566Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T13:10:56.566Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T13:11:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:11:17.865Z||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-04-21T13:11:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:11:18.384Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:11:18.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010498136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010498215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "aai-ml",
  "timestamp": 1619010495874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010497144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619010498853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010490271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010499172,
  "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-04-21T13:11:18.393Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c758a39c-64b6-4bf3-8535-526695e6a559
2021-04-21T13:11:18.393Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c758a39c-64b6-4bf3-8535-526695e6a559 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-04-21T13:11:18.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010499372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:11:18.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "aai-ml",
  "timestamp": 1619010495874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:11:18.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:11:18.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010497144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:11:18.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:11:18.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010500114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:11:18.403Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619010500174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T13:11:18.403Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010500460,
  "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-04-21T13:11:18.404Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "aai-ml",
  "timestamp": 1619010495874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:11:18.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:11:18.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010497144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:11:18.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:11:18.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010501274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:11:18.405Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010501465,
  "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-04-21T13:11:18.405Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "aai-ml",
  "timestamp": 1619010495874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:11:18.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:11:18.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010497144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:11:18.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:11:18.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010502425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:11:18.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010502469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T13:11:18.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "aai-ml",
  "timestamp": 1619010495874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:11:18.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:11:18.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010497144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:11:18.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:11:18.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010503472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-21T13:11:18.407Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "aai-ml",
  "timestamp": 1619010495874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:11:18.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:11:18.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010503563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:11:18.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010497144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:11:18.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:11:18.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010504477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-21T13:11:18.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "aai-ml",
  "timestamp": 1619010495874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:11:18.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:11:18.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010504568,
  "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-04-21T13:11:18.413Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c758a39c-64b6-4bf3-8535-526695e6a559
2021-04-21T13:11:18.413Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c758a39c-64b6-4bf3-8535-526695e6a559 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-04-21T13:11:18.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010497144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-21T13:11:18.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:11:18.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010505482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:11:18.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619010505576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-21T13:11:18.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "aai-ml",
  "timestamp": 1619010505713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:11:18.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010497144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-21T13:11:18.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-21T13:11:18.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010506985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-21T13:11:18.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010509004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:11:18.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619010510008,
  "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-04-21T13:11:18.428Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c758a39c-64b6-4bf3-8535-526695e6a559
2021-04-21T13:11:18.428Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c758a39c-64b6-4bf3-8535-526695e6a559 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-04-21T13:11:18.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "aai-ml",
  "timestamp": 1619010511337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-21T13:11:18.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:11:18.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T13:11:18.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "aai-ml",
  "timestamp": 1619010512340,
  "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-04-21T13:11:18.442Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c758a39c-64b6-4bf3-8535-526695e6a559
2021-04-21T13:11:18.443Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c758a39c-64b6-4bf3-8535-526695e6a559 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-04-21T13:11:26.567Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c758a39c-64b6-4bf3-8535-526695e6a559
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-21T13:11:26.576Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c758a39c-64b6-4bf3-8535-526695e6a559
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-04-21T13:11:26.579Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:11:26.579Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-21T13:11:26.579Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-21T13:11:26.579Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-21T13:11:26.579Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:11:26.580Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:11:26.580Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:11:26.580Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:11:26.580Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-21T13:11:26.580Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:11:26.585Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-21T13:11:56.586Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c758a39c-64b6-4bf3-8535-526695e6a559 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-04-21T13:11:56.590Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c758a39c-64b6-4bf3-8535-526695e6a559 and serviceModelVersionId: cc116036-48fd-4571-b403-56fada807252
2021-04-21T13:11:56.590Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56d4a45d-858f-4f3d-94ef-afdb594783a5
2021-04-21T13:11:56.591Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56d4a45d-858f-4f3d-94ef-afdb594783a5/model-vers/model-ver/cc116036-48fd-4571-b403-56fada807252?depth=0
2021-04-21T13:11:56.597Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-04-21T13:11:56.625Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56d4a45d-858f-4f3d-94ef-afdb594783a5/model-vers/model-ver/cc116036-48fd-4571-b403-56fada807252?depth=0|INFO|500||Invoke
2021-04-21T13:11:56.626Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56d4a45d-858f-4f3d-94ef-afdb594783a5/model-vers/model-ver/cc116036-48fd-4571-b403-56fada807252?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56d4a45d-858f-4f3d-94ef-afdb594783a5/model-vers/model-ver/cc116036-48fd-4571-b403-56fada807252?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c758a39c-64b6-4bf3-8535-526695e6a559], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d036b467-9f91-4d94-af0f-02ad0d4fe520], X-ECOMP-RequestID=[c758a39c-64b6-4bf3-8535-526695e6a559], X-TransactionId=[], X-ONAP-RequestID=[c758a39c-64b6-4bf3-8535-526695e6a559], Content-Type=[application/merge-patch+json]}
2021-04-21T13:11:56.643Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56d4a45d-858f-4f3d-94ef-afdb594783a5/model-vers/model-ver/cc116036-48fd-4571-b403-56fada807252?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-21T13:11:56.719Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56d4a45d-858f-4f3d-94ef-afdb594783a5/model-vers/model-ver/cc116036-48fd-4571-b403-56fada807252?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/56d4a45d-858f-4f3d-94ef-afdb594783a5/model-vers/model-ver/cc116036-48fd-4571-b403-56fada807252?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210421-13:11:56:661-50655], vertex-id=[241792], Content-Length=[0], Date=[Wed, 21 Apr 2021 13:11:56 GMT], Content-Type=[application/json]}
2021-04-21T13:11:56.719Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56d4a45d-858f-4f3d-94ef-afdb594783a5/model-vers/model-ver/cc116036-48fd-4571-b403-56fada807252?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-21T13:11:56.720Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56d4a45d-858f-4f3d-94ef-afdb594783a5/model-vers/model-ver/cc116036-48fd-4571-b403-56fada807252?depth=0|INFO|500||InvokeReturn
2021-04-21T13:11:56.720Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-21T13:11:56.721Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:11:56.727Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||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-04-21T13:11:56.728Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c758a39c-64b6-4bf3-8535-526695e6a559 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-21T13:11:56.728Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-21T13:11:56.728Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:11:56.730Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:11:56.730Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010716728,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T13:11:56.830Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-21T13:11:56.831Z||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-04-21T13:11:56.831Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:11:56.844Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:11:56.845Z||pool-105-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-04-21T13:11:57.741Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:11:57.741Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:11:57.741Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:12:07.952Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:12:07.952Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:12:07.953Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:12:07.953Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:12:17.488Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:12:17.488Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:12:17.488Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:12:17.489Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:12:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:12:17.865Z||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-04-21T13:12:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:12:18.486Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:12:18.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-21T13:12:18.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c758a39c-64b6-4bf3-8535-526695e6a559",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619010716728,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T13:12:18.487Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:12:27.026Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:12:27.027Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:12:27.027Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:12:27.028Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:12:36.561Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:12:36.562Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:12:36.562Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:12:36.563Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:12:46.100Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:12:46.101Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:12:46.101Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:12:46.101Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:12:55.637Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:12:55.638Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:12:55.638Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:12:55.638Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:13:05.178Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:13:05.179Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:13:05.179Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:13:05.179Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:13:14.713Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:13:17.862Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:13:17.862Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:13:17.862Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:13:17.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:13:17.865Z||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-04-21T13:13:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:13:27.397Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:13:27.414Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:14:17.861Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:14:17.862Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:14:17.862Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:14:17.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:14:17.865Z||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-04-21T13:14:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:14:27.398Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:14:27.402Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:15:17.862Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:15:17.862Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:15:17.863Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:15:17.864Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:15:17.865Z||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-04-21T13:15:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:15:27.407Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:15:27.407Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:16:17.861Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:16:17.862Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:16:17.862Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:16:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:16:17.865Z||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-04-21T13:16:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:16:27.407Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:16:27.407Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:17:17.861Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:17:17.862Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:17:17.862Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:17:17.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:17:17.865Z||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-04-21T13:17:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:17:27.401Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:17:27.402Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:18:17.862Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:18:17.863Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:18:17.863Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:18:17.864Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:18:17.865Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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-04-21T13:18:17.865Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:18:27.406Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:18:27.406Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:19:17.862Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:19:17.862Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:19:17.863Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:19:17.864Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:19:17.865Z||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-04-21T13:19:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:19:27.403Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:19:27.404Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:20:17.861Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:20:17.862Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:20:17.862Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:20:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:20:17.865Z||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-04-21T13:20:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:20:27.402Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:20:27.408Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:21:17.863Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:21:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:21:17.864Z|c758a39c-64b6-4bf3-8535-526695e6a559|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-04-21T13:21:17.864Z|c758a39c-64b6-4bf3-8535-526695e6a559|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:21:17.865Z||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-04-21T13:21:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:21:27.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:21:27.404Z|c758a39c-64b6-4bf3-8535-526695e6a559|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:22:17.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:22:17.862Z||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-04-21T13:22:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:22:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:22:17.865Z||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-04-21T13:22:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:22:27.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:22:27.407Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:23:17.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:23:17.862Z||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-04-21T13:23:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:23:17.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:23:17.865Z||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-04-21T13:23:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:23:27.401Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:23:27.402Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:24:17.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:24:17.862Z||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-04-21T13:24:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:24:17.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:24:17.865Z||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-04-21T13:24:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:24:27.402Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-21T13:24:27.406Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK