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-09-03T00:48:50.248Z||main|||||INFO|500||The following profiles are active: basic
2021-09-03T00:48:59.268Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-03T00:48:59.269Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-03T00:48:59.343Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-03T00:49:01.436Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-03T00:49:01.585Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-03T00:49:01.924Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-03T00:49:01.928Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-03T00:49:02.046Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-03T00:49:02.166Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-03T00:49:02.505Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-03T00:49:03.318Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-03T00:49:05.112Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-03T00:49:05.157Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-03T00:49:05.558Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-03T00:49:05.694Z||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-09-03T00:49:06.779Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-03T00:49:07.709Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-03T00:49:07.727Z||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$$31bd920b.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-09-03T00:49:07.728Z||main|||||WARN|500||The sdc end point is not alive
2021-09-03T00:49:10.324Z||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-09-03T00:49:12.824Z||main|||||WARN|500||---
2021-09-03T00:49:12.824Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-03T00:49:12.824Z||main|||||WARN|500||---
2021-09-03T00:49:13.204Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-03T00:49:17.269Z||main|||||INFO|500||Started Application in 31.026 seconds (JVM running for 32.133)
2021-09-03T00:49:17.287Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T00:49:17.288Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T00:49:17.297Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T00:49:17.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T00:49:17.390Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6e05c107-a1c4-44f9-bfed-0f95f6b7f98a url= /sdc/v1/artifactTypes
2021-09-03T00:49:17.390Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T00:49:18.479Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 50 common frames omitted
2021-09-03T00:49:18.483Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b44ee31
2021-09-03T00:49:18.483Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T00:49:18.492Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T00:49:18.494Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T00:49:18.496Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 33 common frames omitted
2021-09-03T00:50:07.264Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T00:50:07.264Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T00:50:07.265Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T00:50:07.268Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T00:50:07.273Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 91a22362-4f93-465f-86d3-866bf753e990 url= /sdc/v1/artifactTypes
2021-09-03T00:50:07.273Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T00:50:08.302Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 50 common frames omitted
2021-09-03T00:50:08.302Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6faf7299
2021-09-03T00:50:08.303Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T00:50:08.303Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T00:50:08.303Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T00:50:08.303Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 33 common frames omitted
2021-09-03T00:50:57.264Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T00:50:57.265Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T00:50:57.265Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T00:50:57.267Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T00:50:57.272Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cdb3e283-c344-423f-bc7a-8b06b867fa15 url= /sdc/v1/artifactTypes
2021-09-03T00:50:57.272Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T00:50:58.288Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 50 common frames omitted
2021-09-03T00:50:58.289Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24dc2869
2021-09-03T00:50:58.290Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T00:50:58.291Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T00:50:58.291Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T00:50:58.292Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 33 common frames omitted
2021-09-03T00:51:47.264Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T00:51:47.264Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T00:51:47.265Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T00:51:47.268Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T00:51:47.272Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1d50dc76-232a-4cd4-b626-ee7ff11ad097 url= /sdc/v1/artifactTypes
2021-09-03T00:51:47.273Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T00:51:48.302Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-03T00:51:48.303Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62c62c3
2021-09-03T00:51:48.303Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T00:51:48.303Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T00:51:48.304Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T00:51:48.304Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-03T00:52:37.265Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T00:52:37.265Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T00:52:37.265Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T00:52:37.268Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T00:52:37.273Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9e9229dd-6948-430a-abda-d62c33156594 url= /sdc/v1/artifactTypes
2021-09-03T00:52:37.273Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T00:52:38.318Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-03T00:52:38.318Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@619fc11
2021-09-03T00:52:38.319Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T00:52:38.319Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T00:52:38.319Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T00:52:38.320Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-03T00:53:27.264Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T00:53:27.264Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T00:53:27.264Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T00:53:27.267Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T00:53:27.272Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 68e0532b-5d65-4ffb-bc6f-22dc6c683708 url= /sdc/v1/artifactTypes
2021-09-03T00:53:27.272Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T00:53:28.302Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-03T00:53:28.303Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cdf450a
2021-09-03T00:53:28.303Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T00:53:28.303Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T00:53:28.303Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T00:53:28.304Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-03T00:54:17.264Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T00:54:17.264Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T00:54:17.265Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T00:54:17.267Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T00:54:17.273Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d86a9694-473c-41bb-885d-bdb682ad8785 url= /sdc/v1/artifactTypes
2021-09-03T00:54:17.273Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T00:54:18.320Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-03T00:54:18.320Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b44ac87
2021-09-03T00:54:18.321Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T00:54:18.321Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T00:54:18.321Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T00:54:18.322Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-03T00:55:07.266Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T00:55:07.268Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T00:55:07.268Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T00:55:07.272Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T00:55:07.281Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 869fc046-bce4-4a29-9c8a-8579c41dd013 url= /sdc/v1/artifactTypes
2021-09-03T00:55:07.281Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T00:55:08.302Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-03T00:55:08.303Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@704184c1
2021-09-03T00:55:08.304Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T00:55:08.304Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T00:55:08.304Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T00:55:08.305Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-03T00:55:57.264Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T00:55:57.265Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T00:55:57.265Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T00:55:57.268Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T00:55:57.276Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 005b67c3-3347-4f7e-acbf-57849e1e91e6 url= /sdc/v1/artifactTypes
2021-09-03T00:55:57.277Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T00:55:58.319Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-03T00:55:58.320Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b097701
2021-09-03T00:55:58.321Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T00:55:58.321Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T00:55:58.321Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T00:55:58.322Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-03T00:56:47.264Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T00:56:47.264Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T00:56:47.264Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T00:56:47.267Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T00:56:47.271Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1f28a61f-8d75-4a34-bc6b-437d2232219a url= /sdc/v1/artifactTypes
2021-09-03T00:56:47.271Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T00:56:48.303Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-03T00:56:48.305Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73c8977a
2021-09-03T00:56:48.306Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T00:56:48.306Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T00:56:48.306Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T00:56:48.306Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-03T00:57:37.264Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T00:57:37.264Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T00:57:37.264Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T00:57:37.267Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T00:57:37.271Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 41de319c-ffdc-41ee-b163-86068cfcb5a7 url= /sdc/v1/artifactTypes
2021-09-03T00:57:37.272Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T00:57:38.286Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-03T00:57:38.286Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78b35fd3
2021-09-03T00:57:38.286Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T00:57:38.286Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T00:57:38.287Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T00:57:38.287Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-03T00:58:27.264Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T00:58:27.265Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T00:58:27.265Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T00:58:27.269Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T00:58:27.274Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19fe3319-9741-43e5-ae41-a807893af134 url= /sdc/v1/artifactTypes
2021-09-03T00:58:27.275Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T00:58:28.302Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-03T00:58:28.303Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3b0b6583
2021-09-03T00:58:28.303Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T00:58:28.303Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T00:58:28.304Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T00:58:28.304Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-03T00:58:50.803Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-03T00:59:17.264Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T00:59:17.264Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T00:59:17.264Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T00:59:17.266Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T00:59:17.272Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d7ae9166-5d46-46a2-ad5a-dd8a2edd4fc2 url= /sdc/v1/artifactTypes
2021-09-03T00:59:17.272Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T00:59:18.286Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-03T00:59:18.286Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d46fcd9
2021-09-03T00:59:18.286Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T00:59:18.286Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T00:59:18.286Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T00:59:18.287Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-03T01:00:07.264Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T01:00:07.264Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T01:00:07.264Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T01:00:07.266Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T01:00:07.271Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2d4baa39-af7e-48e7-9aad-f47d85bd0609 url= /sdc/v1/artifactTypes
2021-09-03T01:00:07.271Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T01:00:08.302Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-03T01:00:08.302Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3352ec73
2021-09-03T01:00:08.303Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T01:00:08.303Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T01:00:08.303Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T01:00:08.304Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-03T01:00:57.264Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T01:00:57.265Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T01:00:57.265Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T01:00:57.267Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T01:00:57.272Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d8f1cc72-e354-4171-bc48-7883286e35d0 url= /sdc/v1/artifactTypes
2021-09-03T01:00:57.273Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T01:00:58.286Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-03T01:00:58.286Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e5f1733
2021-09-03T01:00:58.286Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T01:00:58.287Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T01:00:58.287Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T01:00:58.287Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-03T01:01:47.265Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T01:01:47.265Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T01:01:47.265Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T01:01:47.267Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T01:01:47.271Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f8e34f26-a30f-4bd3-9f43-bfaa39fbf214 url= /sdc/v1/artifactTypes
2021-09-03T01:01:47.271Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T01:01:48.302Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-03T01:01:48.302Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1191a677
2021-09-03T01:01:48.302Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T01:01:48.303Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T01:01:48.303Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T01:01:48.303Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-03T01:02:37.264Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T01:02:37.264Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T01:02:37.264Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T01:02:37.267Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T01:02:37.271Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 529b34da-c727-4628-8d8c-deae4ab8f984 url= /sdc/v1/artifactTypes
2021-09-03T01:02:37.271Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T01:02:38.290Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2021-09-03T01:02:38.290Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4080fc0f
2021-09-03T01:02:38.291Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T01:02:38.291Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T01:02:38.291Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T01:02:38.292Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2021-09-03T01:03:27.264Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T01:03:27.265Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T01:03:27.265Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T01:03:27.267Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T01:03:27.271Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 70d9e893-35ca-4105-b4c7-f8dfe671b990 url= /sdc/v1/artifactTypes
2021-09-03T01:03:27.271Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T01:03:28.302Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2021-09-03T01:03:28.303Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@201441d0
2021-09-03T01:03:28.303Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T01:03:28.303Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T01:03:28.303Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T01:03:28.303Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2021-09-03T01:04:17.264Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T01:04:17.264Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T01:04:17.264Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T01:04:17.266Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T01:04:17.270Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8314a449-a29d-4f87-85ee-c890e8f71f57 url= /sdc/v1/artifactTypes
2021-09-03T01:04:17.270Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T01:04:18.286Z||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.13.0] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2021-09-03T01:04:18.287Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@178acc7c
2021-09-03T01:04:18.287Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-03T01:04:18.287Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-03T01:04:18.287Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-03T01:04:18.288Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1aa13036.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2021-09-03T01:05:07.264Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-03T01:05:07.264Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-03T01:05:07.264Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-03T01:05:07.266Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-03T01:05:07.271Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0cbdef2a-d7f5-40ec-aec9-e69fedbbefdf url= /sdc/v1/artifactTypes
2021-09-03T01:05:07.271Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-03T01:05:07.448Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-03T01:05:07.456Z||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-09-03T01:05:07.479Z||scheduling-1|||||DEBUG|500||create keys
2021-09-03T01:05:07.486Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-03T01:05:07.506Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:05:07.523Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f62e7abe-5531-4076-997c-8e355ce0f807 url= /sdc/v1/registerForDistribution
2021-09-03T01:05:07.617Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f62e7abe-5531-4076-997c-8e355ce0f807 url= /sdc/v1/registerForDistribution
2021-09-03T01:05:07.617Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-03T01:05:07.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:05:07.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:05:07.630Z||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-09-03T01:05:07.630Z||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-09-03T01:05:07.630Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-03T01:05:07.630Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:05:07.630Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:05:17.840Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:05:17.842Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:06:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:06:07.624Z||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-09-03T01:06:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:06:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:06:07.625Z||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-09-03T01:06:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:06:17.164Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:06:17.165Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:07:07.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:07:07.624Z||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-09-03T01:07:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:07:07.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:07:07.625Z||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-09-03T01:07:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:07:17.166Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:07:17.166Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:08:07.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:08:07.623Z||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-09-03T01:08:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:08:07.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:08:07.626Z||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-09-03T01:08:07.626Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:08:17.166Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:08:17.168Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:09:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:09:07.623Z||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-09-03T01:09:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:09:07.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:09:07.626Z||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-09-03T01:09:07.626Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:09:17.162Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:09:17.166Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:10:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:10:07.624Z||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-09-03T01:10:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:10:07.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:10:07.625Z||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-09-03T01:10:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:10:17.170Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:10:17.171Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:11:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:11:07.624Z||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-09-03T01:11:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:11:07.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:11:07.625Z||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-09-03T01:11:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:11:17.169Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:11:17.171Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:12:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:12:07.623Z||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-09-03T01:12:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:12:07.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:12:07.625Z||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-09-03T01:12:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:12:17.165Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:12:17.165Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:13:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:13:07.624Z||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-09-03T01:13:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:13:07.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:13:07.625Z||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-09-03T01:13:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:13:17.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:13:17.179Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:14:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:14:07.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:14:07.624Z||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-09-03T01:14:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:14:07.625Z||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-09-03T01:14:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:14:17.165Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:14:17.172Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:15:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:15:07.624Z||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-09-03T01:15:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:15:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:15:07.625Z||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-09-03T01:15:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:15:17.165Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:15:17.167Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:16:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:16:07.623Z||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-09-03T01:16:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:16:07.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:16:07.625Z||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-09-03T01:16:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:16:17.162Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:16:17.164Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:17:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:17:07.623Z||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-09-03T01:17:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:17:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:17:07.625Z||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-09-03T01:17:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:17:17.161Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:17:17.165Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:18:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:18:07.623Z||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-09-03T01:18:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:18:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:18:07.625Z||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-09-03T01:18:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:18:17.166Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:18:17.171Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:19:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:19:07.624Z||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-09-03T01:19:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:19:07.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:19:07.625Z||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-09-03T01:19:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:19:17.159Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:19:17.165Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:20:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:20:07.623Z||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-09-03T01:20:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:20:07.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:20:07.625Z||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-09-03T01:20:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:20:17.162Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:20:17.164Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:21:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:21:07.623Z||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-09-03T01:21:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:21:07.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:21:07.625Z||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-09-03T01:21:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:21:17.164Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:21:17.170Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:22:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:22:07.623Z||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-09-03T01:22:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:22:07.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:22:07.625Z||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-09-03T01:22:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:22:17.166Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:22:17.166Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:23:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:23:07.623Z||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-09-03T01:23:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:23:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:23:07.625Z||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-09-03T01:23:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:23:17.164Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:23:17.167Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:24:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:24:07.623Z||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-09-03T01:24:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:24:07.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:24:07.625Z||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-09-03T01:24:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:24:17.161Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:24:17.163Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:25:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:25:07.623Z||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-09-03T01:25:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:25:07.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:25:07.625Z||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-09-03T01:25:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:25:17.162Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:25:17.171Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:26:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:26:07.623Z||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-09-03T01:26:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:26:07.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:26:07.625Z||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-09-03T01:26:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:26:17.190Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:26:17.194Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:27:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:27:07.623Z||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-09-03T01:27:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:27:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:27:07.625Z||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-09-03T01:27:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:27:17.161Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:27:17.164Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:28:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:28:07.623Z||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-09-03T01:28:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:28:07.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:28:07.625Z||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-09-03T01:28:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:28:17.162Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:28:17.163Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:29:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:29:07.624Z||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-09-03T01:29:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:29:07.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:29:07.625Z||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-09-03T01:29:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:29:17.159Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:29:17.167Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:30:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:30:07.624Z||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-09-03T01:30:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:30:07.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:30:07.625Z||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-09-03T01:30:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:30:17.167Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:30:17.167Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:31:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:31:07.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:31:07.624Z||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-09-03T01:31:07.625Z||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-09-03T01:31:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:31:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:31:17.163Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:31:17.167Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:32:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:32:07.624Z||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-09-03T01:32:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:32:07.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:32:07.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T01:32:07.625Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T01:32:17.166Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:32:17.166Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:33:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:33:07.624Z||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-09-03T01:33:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:33:07.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:33:07.625Z||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-09-03T01:33:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:33:17.164Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:33:17.164Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:34:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:34:07.623Z||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-09-03T01:34:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:34:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:34:07.625Z||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-09-03T01:34:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:34:17.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:34:17.178Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:35:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:35:07.623Z||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-09-03T01:35:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:35:07.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:35:07.625Z||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-09-03T01:35:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:35:17.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:35:17.161Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:36:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:36:07.623Z||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-09-03T01:36:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:36:07.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:36:07.625Z||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-09-03T01:36:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:36:17.163Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:36:17.164Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:37:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:37:07.624Z||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-09-03T01:37:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:37:07.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:37:07.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T01:37:07.625Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T01:37:17.164Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:37:17.166Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:38:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:38:07.623Z||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-09-03T01:38:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:38:07.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:38:07.625Z||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-09-03T01:38:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:38:17.162Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:38:17.165Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:39:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:39:07.623Z||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-09-03T01:39:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:39:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:39:07.625Z||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-09-03T01:39:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:39:17.164Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:39:17.165Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:40:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:40:07.623Z||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-09-03T01:40:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:40:07.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:40:07.625Z||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-09-03T01:40:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:40:17.158Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:40:17.161Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:41:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:41:07.623Z||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-09-03T01:41:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:41:07.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:41:07.625Z||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-09-03T01:41:07.626Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:41:17.164Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:41:17.166Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:42:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:42:07.623Z||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-09-03T01:42:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:42:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:42:07.625Z||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-09-03T01:42:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:42:17.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:42:17.179Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:43:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:43:07.623Z||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-09-03T01:43:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:43:07.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:43:07.625Z||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-09-03T01:43:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:43:17.165Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:43:17.166Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:44:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:44:07.623Z||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-09-03T01:44:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:44:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:44:07.625Z||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-09-03T01:44:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:44:17.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:44:17.163Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:45:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:45:07.623Z||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-09-03T01:45:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:45:07.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:45:07.624Z||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-09-03T01:45:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:45:17.161Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:45:17.167Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:46:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:46:07.623Z||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-09-03T01:46:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:46:07.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:46:07.625Z||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-09-03T01:46:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:46:17.163Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:46:17.165Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:47:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:47:07.624Z||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-09-03T01:47:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:47:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:47:07.625Z||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-09-03T01:47:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:47:17.168Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:47:17.169Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:48:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:48:07.623Z||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-09-03T01:48:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:48:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:48:07.625Z||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-09-03T01:48:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:48:17.163Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:48:17.167Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:49:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:49:07.623Z||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-09-03T01:49:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:49:07.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:49:07.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T01:49:07.625Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T01:49:17.171Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:49:17.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:50:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:50:07.623Z||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-09-03T01:50:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:50:07.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:50:07.625Z||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-09-03T01:50:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:50:17.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:50:17.163Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:51:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:51:07.623Z||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-09-03T01:51:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:51:07.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:51:07.625Z||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-09-03T01:51:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:51:17.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:51:17.167Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:52:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:52:07.623Z||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-09-03T01:52:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:52:07.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:52:07.625Z||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-09-03T01:52:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:52:17.161Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:52:17.163Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:53:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:53:07.623Z||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-09-03T01:53:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:53:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:53:07.625Z||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-09-03T01:53:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:53:17.159Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:53:17.161Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:54:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:54:07.623Z||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-09-03T01:54:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:54:07.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:54:07.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T01:54:07.625Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T01:54:17.162Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:54:17.163Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:55:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:55:07.623Z||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-09-03T01:55:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:55:07.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:55:07.625Z||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-09-03T01:55:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:55:17.159Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:55:17.161Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:56:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:56:07.623Z||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-09-03T01:56:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:56:07.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:56:07.625Z||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-09-03T01:56:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:56:17.161Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:56:17.161Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:57:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:57:07.623Z||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-09-03T01:57:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:57:07.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:57:07.625Z||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-09-03T01:57:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:57:17.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:57:17.164Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:58:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:58:07.623Z||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-09-03T01:58:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:58:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:58:07.625Z||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-09-03T01:58:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:58:17.161Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:58:17.166Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:59:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:59:07.623Z||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-09-03T01:59:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T01:59:07.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T01:59:07.624Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T01:59:07.625Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T01:59:17.166Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T01:59:17.166Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:00:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:00:07.623Z||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-09-03T02:00:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:00:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:00:07.625Z||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-09-03T02:00:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:00:17.159Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:00:17.160Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:01:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:01:07.623Z||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-09-03T02:01:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:01:07.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:01:07.625Z||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-09-03T02:01:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:01:17.158Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:01:17.159Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:02:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:02:07.623Z||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-09-03T02:02:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:02:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:02:07.625Z||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-09-03T02:02:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:02:17.164Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:02:17.175Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:03:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:03:07.623Z||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-09-03T02:03:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:03:07.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:03:07.625Z||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-09-03T02:03:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:03:17.160Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:03:17.162Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:04:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:04:07.623Z||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-09-03T02:04:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:04:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:04:07.625Z||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-09-03T02:04:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:04:17.161Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:04:17.167Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:05:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:05:07.623Z||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-09-03T02:05:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:05:07.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:05:07.625Z||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-09-03T02:05:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:05:17.160Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:05:17.161Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:06:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:06:07.623Z||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-09-03T02:06:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:06:07.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:06:07.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T02:06:07.625Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:06:17.160Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:06:17.164Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:07:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:07:07.623Z||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-09-03T02:07:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:07:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:07:07.625Z||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-09-03T02:07:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:07:17.160Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:07:17.164Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:08:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:08:07.623Z||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-09-03T02:08:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:08:07.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:08:07.625Z||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-09-03T02:08:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:08:17.161Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:08:17.161Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:09:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:09:07.623Z||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-09-03T02:09:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:09:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:09:07.625Z||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-09-03T02:09:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:09:17.164Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:09:17.167Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:10:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:10:07.623Z||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-09-03T02:10:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:10:07.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:10:07.625Z||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-09-03T02:10:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:10:17.159Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:10:17.175Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:11:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:11:07.624Z||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-09-03T02:11:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:11:07.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:11:07.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T02:11:07.625Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:11:17.160Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:11:17.166Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:12:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:12:07.624Z||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-09-03T02:12:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:12:07.625Z||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-09-03T02:12:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:12:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:12:17.168Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:12:17.168Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:13:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:13:07.623Z||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-09-03T02:13:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:13:07.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:13:07.625Z||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-09-03T02:13:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:13:17.160Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:13:17.161Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:14:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:14:07.623Z||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-09-03T02:14:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:14:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:14:07.625Z||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-09-03T02:14:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:14:17.160Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:14:17.161Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:15:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:15:07.623Z||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-09-03T02:15:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:15:07.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:15:07.625Z||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-09-03T02:15:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:15:17.159Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:15:17.164Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:16:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:16:07.623Z||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-09-03T02:16:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:16:07.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:16:07.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T02:16:07.625Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:16:17.164Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:16:17.167Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:17:07.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:17:07.624Z||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-09-03T02:17:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:17:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:17:07.625Z||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-09-03T02:17:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:17:17.160Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:17:17.160Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:18:07.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:18:07.623Z||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-09-03T02:18:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:18:07.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:18:07.625Z||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-09-03T02:18:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:18:17.161Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:18:17.161Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:19:07.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:19:07.624Z||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-09-03T02:19:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:19:07.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:19:07.625Z||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-09-03T02:19:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:19:17.161Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:19:17.161Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:20:07.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:20:07.623Z||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-09-03T02:20:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:20:07.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:20:07.625Z||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-09-03T02:20:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:20:17.162Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:20:17.166Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:21:07.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:21:07.623Z||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-09-03T02:21:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:21:07.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:21:07.625Z||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-09-03T02:21:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:21:17.162Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:21:17.163Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:22:07.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:22:07.623Z||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-09-03T02:22:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:22:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:22:07.625Z||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-09-03T02:22:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:22:17.162Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:22:17.166Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:23:07.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:23:07.623Z||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-09-03T02:23:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:23:07.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:23:07.625Z||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-09-03T02:23:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:23:17.160Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:23:17.161Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:24:07.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:24:07.623Z||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-09-03T02:24:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:24:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:24:07.624Z||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-09-03T02:24:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:24:17.159Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:24:17.161Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:25:07.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:25:07.623Z||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-09-03T02:25:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:25:07.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:25:07.625Z||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-09-03T02:25:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:25:17.162Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:25:17.163Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:26:07.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:26:07.623Z||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-09-03T02:26:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:26:07.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:26:07.625Z||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-09-03T02:26:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:26:17.159Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:26:17.160Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:27:07.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:27:07.623Z||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-09-03T02:27:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:27:07.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:27:07.625Z||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-09-03T02:27:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:27:17.159Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:27:17.163Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:07.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:28:07.623Z||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-09-03T02:28:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:28:07.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:28:07.625Z||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-09-03T02:28:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:28:08.249Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:08.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ad34057-e989-4aab-bbe9-46392fe0580b","serviceName":"basic_onboard_URILbJ","serviceVersion":"1.0","serviceUUID":"fd8c84b6-1977-45af-8df1-421f0957fbb0","serviceDescription":"service","serviceInvariantUUID":"9ce9d7cb-f1b0-48a3-9abd-0c1cbaa0264f","resources":[{"resourceInstanceName":"basic_onboard_URILbJ 0","resourceName":"basic_onboard_URILbJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ee666e07-9d61-42be-8a68-b1129556c4b2","resourceInvariantUUID":"eea130c2-8c1e-4c8f-aa0f-57b7bf429e8c","resourceCustomizationUUID":"d460d012-b8d9-4c9e-ac39-e5f27f718f22","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vf-license-model.xml","artifactChecksum":"ZjczZjIyNTk2YTYxMTQyY2JlOWVhOTVmZmU5YjQzNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5ec56c1-85ae-4bbf-a898-ce9bf316db49","artifactVersion":"1"},{"artifactName":"basic_onboard_urilbj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json","artifactChecksum":"MmIzMGY0ZGM1NTU1MDI1MmNiNTAzZWIxMWZjMDEwYzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"24265fbc-b58a-4760-8dd1-e78556a36d5e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ccb482f6-b152-4b2a-a2f0-28b4cb9d4e2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0e1952a8-4ef9-481d-8aa8-2b05a4604b92","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"613cf381-4ee9-4ff5-99a6-d25afb29ace7","artifactVersion":"2","generatedFromUUID":"ccb482f6-b152-4b2a-a2f0-28b4cb9d4e2a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUrilbj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-template.yml","artifactChecksum":"NDc4N2NjMjA2NjA3NDVkMTAwZWI5YWU4ZmZlZmEwOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e36703d5-4ef9-477c-8534-b82c4016851f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUrilbj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar","artifactChecksum":"YzFlZjI5MDUyOTZjOWVjZWQxOWE2MDIwYjZlNjNjZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a4dd022-6fbb-4200-907a-2844a18e7dd3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-03T02:28:08.258Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:08.258Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:28:08.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "cds",
  "timestamp": 1630636041106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.264Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:28:08.272Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:28:08.272Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636087623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "policy-id",
  "timestamp": 1630636034166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "cds",
  "timestamp": 1630636041106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "policy-id",
  "timestamp": 1630636034166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "cds",
  "timestamp": 1630636041106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "policy-id",
  "timestamp": 1630636034166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:28:08.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636045453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "cds",
  "timestamp": 1630636041106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "policy-id",
  "timestamp": 1630636034166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636045453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "cds",
  "timestamp": 1630636041106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "policy-id",
  "timestamp": 1630636034166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "clamp",
  "timestamp": 1630636047387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636045453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "cds",
  "timestamp": 1630636041106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "dcae-sch",
  "timestamp": 1630636047548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "policy-id",
  "timestamp": 1630636034166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "clamp",
  "timestamp": 1630636047387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:28:08.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636045453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "cds",
  "timestamp": 1630636041106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:28:08.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "dcae-sch",
  "timestamp": 1630636047548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "policy-id",
  "timestamp": 1630636034166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:28:08.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636048378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "clamp",
  "timestamp": 1630636047387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636045453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "dcae-sch",
  "timestamp": 1630636047548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636048378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:28:08.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "cds",
  "timestamp": 1630636050422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:28:08.287Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:28:08.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "policy-id",
  "timestamp": 1630636050421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:28:08.287Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:28:08.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "clamp",
  "timestamp": 1630636047387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636045453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "dcae-sch",
  "timestamp": 1630636047548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636048378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:28:08.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "cds",
  "timestamp": 1630636051438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-03T02:28:08.372Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-03T02:28:08.376Z||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-09-03T02:28:08.376Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:28:08.384Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:08.385Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:28:08.427Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ad34057-e989-4aab-bbe9-46392fe0580b
2021-09-03T02:28:08.444Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad34057-e989-4aab-bbe9-46392fe0580b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:28:08.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "policy-id",
  "timestamp": 1630636051427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:28:08.462Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:28:08.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "clamp",
  "timestamp": 1630636047387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636045453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "dcae-sch",
  "timestamp": 1630636047548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636048378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "policy-id",
  "timestamp": 1630636052430,
  "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-09-03T02:28:08.475Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ad34057-e989-4aab-bbe9-46392fe0580b
2021-09-03T02:28:08.475Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad34057-e989-4aab-bbe9-46392fe0580b 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-09-03T02:28:08.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "clamp",
  "timestamp": 1630636047387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "dcae-sch",
  "timestamp": 1630636047548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636048378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-03T02:28:08.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "clamp",
  "timestamp": 1630636047387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:28:08.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "dcae-sch",
  "timestamp": 1630636047548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636048378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636048378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:28:08.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636057290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:28:08.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:28:08.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636060571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:28:08.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:28:08.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636062294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:28:08.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:28:08.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636061931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "aai-ml",
  "timestamp": 1630636062331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636061931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636063604,
  "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-09-03T02:28:08.488Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ad34057-e989-4aab-bbe9-46392fe0580b
2021-09-03T02:28:08.488Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad34057-e989-4aab-bbe9-46392fe0580b 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-09-03T02:28:08.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "aai-ml",
  "timestamp": 1630636062331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "clamp",
  "timestamp": 1630636064472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:28:08.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:28:08.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636061931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636064608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:28:08.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:28:08.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "aai-ml",
  "timestamp": 1630636062331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636061931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "aai-ml",
  "timestamp": 1630636062331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "clamp",
  "timestamp": 1630636066478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:28:08.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:28:08.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636061931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "aai-ml",
  "timestamp": 1630636062331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "clamp",
  "timestamp": 1630636067482,
  "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-09-03T02:28:08.500Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ad34057-e989-4aab-bbe9-46392fe0580b
2021-09-03T02:28:08.500Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad34057-e989-4aab-bbe9-46392fe0580b 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-09-03T02:28:08.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636061931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "aai-ml",
  "timestamp": 1630636062331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:08.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636061931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:28:08.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "aai-ml",
  "timestamp": 1630636062331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:28:08.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:28:08.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636069823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:28:08.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:28:08.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "aai-ml",
  "timestamp": 1630636070174,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:28:08.507Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:28:08.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636073232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:28:08.507Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:28:08.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636074235,
  "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-09-03T02:28:08.509Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ad34057-e989-4aab-bbe9-46392fe0580b
2021-09-03T02:28:08.509Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad34057-e989-4aab-bbe9-46392fe0580b 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-09-03T02:28:08.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "aai-ml",
  "timestamp": 1630636083782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:28:08.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:28:08.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:28:08.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "aai-ml",
  "timestamp": 1630636084786,
  "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-09-03T02:28:08.516Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ad34057-e989-4aab-bbe9-46392fe0580b
2021-09-03T02:28:08.516Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad34057-e989-4aab-bbe9-46392fe0580b 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-09-03T02:28:09.278Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:28:09.278Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:28:09.280Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:28:09.280Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636087623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:28:09.381Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-03T02:28:09.382Z||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-09-03T02:28:09.382Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:28:09.389Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:09.389Z||pool-4-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:28:10.281Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:28:10.282Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:28:10.283Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:28:10.283Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636087623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:28:10.384Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:28:10.385Z||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-09-03T02:28:10.385Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:28:10.393Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:10.394Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:28:11.284Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:28:11.285Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:28:11.286Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:28:11.287Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636087623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:11.387Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:28:11.388Z||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-09-03T02:28:11.388Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:28:11.396Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:11.396Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:28:12.287Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:28:12.288Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:28:12.289Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:28:12.290Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636087623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-03T02:28:12.390Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:28:12.390Z||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-09-03T02:28:12.390Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:28:12.397Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:12.398Z||pool-7-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:28:13.290Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:28:13.291Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:28:13.292Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:28:13.292Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636087623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:28:13.393Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:28:13.393Z||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-09-03T02:28:13.394Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:28:13.403Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:13.403Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:28:14.293Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:28:14.294Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:28:14.296Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:28:14.296Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636087623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:28:14.396Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:28:14.397Z||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-09-03T02:28:14.397Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:28:14.405Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:14.405Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:28:15.297Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "serviceName": "basic_onboard_URILbJ",
  "serviceVersion": "1.0",
  "serviceUUID": "fd8c84b6-1977-45af-8df1-421f0957fbb0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9ce9d7cb-f1b0-48a3-9abd-0c1cbaa0264f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_URILbJ 0",
      "resourceCustomizationUUID": "d460d012-b8d9-4c9e-ac39-e5f27f718f22",
      "resourceName": "basic_onboard_URILbJ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ee666e07-9d61-42be-8a68-b1129556c4b2",
      "resourceInvariantUUID": "eea130c2-8c1e-4c8f-aa0f-57b7bf429e8c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_urilbj0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
          "artifactChecksum": "MmIzMGY0ZGM1NTU1MDI1MmNiNTAzZWIxMWZjMDEwYzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "24265fbc-b58a-4760-8dd1-e78556a36d5e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ccb482f6-b152-4b2a-a2f0-28b4cb9d4e2a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "613cf381-4ee9-4ff5-99a6-d25afb29ace7",
            "generatedFromUUID": "ccb482f6-b152-4b2a-a2f0-28b4cb9d4e2a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "613cf381-4ee9-4ff5-99a6-d25afb29ace7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUrilbj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
      "artifactChecksum": "YzFlZjI5MDUyOTZjOWVjZWQxOWE2MDIwYjZlNjNjZDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0a4dd022-6fbb-4200-907a-2844a18e7dd3"
    }
  ],
  "workloadContext": "Production"
}
2021-09-03T02:28:15.298Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-03T02:28:15.298Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd8c84b6-1977-45af-8df1-421f0957fbb0 ASDC
2021-09-03T02:28:15.384Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6ad34057-e989-4aab-bbe9-46392fe0580b
ServiceName:basic_onboard_URILbJ
ServiceVersion:1.0
ServiceUUID:fd8c84b6-1977-45af-8df1-421f0957fbb0
ServiceInvariantUUID:9ce9d7cb-f1b0-48a3-9abd-0c1cbaa0264f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUrilbj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar
ArtifactUUID:0a4dd022-6fbb-4200-907a-2844a18e7dd3
ArtifactChecksum:YzFlZjI5MDUyOTZjOWVjZWQxOWE2MDIwYjZlNjNjZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_URILbJ 0
ResourceCustomizationUUID:d460d012-b8d9-4c9e-ac39-e5f27f718f22
ResourceInvariantUUID:eea130c2-8c1e-4c8f-aa0f-57b7bf429e8c
ResourceName:basic_onboard_URILbJ
ResourceType:VF
ResourceUUID:ee666e07-9d61-42be-8a68-b1129556c4b2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_urilbj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json
ArtifactUUID:24265fbc-b58a-4760-8dd1-e78556a36d5e
ArtifactChecksum:MmIzMGY0ZGM1NTU1MDI1MmNiNTAzZWIxMWZjMDEwYzM=
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/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ccb482f6-b152-4b2a-a2f0-28b4cb9d4e2a
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/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env
ArtifactUUID:613cf381-4ee9-4ff5-99a6-d25afb29ace7
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/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env
ArtifactUUID:613cf381-4ee9-4ff5-99a6-d25afb29ace7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-03T02:28:15.384Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd8c84b6-1977-45af-8df1-421f0957fbb0 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-09-03T02:28:15.438Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:28:15.438Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-03T02:28:15.439Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-03T02:28:15.439Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0a4dd022-6fbb-4200-907a-2844a18e7dd3 from URL: /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:15.439Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-03T02:28:15.440Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:15.988Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-03T02:28:16.005Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar 0a4dd022-6fbb-4200-907a-2844a18e7dd3 71385
2021-09-03T02:28:16.007Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar ASDC sendASDCNotification
2021-09-03T02:28:16.007Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:16.008Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:28:16.009Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:28:16.011Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:28:16.011Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636096005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:28:16.111Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:28:16.113Z||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-09-03T02:28:16.113Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:28:16.124Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:16.125Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:28:17.012Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:28:17.013Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-03T02:28:17.013Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0a4dd022-6fbb-4200-907a-2844a18e7dd3, URL: /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar to file: /app/ASDC/1/service-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:17.014Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:17.074Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:17.074Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:17.516Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1498406729796151805/Definitions/service-BasicOnboardUrilbj-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-09-03T02:28:19.251Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-03T02:28:19.255Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-03T02:28:19.255Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:19.256Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-03T02:28:19.256Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_URILbJ 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-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:19.256Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||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-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:19.256Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:19.256Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:19.256Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:19.256Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:19.256Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:19.256Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:19.257Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:19.257Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-03T02:28:19.263Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:19.264Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:28:19.267Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_URILbJ 0 is matching search criteria
2021-09-03T02:28:19.267Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-03T02:28:19.269Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_URILbJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:28:19.270Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:19.270Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:28:19.270Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_URILbJ 0 is matching search criteria
2021-09-03T02:28:19.271Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-03T02:28:19.271Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_URILbJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:28:19.271Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:19.271Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:28:19.274Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:19.274Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_URILbJ 0 is not matching search criteria
2021-09-03T02:28:19.274Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-03T02:28:19.274Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-03T02:28:19.274Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-03T02:28:19.275Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-03T02:28:19.275Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-03T02:28:19.275Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:19.275Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-03T02:28:19.276Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:19.276Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_URILbJ 0 is matching search criteria
2021-09-03T02:28:19.276Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_URILbJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:28:19.276Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:19.276Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_URILbJ 0 is matching search criteria
2021-09-03T02:28:19.277Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_URILbJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:28:19.277Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:19.277Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_URILbJ 0 is matching search criteria
2021-09-03T02:28:19.277Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_URILbJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:28:19.277Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:19.277Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_URILbJ 0 is not matching search criteria
2021-09-03T02:28:19.277Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-03T02:28:19.278Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-03T02:28:19.278Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ab0f8a02-cc58-4d67-af79-704057ca5132
2021-09-03T02:28:19.278Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:19.278Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:28:19.278Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:19.278Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:28:19.278Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:19.278Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:28:19.279Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:19.279Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:28:19.279Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_URILbJ
Description:service
Model UUID:fd8c84b6-1977-45af-8df1-421f0957fbb0
Model Version:NULL
Model InvariantUuid:9ce9d7cb-f1b0-48a3-9abd-0c1cbaa0264f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_URILbJ
Model UUID:b474e1e3-627a-4854-b330-d49afb11ef79
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eea130c2-8c1e-4c8f-aa0f-57b7bf429e8c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d460d012-b8d9-4c9e-ac39-e5f27f718f22
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:03c89002-185a-4b0c-a718-e2e1159c966d
ModelName:BasicOnboardUrilbj..base_ubuntu18..module-0
ModelUuid:8738fc06-8251-49ac-b51d-0be6cd07048e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ab0f8a02-cc58-4d67-af79-704057ca5132
ModelInvariantUuid:c8152fa4-2f18-4234-ba7a-49bdaa8d655f
ModelName:basic_onboard_URILbJ-nodes.ubuntu18Cvfc
ModelUuid:f314be27-c41f-4835-a4ad-2f762beeea5a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:49ea4122-432d-4979-b52c-b84069afd9fb
ModelInvariantUuid:3da8abc8-2117-462c-99dd-d0e1f6c690ac
ModelName:BasicOnboardUrilbj.compute.nodes.heat.ubuntu18
ModelUuid:a7582767-34a8-4aea-95c8-2e5a4813b35c
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-09-03T02:28:19.296Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ee666e07-9d61-42be-8a68-b1129556c4b2
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-09-03T02:28:19.403Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||basic_onboard_URILbJ 0
2021-09-03T02:28:19.409Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ee666e07-9d61-42be-8a68-b1129556c4b2
2021-09-03T02:28:19.410Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 24265fbc-b58a-4760-8dd1-e78556a36d5e from URL: /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json
2021-09-03T02:28:19.410Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-03T02:28:19.410Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json
2021-09-03T02:28:21.223Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-03T02:28:21.224Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json 24265fbc-b58a-4760-8dd1-e78556a36d5e 798
2021-09-03T02:28:21.225Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json ASDC sendASDCNotification
2021-09-03T02:28:21.225Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json
2021-09-03T02:28:21.225Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:28:21.225Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:28:21.227Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:28:21.227Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636101225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:28:21.327Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:28:21.330Z||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-09-03T02:28:21.330Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:28:21.344Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:21.345Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:28:22.231Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUrilbj..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "03c89002-185a-4b0c-a718-e2e1159c966d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8738fc06-8251-49ac-b51d-0be6cd07048e",
    "vfModuleModelCustomizationUUID": "c61a2891-1f9d-4bcb-8125-8f97b5012818",
    "isBase": true,
    "artifacts": [
      "ccb482f6-b152-4b2a-a2f0-28b4cb9d4e2a",
      "613cf381-4ee9-4ff5-99a6-d25afb29ace7"
    ],
    "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-09-03T02:28:22.243Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUrilbj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8738fc06-8251-49ac-b51d-0be6cd07048e
VfModuleModelInvariantUUID:03c89002-185a-4b0c-a718-e2e1159c966d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ccb482f6-b152-4b2a-a2f0-28b4cb9d4e2a
,
613cf381-4ee9-4ff5-99a6-d25afb29ace7

}
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-09-03T02:28:22.245Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUrilbj..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "03c89002-185a-4b0c-a718-e2e1159c966d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8738fc06-8251-49ac-b51d-0be6cd07048e",
    "vfModuleModelCustomizationUUID": "c61a2891-1f9d-4bcb-8125-8f97b5012818",
    "isBase": true,
    "artifacts": [
      "ccb482f6-b152-4b2a-a2f0-28b4cb9d4e2a",
      "613cf381-4ee9-4ff5-99a6-d25afb29ace7"
    ],
    "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-09-03T02:28:22.245Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUrilbj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8738fc06-8251-49ac-b51d-0be6cd07048e
VfModuleModelInvariantUUID:03c89002-185a-4b0c-a718-e2e1159c966d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ccb482f6-b152-4b2a-a2f0-28b4cb9d4e2a
,
613cf381-4ee9-4ff5-99a6-d25afb29ace7

}
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-09-03T02:28:22.245Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ccb482f6-b152-4b2a-a2f0-28b4cb9d4e2a from URL: /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml
2021-09-03T02:28:22.245Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-03T02:28:22.246Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml
2021-09-03T02:28:22.374Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-03T02:28:22.374Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml ccb482f6-b152-4b2a-a2f0-28b4cb9d4e2a 5033
2021-09-03T02:28:22.375Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-03T02:28:22.375Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml
2021-09-03T02:28:22.375Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:28:22.375Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:28:22.377Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:28:22.377Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636102375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:28:22.477Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:28:22.478Z||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-09-03T02:28:22.478Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:28:22.486Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:22.486Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:28:23.378Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 613cf381-4ee9-4ff5-99a6-d25afb29ace7 from URL: /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env
2021-09-03T02:28:23.378Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-03T02:28:23.378Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env
2021-09-03T02:28:25.019Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-03T02:28:25.019Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env 613cf381-4ee9-4ff5-99a6-d25afb29ace7 909
2021-09-03T02:28:25.020Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-03T02:28:25.020Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env
2021-09-03T02:28:25.020Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:28:25.020Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:28:25.022Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:28:25.022Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636105020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:28:25.122Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:28:25.123Z||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-09-03T02:28:25.123Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:28:25.131Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:25.132Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:28:26.023Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fd8c84b6-1977-45af-8df1-421f0957fbb0
2021-09-03T02:28:26.023Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_URILbJ 0 ee666e07-9d61-42be-8a68-b1129556c4b2 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-09-03T02:28:26.064Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@622cbcdc, org.onap.sdc.toscaparser.api.parameters.Input@1978332a, org.onap.sdc.toscaparser.api.parameters.Input@2e99ef4b, org.onap.sdc.toscaparser.api.parameters.Input@587a9da6, org.onap.sdc.toscaparser.api.parameters.Input@5fb71029]
2021-09-03T02:28:26.067Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:26.067Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:28:26.067Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-03T02:28:26.067Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d460d012-b8d9-4c9e-ac39-e5f27f718f22
2021-09-03T02:28:26.067Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d460d012-b8d9-4c9e-ac39-e5f27f718f22 matches Tosca VF Customization UUID: d460d012-b8d9-4c9e-ac39-e5f27f718f22
2021-09-03T02:28:26.068Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d460d012-b8d9-4c9e-ac39-e5f27f718f22  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-09-03T02:28:26.073Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:26.073Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:28:26.074Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d460d012-b8d9-4c9e-ac39-e5f27f718f22: {\"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-09-03T02:28:26.074Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6357421c
2021-09-03T02:28:26.074Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:26.074Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-03T02:28:26.074Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c61a2891-1f9d-4bcb-8125-8f97b5012818
2021-09-03T02:28:26.075Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c61a2891-1f9d-4bcb-8125-8f97b5012818
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-09-03T02:28:26.080Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:26.081Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_URILbJ 0 is matching search criteria
2021-09-03T02:28:26.081Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_URILbJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:28:26.081Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:26.081Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_URILbJ 0 is matching search criteria
2021-09-03T02:28:26.082Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_URILbJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:28:26.082Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:26.082Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_URILbJ 0 is not matching search criteria
2021-09-03T02:28:26.082Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-03T02:28:26.082Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-03T02:28:26.082Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ab0f8a02-cc58-4d67-af79-704057ca5132
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-09-03T02:28:26.092Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:26.092Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_URILbJ 0 is matching search criteria
2021-09-03T02:28:26.092Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_URILbJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:28:26.092Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:26.093Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_URILbJ 0 is matching search criteria
2021-09-03T02:28:26.093Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_URILbJ 0] matching following query criteria: sdcType=VF, customizationUUID=d460d012-b8d9-4c9e-ac39-e5f27f718f22
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-09-03T02:28:26.094Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:26.094Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:28:26.095Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fd8c84b6-1977-45af-8df1-421f0957fbb0: basic_onboard_URILbJ
2021-09-03T02:28:26.095Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:26.095Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:28:26.096Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:26.096Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:28:26.096Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:26.096Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:28:26.097Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:26.097Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:28:26.097Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:28:26.097Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_URILbJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:28:26.098Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_URILbJ 
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-09-03T02:28:26.295Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_URILbJ ee666e07-9d61-42be-8a68-b1129556c4b2 1 ASDC deployResourceStructure
2021-09-03T02:28:26.295Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json ASDC sendASDCNotification
2021-09-03T02:28:26.295Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json
2021-09-03T02:28:26.295Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:28:26.295Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:28:26.297Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:28:26.297Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636106295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:28:26.397Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:28:26.398Z||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-09-03T02:28:26.398Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:28:26.407Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:26.408Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:28:27.298Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-03T02:28:27.298Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml
2021-09-03T02:28:27.298Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:28:27.298Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:28:27.300Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:28:27.300Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636107298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-03T02:28:27.400Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:28:27.401Z||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-09-03T02:28:27.401Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:28:27.408Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:27.408Z||pool-15-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:28:28.301Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-03T02:28:28.301Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env
2021-09-03T02:28:28.301Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:28:28.302Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:28:28.303Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:28:28.303Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636108301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-03T02:28:28.403Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:28:28.404Z||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-09-03T02:28:28.404Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:28:28.412Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:28.413Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:28:29.304Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar ASDC sendASDCNotification
2021-09-03T02:28:29.305Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar
2021-09-03T02:28:29.305Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:28:29.305Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:28:29.306Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:28:29.306Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636109304,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:28:29.407Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:28:29.408Z||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-09-03T02:28:29.408Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:28:29.416Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:28:29.417Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:28:30.308Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ad34057-e989-4aab-bbe9-46392fe0580b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:28:30.318Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ad34057-e989-4aab-bbe9-46392fe0580b
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-09-03T02:28:30.320Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:28:30.320Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-03T02:28:30.320Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-03T02:28:30.321Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-03T02:28:30.321Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:28:30.321Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:28:30.321Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:28:30.321Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:28:30.321Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:28:30.321Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:28:30.321Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-03T02:28:30.323Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-03T02:29:00.324Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ad34057-e989-4aab-bbe9-46392fe0580b 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-09-03T02:29:00.330Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ad34057-e989-4aab-bbe9-46392fe0580b and serviceModelVersionId: fd8c84b6-1977-45af-8df1-421f0957fbb0
2021-09-03T02:29:00.330Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ce9d7cb-f1b0-48a3-9abd-0c1cbaa0264f
2021-09-03T02:29:07.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:29:07.625Z||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-09-03T02:29:07.626Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:29:07.748Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:29:07.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:29:07.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636087623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:29:07.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:29:11.736Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ce9d7cb-f1b0-48a3-9abd-0c1cbaa0264f/model-vers/model-ver/fd8c84b6-1977-45af-8df1-421f0957fbb0?depth=0
2021-09-03T02:29:11.844Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-03T02:29:12.318Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9ce9d7cb-f1b0-48a3-9abd-0c1cbaa0264f/model-vers/model-ver/fd8c84b6-1977-45af-8df1-421f0957fbb0?depth=0|INFO|500||Invoke
2021-09-03T02:29:12.325Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9ce9d7cb-f1b0-48a3-9abd-0c1cbaa0264f/model-vers/model-ver/fd8c84b6-1977-45af-8df1-421f0957fbb0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9ce9d7cb-f1b0-48a3-9abd-0c1cbaa0264f/model-vers/model-ver/fd8c84b6-1977-45af-8df1-421f0957fbb0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ad34057-e989-4aab-bbe9-46392fe0580b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[08d115b2-aa2d-4ffe-8f7f-8fbc4216ab9b], X-ECOMP-RequestID=[6ad34057-e989-4aab-bbe9-46392fe0580b], X-TransactionId=[], X-ONAP-RequestID=[6ad34057-e989-4aab-bbe9-46392fe0580b], Content-Type=[application/merge-patch+json]}
2021-09-03T02:29:12.464Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9ce9d7cb-f1b0-48a3-9abd-0c1cbaa0264f/model-vers/model-ver/fd8c84b6-1977-45af-8df1-421f0957fbb0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-03T02:29:12.613Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9ce9d7cb-f1b0-48a3-9abd-0c1cbaa0264f/model-vers/model-ver/fd8c84b6-1977-45af-8df1-421f0957fbb0?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/9ce9d7cb-f1b0-48a3-9abd-0c1cbaa0264f/model-vers/model-ver/fd8c84b6-1977-45af-8df1-421f0957fbb0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210903-02:29:12:473-75111], vertex-id=[131240], Content-Length=[0], Date=[Fri, 03 Sep 2021 02:29:12 GMT], Content-Type=[application/json]}
2021-09-03T02:29:12.614Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9ce9d7cb-f1b0-48a3-9abd-0c1cbaa0264f/model-vers/model-ver/fd8c84b6-1977-45af-8df1-421f0957fbb0?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-03T02:29:12.615Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9ce9d7cb-f1b0-48a3-9abd-0c1cbaa0264f/model-vers/model-ver/fd8c84b6-1977-45af-8df1-421f0957fbb0?depth=0|INFO|500||InvokeReturn
2021-09-03T02:29:12.618Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-03T02:29:12.618Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-03T02:29:12.623Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-03T02:29:12.628Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ad34057-e989-4aab-bbe9-46392fe0580b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-03T02:29:12.629Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-03T02:29:12.629Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:29:12.631Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:29:12.631Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636152628,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T02:29:12.731Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:29:12.732Z||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-09-03T02:29:12.732Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:29:12.741Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:29:12.742Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-03T02:29:13.644Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:29:13.644Z|6ad34057-e989-4aab-bbe9-46392fe0580b|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-09-03T02:29:13.644Z|6ad34057-e989-4aab-bbe9-46392fe0580b|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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:29:23.177Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:30:07.623Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:30:07.623Z|6ad34057-e989-4aab-bbe9-46392fe0580b|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-09-03T02:30:07.623Z|6ad34057-e989-4aab-bbe9-46392fe0580b|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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:30:07.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:30:07.625Z||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-09-03T02:30:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:30:07.647Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:30:07.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-03T02:30:07.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636087623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:30:07.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:30:07.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-03T02:30:07.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636087623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:30:07.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:30:07.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-03T02:30:07.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636087623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:30:07.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:30:07.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-03T02:30:07.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636087623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-03T02:30:07.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:30:07.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-03T02:30:07.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636087623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:30:07.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:30:07.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-03T02:30:07.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636087623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:30:07.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:30:07.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-03T02:30:07.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636096005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:30:07.652Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:30:07.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-03T02:30:07.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636101225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:30:07.652Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:30:07.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-03T02:30:07.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636102375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:30:07.653Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:30:07.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-03T02:30:07.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636105020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:30:07.653Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:30:07.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-03T02:30:07.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636106295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/basic_onboard_urilbj0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:30:07.653Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:30:07.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-03T02:30:07.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636107298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-03T02:30:07.654Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:30:07.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-03T02:30:07.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636108301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/resourceInstances/basic_onboard_urilbj0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-03T02:30:07.654Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:30:07.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-03T02:30:07.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636109304,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUrilbj/1.0/artifacts/service-BasicOnboardUrilbj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:30:07.654Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:30:17.165Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:31:07.623Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:31:07.623Z|6ad34057-e989-4aab-bbe9-46392fe0580b|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-09-03T02:31:07.624Z|6ad34057-e989-4aab-bbe9-46392fe0580b|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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:31:07.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:31:07.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T02:31:07.625Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:31:08.148Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:31:08.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-03T02:31:08.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad34057-e989-4aab-bbe9-46392fe0580b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636152628,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T02:31:08.151Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:31:17.159Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:07.623Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:32:07.623Z|6ad34057-e989-4aab-bbe9-46392fe0580b|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-09-03T02:32:07.623Z|6ad34057-e989-4aab-bbe9-46392fe0580b|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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:32:07.626Z||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-09-03T02:32:07.626Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:10.662Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:10.662Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:32:10.662Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"26b28b2b-3a5f-439e-8945-aa2e8277a760","serviceName":"vFW 2021-09-03 02-30-17","serviceVersion":"1.0","serviceUUID":"cf8d7e3b-1885-42b5-8c76-b0e43e0643e4","serviceDescription":"catalog service description","serviceInvariantUUID":"94de0077-2991-462f-8083-530cf9c434d4","resources":[{"resourceInstanceName":"vFW a1040f8f-afd1 0","resourceName":"vFW a1040f8f-afd1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7820302e-2221-42c8-b699-745f6ce4b767","resourceInvariantUUID":"87fa8430-1ab3-47d6-97ed-89ebdfd28fee","resourceCustomizationUUID":"c86549d6-9939-4bfd-ad74-e3c17c8c167e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vf-license-model.xml","artifactChecksum":"NmEzZTEzNmRmZjFmMDkzM2EyNzIxYWMwNTgyNzk1MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35dc48f9-e737-46a9-b3f2-02bd581f860e","artifactVersion":"1"},{"artifactName":"vfwa1040f8fafd10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json","artifactChecksum":"NTM3ZjNiNTUzNzdjYmM0YmNkODA1YTE1YzE0ZTNjZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52a28865-2ebc-45c2-b43a-7840affe8076","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bcea3884-639e-4cae-a88d-1cbc24fbd9a7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vendor-license-model.xml","artifactChecksum":"OTQ1ZDQxYmY5YWU1MWFiZjk4MjBiOWZkNWY5MjgyZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f95875f-d8b1-4a6c-b84c-ce92242e466e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"314ef4a4-ff54-41e8-9de8-50c24091f633","artifactVersion":"2","generatedFromUUID":"bcea3884-639e-4cae-a88d-1cbc24fbd9a7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210903023017-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-template.yml","artifactChecksum":"ZDkxM2MxYWUyMWZhMzM5M2EyMzczZDNhOTU1Y2U4ODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1550151c-3188-413c-b3db-20b6c0f895ee","artifactVersion":"1"},{"artifactName":"service-Vfw20210903023017-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar","artifactChecksum":"OWZjNGVlMzczNDZjM2IxZDRkMmZiMTZlNGQxMDJjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"26c5c897-9adc-49e4-9ee6-cb744564fe04","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-03T02:32:10.664Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:32:10.664Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:32:10.666Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:32:10.666Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636327622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:32:10.766Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:32:10.767Z||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-09-03T02:32:10.767Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:10.779Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:10.779Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:32:10.889Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:10.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:32:10.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636325453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:32:10.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:32:11.666Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:32:11.667Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:32:11.669Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:32:11.669Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636327622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:32:11.769Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:32:11.770Z||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-09-03T02:32:11.770Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:11.777Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:11.778Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:32:12.669Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:32:12.670Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:32:12.672Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:32:12.672Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636327622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:32:12.772Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:32:12.773Z||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-09-03T02:32:12.773Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:12.785Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:12.786Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:32:13.673Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:32:13.673Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:32:13.675Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:32:13.675Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636327622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:32:13.776Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-03T02:32:13.777Z||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-09-03T02:32:13.777Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:13.784Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:13.785Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:32:14.676Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:32:14.676Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:32:14.679Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:32:14.679Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636327622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-03T02:32:14.779Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:32:14.779Z||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-09-03T02:32:14.780Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:14.786Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:14.787Z||pool-23-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:32:15.679Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:32:15.680Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:32:15.681Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:32:15.681Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636327622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:32:15.782Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-03T02:32:15.782Z||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-09-03T02:32:15.782Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:15.791Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:15.792Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:32:16.682Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:32:16.682Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:32:16.684Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:32:16.684Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636327622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:32:16.784Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:32:16.785Z||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-09-03T02:32:16.785Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:16.792Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:16.792Z||pool-25-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:32:17.686Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "serviceName": "vFW 2021-09-03 02-30-17",
  "serviceVersion": "1.0",
  "serviceUUID": "cf8d7e3b-1885-42b5-8c76-b0e43e0643e4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "94de0077-2991-462f-8083-530cf9c434d4",
  "resources": [
    {
      "resourceInstanceName": "vFW a1040f8f-afd1 0",
      "resourceCustomizationUUID": "c86549d6-9939-4bfd-ad74-e3c17c8c167e",
      "resourceName": "vFW a1040f8f-afd1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7820302e-2221-42c8-b699-745f6ce4b767",
      "resourceInvariantUUID": "87fa8430-1ab3-47d6-97ed-89ebdfd28fee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa1040f8fafd10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
          "artifactChecksum": "NTM3ZjNiNTUzNzdjYmM0YmNkODA1YTE1YzE0ZTNjZWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52a28865-2ebc-45c2-b43a-7840affe8076",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bcea3884-639e-4cae-a88d-1cbc24fbd9a7",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "314ef4a4-ff54-41e8-9de8-50c24091f633",
            "generatedFromUUID": "bcea3884-639e-4cae-a88d-1cbc24fbd9a7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "314ef4a4-ff54-41e8-9de8-50c24091f633",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210903023017-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
      "artifactChecksum": "OWZjNGVlMzczNDZjM2IxZDRkMmZiMTZlNGQxMDJjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "26c5c897-9adc-49e4-9ee6-cb744564fe04"
    }
  ],
  "workloadContext": "Production"
}
2021-09-03T02:32:17.686Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-03T02:32:17.686Z|6ad34057-e989-4aab-bbe9-46392fe0580b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cf8d7e3b-1885-42b5-8c76-b0e43e0643e4 ASDC
2021-09-03T02:32:17.687Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:26b28b2b-3a5f-439e-8945-aa2e8277a760
ServiceName:vFW 2021-09-03 02-30-17
ServiceVersion:1.0
ServiceUUID:cf8d7e3b-1885-42b5-8c76-b0e43e0643e4
ServiceInvariantUUID:94de0077-2991-462f-8083-530cf9c434d4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210903023017-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar
ArtifactUUID:26c5c897-9adc-49e4-9ee6-cb744564fe04
ArtifactChecksum:OWZjNGVlMzczNDZjM2IxZDRkMmZiMTZlNGQxMDJjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a1040f8f-afd1 0
ResourceCustomizationUUID:c86549d6-9939-4bfd-ad74-e3c17c8c167e
ResourceInvariantUUID:87fa8430-1ab3-47d6-97ed-89ebdfd28fee
ResourceName:vFW a1040f8f-afd1
ResourceType:VF
ResourceUUID:7820302e-2221-42c8-b699-745f6ce4b767
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa1040f8fafd10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json
ArtifactUUID:52a28865-2ebc-45c2-b43a-7840affe8076
ArtifactChecksum:NTM3ZjNiNTUzNzdjYmM0YmNkODA1YTE1YzE0ZTNjZWE=
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/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml
ArtifactUUID:bcea3884-639e-4cae-a88d-1cbc24fbd9a7
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/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env
ArtifactUUID:314ef4a4-ff54-41e8-9de8-50c24091f633
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/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env
ArtifactUUID:314ef4a4-ff54-41e8-9de8-50c24091f633
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-03T02:32:17.687Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf8d7e3b-1885-42b5-8c76-b0e43e0643e4 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-09-03T02:32:17.714Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:32:17.715Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-03T02:32:17.715Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-03T02:32:17.715Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 26c5c897-9adc-49e4-9ee6-cb744564fe04 from URL: /sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:17.715Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-03T02:32:17.715Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:19.621Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-03T02:32:19.627Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar 26c5c897-9adc-49e4-9ee6-cb744564fe04 98783
2021-09-03T02:32:19.627Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar ASDC sendASDCNotification
2021-09-03T02:32:19.627Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:19.627Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:32:19.627Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:32:19.630Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:32:19.630Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636339627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:32:19.730Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:32:19.731Z||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-09-03T02:32:19.731Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:19.740Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:19.741Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:32:20.631Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:32:20.632Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-03T02:32:20.632Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 26c5c897-9adc-49e4-9ee6-cb744564fe04, URL: /sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar to file: /app/ASDC/1/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:20.632Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210903023017-csar.csar
2021-09-03T02:32:20.633Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:20.633Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:20.939Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13516550125237074340/Definitions/service-Vfw20210903023017-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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_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
2021-09-03T02:32:22.905Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-03T02:32:22.905Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-03T02:32:22.906Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:22.906Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-03T02:32:22.906Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:22.906Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:22.906Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:22.906Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:22.906Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:22.906Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:22.906Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:22.906Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:22.906Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:22.906Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:22.906Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:22.906Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:22.906Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a1040f8f-afd1 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-Vfw20210903023017-csar.csar
2021-09-03T02:32:22.907Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-03T02:32:22.907Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:22.907Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:32:22.907Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is matching search criteria
2021-09-03T02:32:22.907Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-03T02:32:22.907Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a1040f8f-afd1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:32:22.907Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:22.907Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:32:22.908Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is matching search criteria
2021-09-03T02:32:22.908Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-03T02:32:22.908Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a1040f8f-afd1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:32:22.908Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:22.908Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:32:22.908Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:22.908Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is not matching search criteria
2021-09-03T02:32:22.908Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-03T02:32:22.909Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-03T02:32:22.909Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:32:22.909Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-03T02:32:22.909Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-03T02:32:22.909Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:32:22.909Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-03T02:32:22.909Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-03T02:32:22.909Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-03T02:32:22.909Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:32:22.910Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-03T02:32:22.910Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-03T02:32:22.910Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-03T02:32:22.910Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-03T02:32:22.910Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:32:22.910Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-03T02:32:22.910Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:22.910Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-03T02:32:22.910Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:22.910Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is matching search criteria
2021-09-03T02:32:22.910Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a1040f8f-afd1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:32:22.911Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:22.911Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is matching search criteria
2021-09-03T02:32:22.911Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a1040f8f-afd1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:32:22.911Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:22.911Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is matching search criteria
2021-09-03T02:32:22.911Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a1040f8f-afd1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:32:22.912Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:22.912Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is not matching search criteria
2021-09-03T02:32:22.912Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-03T02:32:22.912Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-03T02:32:22.912Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-03T02:32:22.912Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-03T02:32:22.912Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-03T02:32:22.912Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:32:22.912Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-03T02:32:22.912Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-03T02:32:22.913Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-03T02:32:22.913Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-03T02:32:22.913Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:32:22.913Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=87a32fcb-e269-45b8-99b5-d29b5e2df423
2021-09-03T02:32:22.913Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:22.913Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is not matching search criteria
2021-09-03T02:32:22.913Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-03T02:32:22.913Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-03T02:32:22.913Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:32:22.914Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-03T02:32:22.914Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-03T02:32:22.914Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:32:22.914Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-03T02:32:22.914Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-03T02:32:22.914Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-03T02:32:22.914Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-03T02:32:22.914Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-03T02:32:22.914Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:32:22.914Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=97fad2c3-d438-4db5-8f2b-6a347cccb6d7
2021-09-03T02:32:22.915Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:22.915Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is not matching search criteria
2021-09-03T02:32:22.915Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-03T02:32:22.915Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-03T02:32:22.915Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:32:22.915Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-03T02:32:22.915Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-03T02:32:22.915Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:32:22.915Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-03T02:32:22.916Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-03T02:32:22.916Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-03T02:32:22.916Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:32:22.916Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-03T02:32:22.916Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-03T02:32:22.916Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=adebdd27-3cde-4275-b638-e68f974d8c58
2021-09-03T02:32:22.916Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:22.916Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:32:22.916Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:22.917Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:32:22.917Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:22.917Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:32:22.917Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:22.917Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:32:22.917Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-03 02-30-17
Description:catalog service description
Model UUID:cf8d7e3b-1885-42b5-8c76-b0e43e0643e4
Model Version:NULL
Model InvariantUuid:94de0077-2991-462f-8083-530cf9c434d4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a1040f8f-afd1
Model UUID:bfb73d25-79f1-42a0-9f33-2aef3063880f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:87fa8430-1ab3-47d6-97ed-89ebdfd28fee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c86549d6-9939-4bfd-ad74-e3c17c8c167e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:33b52656-4e98-4b9d-bc08-215890463ee4
ModelName:VfwA1040f8fAfd1..base_vfw..module-0
ModelUuid:8c07de1b-a80b-4851-b9eb-a78c68eb8273
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:87a32fcb-e269-45b8-99b5-d29b5e2df423
ModelInvariantUuid:0a53469c-066d-47d4-a917-4e112d971b3e
ModelName:vFW a1040f8f-afd1-nodes.vfwCvfc
ModelUuid:31469f31-735f-4b14-982f-432b10500483
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c661f75d-29f0-480c-9198-102d871e1248
ModelInvariantUuid:fc61e35e-305b-4161-b4c1-e2408d9880ac
ModelName:VfwA1040f8fAfd1.compute.nodes.heat.vfw
ModelUuid:a02d65f0-5a7c-4bfa-b26d-c8730bc46c49
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:97fad2c3-d438-4db5-8f2b-6a347cccb6d7
ModelInvariantUuid:34ee0f39-f0dd-4b46-a06a-c74c3ba5095f
ModelName:vFW a1040f8f-afd1-nodes.vsnCvfc
ModelUuid:e01d5870-3936-404d-b6ed-fcd27ce624a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:2f10700d-c481-4307-bdb7-02b551fe2045
ModelInvariantUuid:a519cfee-370b-49e7-a580-6139f2d02191
ModelName:VfwA1040f8fAfd1.compute.nodes.heat.vsn
ModelUuid:22b19661-a045-4017-b793-96d6b3c45ec2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:adebdd27-3cde-4275-b638-e68f974d8c58
ModelInvariantUuid:e7d1e043-fe63-4973-a505-f6593e3f6ed8
ModelName:vFW a1040f8f-afd1-nodes.vpgCvfc
ModelUuid:9a39102b-e532-413d-a838-44884ce099eb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7b7acecb-1331-4c70-a4e2-7759d7b56a21
ModelInvariantUuid:a6f006eb-a431-4877-a354-e6c68df38ec4
ModelName:VfwA1040f8fAfd1.compute.nodes.heat.vpg
ModelUuid:cf5bd1a3-a4b9-4237-a0de-a467e4017736
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-09-03T02:32:22.936Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7820302e-2221-42c8-b699-745f6ce4b767
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-09-03T02:32:22.939Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||vFW a1040f8f-afd1 0
2021-09-03T02:32:22.939Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7820302e-2221-42c8-b699-745f6ce4b767
2021-09-03T02:32:22.939Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 52a28865-2ebc-45c2-b43a-7840affe8076 from URL: /sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json
2021-09-03T02:32:22.939Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-03T02:32:22.940Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json
2021-09-03T02:32:23.771Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-03T02:32:23.772Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json 52a28865-2ebc-45c2-b43a-7840affe8076 785
2021-09-03T02:32:23.772Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json ASDC sendASDCNotification
2021-09-03T02:32:23.772Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json
2021-09-03T02:32:23.772Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:32:23.772Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:32:23.774Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:32:23.774Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636343772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:32:23.874Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:32:23.875Z||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-09-03T02:32:23.875Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:23.883Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:23.883Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:32:24.774Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA1040f8fAfd1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "33b52656-4e98-4b9d-bc08-215890463ee4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c07de1b-a80b-4851-b9eb-a78c68eb8273",
    "vfModuleModelCustomizationUUID": "0796866f-b661-432b-af52-0536db27fb33",
    "isBase": true,
    "artifacts": [
      "bcea3884-639e-4cae-a88d-1cbc24fbd9a7",
      "314ef4a4-ff54-41e8-9de8-50c24091f633"
    ],
    "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-09-03T02:32:24.778Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA1040f8fAfd1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c07de1b-a80b-4851-b9eb-a78c68eb8273
VfModuleModelInvariantUUID:33b52656-4e98-4b9d-bc08-215890463ee4
VfModuleModelDescription:NULL
Artifacts UUID List:{
bcea3884-639e-4cae-a88d-1cbc24fbd9a7
,
314ef4a4-ff54-41e8-9de8-50c24091f633

}
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-09-03T02:32:24.780Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA1040f8fAfd1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "33b52656-4e98-4b9d-bc08-215890463ee4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c07de1b-a80b-4851-b9eb-a78c68eb8273",
    "vfModuleModelCustomizationUUID": "0796866f-b661-432b-af52-0536db27fb33",
    "isBase": true,
    "artifacts": [
      "bcea3884-639e-4cae-a88d-1cbc24fbd9a7",
      "314ef4a4-ff54-41e8-9de8-50c24091f633"
    ],
    "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-09-03T02:32:24.780Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA1040f8fAfd1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c07de1b-a80b-4851-b9eb-a78c68eb8273
VfModuleModelInvariantUUID:33b52656-4e98-4b9d-bc08-215890463ee4
VfModuleModelDescription:NULL
Artifacts UUID List:{
bcea3884-639e-4cae-a88d-1cbc24fbd9a7
,
314ef4a4-ff54-41e8-9de8-50c24091f633

}
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-09-03T02:32:24.780Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bcea3884-639e-4cae-a88d-1cbc24fbd9a7 from URL: /sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml
2021-09-03T02:32:24.780Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-03T02:32:24.780Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml
2021-09-03T02:32:25.776Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-03T02:32:25.777Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml bcea3884-639e-4cae-a88d-1cbc24fbd9a7 20368
2021-09-03T02:32:25.777Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-03T02:32:25.777Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml
2021-09-03T02:32:25.777Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:32:25.778Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:32:25.779Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:32:25.779Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636345777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:32:25.879Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:32:25.880Z||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-09-03T02:32:25.880Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:25.888Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:25.888Z||pool-28-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:32:26.780Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 314ef4a4-ff54-41e8-9de8-50c24091f633 from URL: /sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env
2021-09-03T02:32:26.780Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-03T02:32:26.780Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env
2021-09-03T02:32:26.924Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-03T02:32:26.925Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env 314ef4a4-ff54-41e8-9de8-50c24091f633 2098
2021-09-03T02:32:26.925Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-03T02:32:26.925Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env
2021-09-03T02:32:26.925Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:32:26.925Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:32:26.927Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:32:26.927Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636346925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:32:27.027Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:32:27.028Z||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-09-03T02:32:27.028Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:27.037Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:27.037Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:32:27.927Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cf8d7e3b-1885-42b5-8c76-b0e43e0643e4
2021-09-03T02:32:27.928Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a1040f8f-afd1 0 7820302e-2221-42c8-b699-745f6ce4b767 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-09-03T02:32:27.942Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50056138, org.onap.sdc.toscaparser.api.parameters.Input@60d1eddf, org.onap.sdc.toscaparser.api.parameters.Input@4772ef04, org.onap.sdc.toscaparser.api.parameters.Input@c40ca5f, org.onap.sdc.toscaparser.api.parameters.Input@77b7664e]
2021-09-03T02:32:27.943Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.943Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:32:27.943Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-03T02:32:27.943Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c86549d6-9939-4bfd-ad74-e3c17c8c167e
2021-09-03T02:32:27.943Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c86549d6-9939-4bfd-ad74-e3c17c8c167e matches Tosca VF Customization UUID: c86549d6-9939-4bfd-ad74-e3c17c8c167e
2021-09-03T02:32:27.943Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c86549d6-9939-4bfd-ad74-e3c17c8c167e  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-09-03T02:32:27.945Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.945Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:32:27.946Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c86549d6-9939-4bfd-ad74-e3c17c8c167e: {\"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-09-03T02:32:27.946Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42253ddf
2021-09-03T02:32:27.946Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.946Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-03T02:32:27.947Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0796866f-b661-432b-af52-0536db27fb33
2021-09-03T02:32:27.947Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0796866f-b661-432b-af52-0536db27fb33
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-09-03T02:32:27.948Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.949Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is matching search criteria
2021-09-03T02:32:27.949Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a1040f8f-afd1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:32:27.949Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.949Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is matching search criteria
2021-09-03T02:32:27.949Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a1040f8f-afd1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:32:27.950Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.950Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is not matching search criteria
2021-09-03T02:32:27.950Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-03T02:32:27.950Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-03T02:32:27.950Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-03T02:32:27.950Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-03T02:32:27.951Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-03T02:32:27.951Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:32:27.951Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-03T02:32:27.951Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-03T02:32:27.951Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-03T02:32:27.951Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-03T02:32:27.952Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:32:27.952Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=87a32fcb-e269-45b8-99b5-d29b5e2df423
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-09-03T02:32:27.953Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.954Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is matching search criteria
2021-09-03T02:32:27.954Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a1040f8f-afd1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:32:27.954Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.954Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is not matching search criteria
2021-09-03T02:32:27.954Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-03T02:32:27.955Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-03T02:32:27.955Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:32:27.955Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-03T02:32:27.955Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-03T02:32:27.955Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:32:27.955Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-03T02:32:27.955Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-03T02:32:27.955Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-03T02:32:27.955Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-03T02:32:27.956Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-03T02:32:27.956Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:32:27.956Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=97fad2c3-d438-4db5-8f2b-6a347cccb6d7
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-09-03T02:32:27.957Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.957Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is matching search criteria
2021-09-03T02:32:27.957Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a1040f8f-afd1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:32:27.960Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.960Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is not matching search criteria
2021-09-03T02:32:27.960Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-03T02:32:27.960Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-03T02:32:27.960Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:32:27.961Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-03T02:32:27.961Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-03T02:32:27.961Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:32:27.961Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-03T02:32:27.961Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-03T02:32:27.961Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-03T02:32:27.961Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:32:27.961Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-03T02:32:27.961Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-03T02:32:27.962Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=adebdd27-3cde-4275-b638-e68f974d8c58
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-09-03T02:32:27.963Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.963Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is matching search criteria
2021-09-03T02:32:27.963Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a1040f8f-afd1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:32:27.964Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.964Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Node template vFW a1040f8f-afd1 0 is matching search criteria
2021-09-03T02:32:27.964Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a1040f8f-afd1 0] matching following query criteria: sdcType=VF, customizationUUID=c86549d6-9939-4bfd-ad74-e3c17c8c167e
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-09-03T02:32:27.965Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.965Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:32:27.966Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cf8d7e3b-1885-42b5-8c76-b0e43e0643e4: vFW a1040f8f-afd1
2021-09-03T02:32:27.966Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.966Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:32:27.966Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.966Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:32:27.966Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.966Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:32:27.966Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.966Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:32:27.967Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:32:27.967Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-30-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:32:27.967Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-09-03 02-30-17 
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-09-03T02:32:28.103Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a1040f8f-afd1 7820302e-2221-42c8-b699-745f6ce4b767 1 ASDC deployResourceStructure
2021-09-03T02:32:28.103Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json ASDC sendASDCNotification
2021-09-03T02:32:28.104Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json
2021-09-03T02:32:28.104Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:32:28.104Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:32:28.107Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:32:28.107Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636348103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:32:28.207Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:32:28.208Z||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-09-03T02:32:28.208Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:28.215Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:28.216Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:32:29.108Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-03T02:32:29.108Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml
2021-09-03T02:32:29.108Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:32:29.108Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:32:29.110Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:32:29.110Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636349107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-03T02:32:29.210Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:32:29.211Z||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-09-03T02:32:29.211Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:29.219Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:29.219Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:32:30.111Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-03T02:32:30.111Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env
2021-09-03T02:32:30.111Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:32:30.111Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:32:30.113Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:32:30.113Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636350111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-03T02:32:30.213Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:32:30.214Z||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-09-03T02:32:30.214Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:30.222Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:30.222Z||pool-32-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:32:31.114Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar ASDC sendASDCNotification
2021-09-03T02:32:31.114Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar
2021-09-03T02:32:31.114Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:32:31.114Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:32:31.116Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:32:31.116Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636351113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:32:31.216Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:32:31.217Z||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-09-03T02:32:31.217Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:32:31.224Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:32:31.225Z||pool-33-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:32:32.117Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26b28b2b-3a5f-439e-8945-aa2e8277a760
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:32:32.122Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26b28b2b-3a5f-439e-8945-aa2e8277a760
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-09-03T02:32:32.123Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:32:32.123Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:32:32.124Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:33:02.124Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26b28b2b-3a5f-439e-8945-aa2e8277a760
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:33:02.128Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26b28b2b-3a5f-439e-8945-aa2e8277a760
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-09-03T02:33:02.129Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:33:02.130Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:33:02.130Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:33:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:33:07.625Z||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-09-03T02:33:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:33:07.651Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:33:07.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:33:07.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636328378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:33:07.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:33:07.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:33:07.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "dcae-sch",
  "timestamp": 1630636327548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:33:07.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:33:32.130Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26b28b2b-3a5f-439e-8945-aa2e8277a760
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:33:32.136Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26b28b2b-3a5f-439e-8945-aa2e8277a760
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-09-03T02:33:32.138Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:33:32.138Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:33:32.138Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:34:02.138Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26b28b2b-3a5f-439e-8945-aa2e8277a760
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:34:02.143Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26b28b2b-3a5f-439e-8945-aa2e8277a760
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-09-03T02:34:02.144Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:34:02.144Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:34:02.144Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:34:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:34:07.625Z||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-09-03T02:34:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:34:07.646Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:34:07.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:34:07.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636327622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:34:07.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:34:07.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:34:07.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "cds",
  "timestamp": 1630636326105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:34:07.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:34:32.144Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26b28b2b-3a5f-439e-8945-aa2e8277a760
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:34:32.152Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26b28b2b-3a5f-439e-8945-aa2e8277a760
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-09-03T02:34:32.154Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:34:32.154Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:34:32.154Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:35:02.154Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26b28b2b-3a5f-439e-8945-aa2e8277a760
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:35:02.159Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26b28b2b-3a5f-439e-8945-aa2e8277a760
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-09-03T02:35:02.160Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:35:02.160Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:35:02.160Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:35:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:35:07.625Z||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-09-03T02:35:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:35:07.648Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:35:07.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636325453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636327622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:35:07.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "dcae-sch",
  "timestamp": 1630636327548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636328378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:35:07.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "cds",
  "timestamp": 1630636326105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636331931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636325453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "dcae-sch",
  "timestamp": 1630636327548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636327622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:35:07.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636328378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:35:07.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "cds",
  "timestamp": 1630636326105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "aai-ml",
  "timestamp": 1630636332331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636331931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "dcae-sch",
  "timestamp": 1630636327548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636327622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636325453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636328378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "cds",
  "timestamp": 1630636326105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "aai-ml",
  "timestamp": 1630636332331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636331931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636325453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636327622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-03T02:35:07.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636328378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-03T02:35:07.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "dcae-sch",
  "timestamp": 1630636327548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "cds",
  "timestamp": 1630636326105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "policy-id",
  "timestamp": 1630636334165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "aai-ml",
  "timestamp": 1630636332331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636331931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636328378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636325453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "dcae-sch",
  "timestamp": 1630636327548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636327622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "cds",
  "timestamp": 1630636326105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "policy-id",
  "timestamp": 1630636334165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "aai-ml",
  "timestamp": 1630636332331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636331931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "dcae-sch",
  "timestamp": 1630636327548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636327622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:35:07.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636328378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:35:07.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636325453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "cds",
  "timestamp": 1630636326105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:35:07.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "policy-id",
  "timestamp": 1630636334165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:35:07.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "aai-ml",
  "timestamp": 1630636332331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636331931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "policy-id",
  "timestamp": 1630636334165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "aai-ml",
  "timestamp": 1630636332331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636331931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:35:07.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "policy-id",
  "timestamp": 1630636334165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "aai-ml",
  "timestamp": 1630636332331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:35:07.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "cds",
  "timestamp": 1630636339597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:35:07.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636339627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:35:07.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636339684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:35:07.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "policy-id",
  "timestamp": 1630636334165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "cds",
  "timestamp": 1630636340602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-03T02:35:07.668Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26b28b2b-3a5f-439e-8945-aa2e8277a760
2021-09-03T02:35:07.668Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b28b2b-3a5f-439e-8945-aa2e8277a760 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:35:07.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "policy-id",
  "timestamp": 1630636334165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:35:07.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636341224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:35:07.674Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "aai-ml",
  "timestamp": 1630636341799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:35:07.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636342387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:35:07.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "policy-id",
  "timestamp": 1630636342587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:35:07.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "policy-id",
  "timestamp": 1630636343590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:35:07.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636343772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:35:07.676Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636344172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:35:07.676Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "policy-id",
  "timestamp": 1630636344592,
  "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-09-03T02:35:07.678Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26b28b2b-3a5f-439e-8945-aa2e8277a760
2021-09-03T02:35:07.678Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b28b2b-3a5f-439e-8945-aa2e8277a760 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-09-03T02:35:07.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636344632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:35:07.683Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636345176,
  "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-09-03T02:35:07.686Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26b28b2b-3a5f-439e-8945-aa2e8277a760
2021-09-03T02:35:07.686Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b28b2b-3a5f-439e-8945-aa2e8277a760 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-09-03T02:35:07.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636345652,
  "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-09-03T02:35:07.693Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26b28b2b-3a5f-439e-8945-aa2e8277a760
2021-09-03T02:35:07.693Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b28b2b-3a5f-439e-8945-aa2e8277a760 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-09-03T02:35:07.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636345777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:35:07.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636346656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:35:07.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636346925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:35:07.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "clamp",
  "timestamp": 1630636347387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636348103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:35:07.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "aai-ml",
  "timestamp": 1630636348674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:35:07.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "clamp",
  "timestamp": 1630636347387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vfwa1040f8fafd10_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:35:07.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636349107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-03T02:35:07.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "aai-ml",
  "timestamp": 1630636349677,
  "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-09-03T02:35:07.700Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 26b28b2b-3a5f-439e-8945-aa2e8277a760
2021-09-03T02:35:07.700Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b28b2b-3a5f-439e-8945-aa2e8277a760 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-09-03T02:35:07.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "clamp",
  "timestamp": 1630636347387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636350111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-03T02:35:07.705Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "clamp",
  "timestamp": 1630636347387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636351113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:35:07.705Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "clamp",
  "timestamp": 1630636347387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/resourceInstances/vfwa1040f8fafd10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "clamp",
  "timestamp": 1630636347387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:35:07.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "clamp",
  "timestamp": 1630636347387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:35:07.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:35:07.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "clamp",
  "timestamp": 1630636367500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:35:07.706Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "clamp",
  "timestamp": 1630636368517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023017/1.0/artifacts/service-Vfw20210903023017-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:35:07.706Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:35:07.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:35:07.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "clamp",
  "timestamp": 1630636369519,
  "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-09-03T02:35:07.708Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 26b28b2b-3a5f-439e-8945-aa2e8277a760
2021-09-03T02:35:07.709Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b28b2b-3a5f-439e-8945-aa2e8277a760 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-09-03T02:35:32.161Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26b28b2b-3a5f-439e-8945-aa2e8277a760
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:35:32.167Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26b28b2b-3a5f-439e-8945-aa2e8277a760
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-09-03T02:35:32.169Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:35:32.169Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-03T02:35:32.169Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-03T02:35:32.169Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-03T02:35:32.169Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:35:32.169Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:35:32.169Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:35:32.169Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:35:32.170Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:35:32.170Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:35:32.170Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-03T02:35:32.172Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-03T02:36:02.172Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 26b28b2b-3a5f-439e-8945-aa2e8277a760 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-09-03T02:36:02.175Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 26b28b2b-3a5f-439e-8945-aa2e8277a760 and serviceModelVersionId: cf8d7e3b-1885-42b5-8c76-b0e43e0643e4
2021-09-03T02:36:02.175Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94de0077-2991-462f-8083-530cf9c434d4
2021-09-03T02:36:02.176Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94de0077-2991-462f-8083-530cf9c434d4/model-vers/model-ver/cf8d7e3b-1885-42b5-8c76-b0e43e0643e4?depth=0
2021-09-03T02:36:02.180Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-03T02:36:02.216Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94de0077-2991-462f-8083-530cf9c434d4/model-vers/model-ver/cf8d7e3b-1885-42b5-8c76-b0e43e0643e4?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-09-03T02:36:02.217Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94de0077-2991-462f-8083-530cf9c434d4/model-vers/model-ver/cf8d7e3b-1885-42b5-8c76-b0e43e0643e4?depth=0|INFO|500||Invoke
2021-09-03T02:36:02.237Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94de0077-2991-462f-8083-530cf9c434d4/model-vers/model-ver/cf8d7e3b-1885-42b5-8c76-b0e43e0643e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-03T02:36:02.320Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94de0077-2991-462f-8083-530cf9c434d4/model-vers/model-ver/cf8d7e3b-1885-42b5-8c76-b0e43e0643e4?depth=0|INFO|500||InvokeReturn
2021-09-03T02:36:02.321Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94de0077-2991-462f-8083-530cf9c434d4/model-vers/model-ver/cf8d7e3b-1885-42b5-8c76-b0e43e0643e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210903-02:36:02:244-50098], vertex-id=[143528], Content-Length=[0], Date=[Fri, 03 Sep 2021 02:36:02 GMT], Content-Type=[application/json]}
2021-09-03T02:36:02.321Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-03T02:36:02.321Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-03T02:36:02.321Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-03T02:36:02.324Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-03T02:36:02.324Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 26b28b2b-3a5f-439e-8945-aa2e8277a760 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-03T02:36:02.325Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-03T02:36:02.325Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:36:02.328Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:36:02.328Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636562325,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T02:36:02.428Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:36:02.429Z||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-09-03T02:36:02.429Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:02.440Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:02.440Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-03T02:36:03.337Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:36:03.338Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|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-09-03T02:36:03.338Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:07.614Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:07.615Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.615Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3cb68fa0-a81a-4958-8189-4edc7869bb88","serviceName":"vFW 2021-09-03 02-33-12","serviceVersion":"1.0","serviceUUID":"ac39371c-752b-4ad7-b910-5c5d52d14e34","serviceDescription":"catalog service description","serviceInvariantUUID":"da0d1802-7a7c-4001-928b-3fb502d35655","resources":[{"resourceInstanceName":"vFW bcfd3682-cf8a 0","resourceName":"vFW bcfd3682-cf8a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a50d0676-6531-447b-9d20-4420ac3539dc","resourceInvariantUUID":"bddfcd6b-0d98-4266-acb0-ee49025be528","resourceCustomizationUUID":"be5ab167-8809-4065-ac39-6bd73bdbf09f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vf-license-model.xml","artifactChecksum":"M2FiZTg3NWQ2MjFkMzllYmIzZmQ0YzM5YTRiMjhkNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f17d51b3-140d-4d06-a51a-8303e17b92f5","artifactVersion":"1"},{"artifactName":"vfwbcfd3682cf8a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json","artifactChecksum":"OWNhODg2MWQ0ZTkzZThlMmE1Y2FjMGNkZTU1MWJmNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c1016928-aa93-4c12-b8f1-974a2630807d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"39706d4c-2f96-42ab-a029-a3cf329c2014","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vendor-license-model.xml","artifactChecksum":"OThhYjUzYzM5OTM0NzBiZDM1YmJkMDE4ZWU2ODI0ZmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1f24ecb8-6a75-4f77-a172-23fad177cb1c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dafc1c62-e8ff-4644-8ba4-ffe23d652a7b","artifactVersion":"2","generatedFromUUID":"39706d4c-2f96-42ab-a029-a3cf329c2014"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210903023312-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-template.yml","artifactChecksum":"Y2Y3MGQ2YmQ3ODNkZDc3MDYxOGI5ZWYyMzI5ZmU4ZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc06bb87-d94e-4f73-b6b5-0f147d66d395","artifactVersion":"1"},{"artifactName":"service-Vfw20210903023312-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar","artifactChecksum":"YTJmNDZiMjFjNDU0NmRkMDRiZGZmNDI0NDY3ZWIyYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d409c726-aa8c-4205-9215-690c260870de","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-03T02:36:07.617Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:36:07.617Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:36:07.619Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:36:07.619Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636563337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:36:07.625Z||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-09-03T02:36:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:07.650Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:07.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636488378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "dcae-sch",
  "timestamp": 1630636487548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "cds",
  "timestamp": 1630636491105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636485453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "policy-id",
  "timestamp": 1630636494165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636488378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:36:07.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "dcae-sch",
  "timestamp": 1630636487548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "cds",
  "timestamp": 1630636491105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636485453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "policy-id",
  "timestamp": 1630636494165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636488378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:36:07.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "cds",
  "timestamp": 1630636491105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "dcae-sch",
  "timestamp": 1630636487548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636485453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "policy-id",
  "timestamp": 1630636494165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:36:07.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636488378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "dcae-sch",
  "timestamp": 1630636487548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "cds",
  "timestamp": 1630636491105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636485453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "policy-id",
  "timestamp": 1630636494165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "clamp",
  "timestamp": 1630636497387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636488378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-03T02:36:07.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "dcae-sch",
  "timestamp": 1630636487548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "cds",
  "timestamp": 1630636491105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636485453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "policy-id",
  "timestamp": 1630636494165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "clamp",
  "timestamp": 1630636497387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636488378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "dcae-sch",
  "timestamp": 1630636487548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "cds",
  "timestamp": 1630636491105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636485453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "policy-id",
  "timestamp": 1630636494165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "clamp",
  "timestamp": 1630636497387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636488378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "dcae-sch",
  "timestamp": 1630636487548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "cds",
  "timestamp": 1630636491105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630636485453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "policy-id",
  "timestamp": 1630636494165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "clamp",
  "timestamp": 1630636497387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636501988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "clamp",
  "timestamp": 1630636497387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "cds",
  "timestamp": 1630636502077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "policy-id",
  "timestamp": 1630636502295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:36:07.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:36:07.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "clamp",
  "timestamp": 1630636497387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:07.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "cds",
  "timestamp": 1630636503084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:36:07.668Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3cb68fa0-a81a-4958-8189-4edc7869bb88
2021-09-03T02:36:07.668Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cb68fa0-a81a-4958-8189-4edc7869bb88 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:36:07.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "policy-id",
  "timestamp": 1630636503299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:36:07.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:36:07.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636503623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:36:07.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:36:07.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "clamp",
  "timestamp": 1630636497387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:36:07.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:36:07.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "policy-id",
  "timestamp": 1630636504301,
  "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-09-03T02:36:07.675Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3cb68fa0-a81a-4958-8189-4edc7869bb88
2021-09-03T02:36:07.675Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cb68fa0-a81a-4958-8189-4edc7869bb88 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-09-03T02:36:07.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636506271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:36:07.681Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:36:07.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:36:07.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636507287,
  "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-09-03T02:36:07.683Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3cb68fa0-a81a-4958-8189-4edc7869bb88
2021-09-03T02:36:07.683Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cb68fa0-a81a-4958-8189-4edc7869bb88 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-09-03T02:36:07.719Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:36:07.720Z||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-09-03T02:36:07.720Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:07.729Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:07.730Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:36:08.619Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:36:08.620Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:36:08.622Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:36:08.622Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636563337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:36:08.722Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:36:08.723Z||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-09-03T02:36:08.723Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:08.730Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:08.731Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:36:09.622Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:36:09.623Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:36:09.625Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:36:09.625Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636563337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:36:09.725Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:36:09.726Z||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-09-03T02:36:09.726Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:09.734Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:09.734Z||pool-37-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:36:10.626Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:36:10.627Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:36:10.628Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:36:10.628Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636563337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:10.729Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-03T02:36:10.729Z||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-09-03T02:36:10.729Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:10.738Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:10.738Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:36:11.629Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:36:11.630Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:36:11.632Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:36:11.633Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636563337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-03T02:36:11.733Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:36:11.733Z||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-09-03T02:36:11.733Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:11.742Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:11.743Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:36:12.633Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:36:12.634Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:36:12.636Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:36:12.636Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636563337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:36:12.736Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:36:12.737Z||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-09-03T02:36:12.737Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:12.747Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:12.747Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:36:13.637Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:36:13.637Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:36:13.639Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:36:13.639Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636563337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:36:13.739Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:36:13.740Z||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-09-03T02:36:13.740Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:13.747Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:13.748Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:36:14.640Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "serviceName": "vFW 2021-09-03 02-33-12",
  "serviceVersion": "1.0",
  "serviceUUID": "ac39371c-752b-4ad7-b910-5c5d52d14e34",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "da0d1802-7a7c-4001-928b-3fb502d35655",
  "resources": [
    {
      "resourceInstanceName": "vFW bcfd3682-cf8a 0",
      "resourceCustomizationUUID": "be5ab167-8809-4065-ac39-6bd73bdbf09f",
      "resourceName": "vFW bcfd3682-cf8a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a50d0676-6531-447b-9d20-4420ac3539dc",
      "resourceInvariantUUID": "bddfcd6b-0d98-4266-acb0-ee49025be528",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwbcfd3682cf8a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
          "artifactChecksum": "OWNhODg2MWQ0ZTkzZThlMmE1Y2FjMGNkZTU1MWJmNzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c1016928-aa93-4c12-b8f1-974a2630807d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "39706d4c-2f96-42ab-a029-a3cf329c2014",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dafc1c62-e8ff-4644-8ba4-ffe23d652a7b",
            "generatedFromUUID": "39706d4c-2f96-42ab-a029-a3cf329c2014"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dafc1c62-e8ff-4644-8ba4-ffe23d652a7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210903023312-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
      "artifactChecksum": "YTJmNDZiMjFjNDU0NmRkMDRiZGZmNDI0NDY3ZWIyYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d409c726-aa8c-4205-9215-690c260870de"
    }
  ],
  "workloadContext": "Production"
}
2021-09-03T02:36:14.641Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-03T02:36:14.641Z|26b28b2b-3a5f-439e-8945-aa2e8277a760|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ac39371c-752b-4ad7-b910-5c5d52d14e34 ASDC
2021-09-03T02:36:14.641Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3cb68fa0-a81a-4958-8189-4edc7869bb88
ServiceName:vFW 2021-09-03 02-33-12
ServiceVersion:1.0
ServiceUUID:ac39371c-752b-4ad7-b910-5c5d52d14e34
ServiceInvariantUUID:da0d1802-7a7c-4001-928b-3fb502d35655
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210903023312-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar
ArtifactUUID:d409c726-aa8c-4205-9215-690c260870de
ArtifactChecksum:YTJmNDZiMjFjNDU0NmRkMDRiZGZmNDI0NDY3ZWIyYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bcfd3682-cf8a 0
ResourceCustomizationUUID:be5ab167-8809-4065-ac39-6bd73bdbf09f
ResourceInvariantUUID:bddfcd6b-0d98-4266-acb0-ee49025be528
ResourceName:vFW bcfd3682-cf8a
ResourceType:VF
ResourceUUID:a50d0676-6531-447b-9d20-4420ac3539dc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbcfd3682cf8a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json
ArtifactUUID:c1016928-aa93-4c12-b8f1-974a2630807d
ArtifactChecksum:OWNhODg2MWQ0ZTkzZThlMmE1Y2FjMGNkZTU1MWJmNzc=
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/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml
ArtifactUUID:39706d4c-2f96-42ab-a029-a3cf329c2014
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/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env
ArtifactUUID:dafc1c62-e8ff-4644-8ba4-ffe23d652a7b
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/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env
ArtifactUUID:dafc1c62-e8ff-4644-8ba4-ffe23d652a7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-03T02:36:14.641Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac39371c-752b-4ad7-b910-5c5d52d14e34 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-09-03T02:36:14.664Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:36:14.664Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-03T02:36:14.664Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-03T02:36:14.664Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d409c726-aa8c-4205-9215-690c260870de from URL: /sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:14.664Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-03T02:36:14.665Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:15.268Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-03T02:36:15.272Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar d409c726-aa8c-4205-9215-690c260870de 98741
2021-09-03T02:36:15.272Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar ASDC sendASDCNotification
2021-09-03T02:36:15.272Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:15.272Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:36:15.272Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:36:15.274Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:36:15.274Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636575272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:36:15.374Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:36:15.375Z||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-09-03T02:36:15.375Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:15.382Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:15.383Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:36:16.274Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:36:16.275Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-03T02:36:16.276Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d409c726-aa8c-4205-9215-690c260870de, URL: /sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar to file: /app/ASDC/1/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:16.276Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210903023312-csar.csar
2021-09-03T02:36:16.276Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:16.276Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:16.690Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11954004578473080913/Definitions/service-Vfw20210903023312-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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_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
2021-09-03T02:36:18.223Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-03T02:36:18.223Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-03T02:36:18.223Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:18.223Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-03T02:36:18.223Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:18.224Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:18.224Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bcfd3682-cf8a 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-Vfw20210903023312-csar.csar
2021-09-03T02:36:18.224Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:18.224Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:18.224Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:18.224Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:18.224Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:18.224Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:18.225Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:18.225Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:18.225Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:18.225Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:18.225Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-03T02:36:18.225Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:18.225Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:36:18.226Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is matching search criteria
2021-09-03T02:36:18.226Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-03T02:36:18.226Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bcfd3682-cf8a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:36:18.226Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:18.226Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:36:18.227Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is matching search criteria
2021-09-03T02:36:18.227Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-03T02:36:18.227Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bcfd3682-cf8a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:36:18.227Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:18.227Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:36:18.228Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:18.228Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is not matching search criteria
2021-09-03T02:36:18.228Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-03T02:36:18.228Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-03T02:36:18.228Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-03T02:36:18.228Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:36:18.229Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-03T02:36:18.229Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:36:18.229Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-03T02:36:18.229Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-03T02:36:18.229Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-03T02:36:18.229Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:36:18.229Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-03T02:36:18.230Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-03T02:36:18.230Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-03T02:36:18.230Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-03T02:36:18.230Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:36:18.230Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-03T02:36:18.230Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:18.231Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-03T02:36:18.231Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:18.231Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is matching search criteria
2021-09-03T02:36:18.231Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bcfd3682-cf8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:36:18.231Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:18.232Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is matching search criteria
2021-09-03T02:36:18.232Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bcfd3682-cf8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:36:18.232Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:18.232Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is matching search criteria
2021-09-03T02:36:18.232Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bcfd3682-cf8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:36:18.232Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:18.233Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is not matching search criteria
2021-09-03T02:36:18.233Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-03T02:36:18.233Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-03T02:36:18.233Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-03T02:36:18.233Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-03T02:36:18.233Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-03T02:36:18.234Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:36:18.234Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-03T02:36:18.234Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-03T02:36:18.234Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-03T02:36:18.234Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-03T02:36:18.234Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:36:18.234Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ecec716-3f82-4b39-9632-5428f59b94ad
2021-09-03T02:36:18.235Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:18.235Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is not matching search criteria
2021-09-03T02:36:18.235Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-03T02:36:18.235Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-03T02:36:18.235Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-03T02:36:18.236Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:36:18.236Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-03T02:36:18.236Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:36:18.236Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-03T02:36:18.236Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-03T02:36:18.236Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-03T02:36:18.236Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-03T02:36:18.237Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-03T02:36:18.237Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:36:18.237Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b8232579-76d8-4b79-a01c-ad9cad17462d
2021-09-03T02:36:18.237Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:18.237Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is not matching search criteria
2021-09-03T02:36:18.238Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-03T02:36:18.238Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-03T02:36:18.238Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-03T02:36:18.238Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:36:18.238Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-03T02:36:18.238Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:36:18.238Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-03T02:36:18.239Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-03T02:36:18.239Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-03T02:36:18.239Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:36:18.239Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-03T02:36:18.239Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-03T02:36:18.239Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d617e1cd-b2ac-4948-9eeb-781044235204
2021-09-03T02:36:18.239Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:18.240Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:36:18.240Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:18.240Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:36:18.240Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:18.240Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:36:18.240Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:18.241Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:36:18.241Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-03 02-33-12
Description:catalog service description
Model UUID:ac39371c-752b-4ad7-b910-5c5d52d14e34
Model Version:NULL
Model InvariantUuid:da0d1802-7a7c-4001-928b-3fb502d35655
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW bcfd3682-cf8a
Model UUID:48dcf744-e663-4b60-b097-fa711d3cacb2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bddfcd6b-0d98-4266-acb0-ee49025be528
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:be5ab167-8809-4065-ac39-6bd73bdbf09f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:28029a81-7349-40e7-8d05-6f1629d9cced
ModelName:VfwBcfd3682Cf8a..base_vfw..module-0
ModelUuid:9e285664-7abc-4d10-be8e-eab1c8539b80
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ecec716-3f82-4b39-9632-5428f59b94ad
ModelInvariantUuid:b893f48e-5388-4c18-b467-108032109de0
ModelName:vFW bcfd3682-cf8a-nodes.vfwCvfc
ModelUuid:cc517517-0040-4eaf-9e7c-bf1c0f259c8c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4956266f-d3bd-4d10-8512-18391324ade7
ModelInvariantUuid:e4e9290e-8376-42c7-a83a-d80403fec6d4
ModelName:VfwBcfd3682Cf8a.compute.nodes.heat.vfw
ModelUuid:d21e873d-764e-48d7-a08c-c25cfdb894f2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b8232579-76d8-4b79-a01c-ad9cad17462d
ModelInvariantUuid:e61efa88-9648-4f01-b8c6-282e6f260de8
ModelName:vFW bcfd3682-cf8a-nodes.vsnCvfc
ModelUuid:12111e1f-4d7b-41a4-8878-228f4b90027c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a9b1e0e5-96be-4139-995e-546d9498d59f
ModelInvariantUuid:aa5c0543-9efd-4655-be13-cfcaf56a4914
ModelName:VfwBcfd3682Cf8a.compute.nodes.heat.vsn
ModelUuid:44869f28-f744-4d47-9337-6fe0445b5779
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d617e1cd-b2ac-4948-9eeb-781044235204
ModelInvariantUuid:acf633d0-ce33-4d08-a722-f49204908134
ModelName:vFW bcfd3682-cf8a-nodes.vpgCvfc
ModelUuid:53b485a6-3af8-427e-a1a1-6056022cdec0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:542fdf37-fd81-4938-aec9-ad43549f364e
ModelInvariantUuid:5ec94813-b503-455d-a88d-24dca5feae21
ModelName:VfwBcfd3682Cf8a.compute.nodes.heat.vpg
ModelUuid:4cf73f0d-9c0b-42e5-b02f-8fdb5ba9169c
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-09-03T02:36:18.246Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a50d0676-6531-447b-9d20-4420ac3539dc
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-09-03T02:36:18.248Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||vFW bcfd3682-cf8a 0
2021-09-03T02:36:18.248Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a50d0676-6531-447b-9d20-4420ac3539dc
2021-09-03T02:36:18.248Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c1016928-aa93-4c12-b8f1-974a2630807d from URL: /sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json
2021-09-03T02:36:18.248Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-03T02:36:18.248Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json
2021-09-03T02:36:20.417Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-03T02:36:20.418Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json c1016928-aa93-4c12-b8f1-974a2630807d 785
2021-09-03T02:36:20.418Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json ASDC sendASDCNotification
2021-09-03T02:36:20.418Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json
2021-09-03T02:36:20.418Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:36:20.418Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:36:20.420Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:36:20.420Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636580418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:36:20.521Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-03T02:36:20.521Z||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-09-03T02:36:20.522Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:20.529Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:20.530Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:36:21.421Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBcfd3682Cf8a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "28029a81-7349-40e7-8d05-6f1629d9cced",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9e285664-7abc-4d10-be8e-eab1c8539b80",
    "vfModuleModelCustomizationUUID": "8cb53e29-3899-47c7-80ea-90f305b0b4e6",
    "isBase": true,
    "artifacts": [
      "39706d4c-2f96-42ab-a029-a3cf329c2014",
      "dafc1c62-e8ff-4644-8ba4-ffe23d652a7b"
    ],
    "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-09-03T02:36:21.424Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBcfd3682Cf8a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9e285664-7abc-4d10-be8e-eab1c8539b80
VfModuleModelInvariantUUID:28029a81-7349-40e7-8d05-6f1629d9cced
VfModuleModelDescription:NULL
Artifacts UUID List:{
39706d4c-2f96-42ab-a029-a3cf329c2014
,
dafc1c62-e8ff-4644-8ba4-ffe23d652a7b

}
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-09-03T02:36:21.426Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBcfd3682Cf8a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "28029a81-7349-40e7-8d05-6f1629d9cced",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9e285664-7abc-4d10-be8e-eab1c8539b80",
    "vfModuleModelCustomizationUUID": "8cb53e29-3899-47c7-80ea-90f305b0b4e6",
    "isBase": true,
    "artifacts": [
      "39706d4c-2f96-42ab-a029-a3cf329c2014",
      "dafc1c62-e8ff-4644-8ba4-ffe23d652a7b"
    ],
    "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-09-03T02:36:21.426Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBcfd3682Cf8a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9e285664-7abc-4d10-be8e-eab1c8539b80
VfModuleModelInvariantUUID:28029a81-7349-40e7-8d05-6f1629d9cced
VfModuleModelDescription:NULL
Artifacts UUID List:{
39706d4c-2f96-42ab-a029-a3cf329c2014
,
dafc1c62-e8ff-4644-8ba4-ffe23d652a7b

}
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-09-03T02:36:21.426Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 39706d4c-2f96-42ab-a029-a3cf329c2014 from URL: /sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml
2021-09-03T02:36:21.426Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-03T02:36:21.426Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml
2021-09-03T02:36:22.412Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-03T02:36:22.413Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml 39706d4c-2f96-42ab-a029-a3cf329c2014 20368
2021-09-03T02:36:22.413Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-03T02:36:22.413Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml
2021-09-03T02:36:22.413Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:36:22.413Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:36:22.415Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:36:22.415Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636582413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:36:22.515Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:36:22.516Z||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-09-03T02:36:22.516Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:22.527Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:22.527Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:36:23.416Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dafc1c62-e8ff-4644-8ba4-ffe23d652a7b from URL: /sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env
2021-09-03T02:36:23.416Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-03T02:36:23.416Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env
2021-09-03T02:36:24.576Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-03T02:36:24.576Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env dafc1c62-e8ff-4644-8ba4-ffe23d652a7b 2098
2021-09-03T02:36:24.577Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-03T02:36:24.577Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env
2021-09-03T02:36:24.577Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:36:24.577Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:36:24.578Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:36:24.578Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636584577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:36:24.679Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-03T02:36:24.679Z||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-09-03T02:36:24.679Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:24.688Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:24.688Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:36:25.579Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ac39371c-752b-4ad7-b910-5c5d52d14e34
2021-09-03T02:36:25.580Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bcfd3682-cf8a 0 a50d0676-6531-447b-9d20-4420ac3539dc 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-09-03T02:36:25.591Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@391b43f0, org.onap.sdc.toscaparser.api.parameters.Input@1865e149, org.onap.sdc.toscaparser.api.parameters.Input@2c56fa0b, org.onap.sdc.toscaparser.api.parameters.Input@6cd569d7, org.onap.sdc.toscaparser.api.parameters.Input@f32b37e]
2021-09-03T02:36:25.592Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.593Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:36:25.593Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-03T02:36:25.593Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= be5ab167-8809-4065-ac39-6bd73bdbf09f
2021-09-03T02:36:25.593Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: be5ab167-8809-4065-ac39-6bd73bdbf09f matches Tosca VF Customization UUID: be5ab167-8809-4065-ac39-6bd73bdbf09f
2021-09-03T02:36:25.593Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: be5ab167-8809-4065-ac39-6bd73bdbf09f  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-09-03T02:36:25.595Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.596Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:36:25.597Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id be5ab167-8809-4065-ac39-6bd73bdbf09f: {\"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-09-03T02:36:25.597Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64ab09b4
2021-09-03T02:36:25.598Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.598Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-03T02:36:25.599Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8cb53e29-3899-47c7-80ea-90f305b0b4e6
2021-09-03T02:36:25.599Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8cb53e29-3899-47c7-80ea-90f305b0b4e6
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-09-03T02:36:25.601Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.601Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is matching search criteria
2021-09-03T02:36:25.602Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bcfd3682-cf8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:36:25.602Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.602Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is matching search criteria
2021-09-03T02:36:25.602Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bcfd3682-cf8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:36:25.602Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.602Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is not matching search criteria
2021-09-03T02:36:25.602Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-03T02:36:25.603Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-03T02:36:25.603Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-03T02:36:25.603Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-03T02:36:25.603Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-03T02:36:25.603Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:36:25.603Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-03T02:36:25.604Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-03T02:36:25.604Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-03T02:36:25.604Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-03T02:36:25.604Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:36:25.604Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ecec716-3f82-4b39-9632-5428f59b94ad
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-09-03T02:36:25.606Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.606Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is matching search criteria
2021-09-03T02:36:25.606Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bcfd3682-cf8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:36:25.606Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.606Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is not matching search criteria
2021-09-03T02:36:25.607Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-03T02:36:25.607Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-03T02:36:25.607Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-03T02:36:25.607Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:36:25.607Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-03T02:36:25.607Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:36:25.608Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-03T02:36:25.608Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-03T02:36:25.608Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-03T02:36:25.608Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-03T02:36:25.608Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-03T02:36:25.608Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:36:25.608Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b8232579-76d8-4b79-a01c-ad9cad17462d
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-09-03T02:36:25.610Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.610Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is matching search criteria
2021-09-03T02:36:25.610Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bcfd3682-cf8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:36:25.610Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.610Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is not matching search criteria
2021-09-03T02:36:25.611Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-03T02:36:25.611Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-03T02:36:25.611Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-03T02:36:25.611Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:36:25.611Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-03T02:36:25.611Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-03T02:36:25.611Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-03T02:36:25.612Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-03T02:36:25.612Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-03T02:36:25.612Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-03T02:36:25.612Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-03T02:36:25.612Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-03T02:36:25.612Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d617e1cd-b2ac-4948-9eeb-781044235204
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-09-03T02:36:25.614Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.614Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is matching search criteria
2021-09-03T02:36:25.614Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bcfd3682-cf8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:36:25.614Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.614Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Node template vFW bcfd3682-cf8a 0 is matching search criteria
2021-09-03T02:36:25.615Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bcfd3682-cf8a 0] matching following query criteria: sdcType=VF, customizationUUID=be5ab167-8809-4065-ac39-6bd73bdbf09f
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-09-03T02:36:25.616Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.616Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:36:25.616Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ac39371c-752b-4ad7-b910-5c5d52d14e34: vFW bcfd3682-cf8a
2021-09-03T02:36:25.616Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.617Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:36:25.617Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.617Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:36:25.617Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.617Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:36:25.617Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.617Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:36:25.617Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:36:25.618Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-03 02-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:36:25.618Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-09-03 02-33-12 
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-09-03T02:36:25.741Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bcfd3682-cf8a a50d0676-6531-447b-9d20-4420ac3539dc 1 ASDC deployResourceStructure
2021-09-03T02:36:25.741Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json ASDC sendASDCNotification
2021-09-03T02:36:25.741Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json
2021-09-03T02:36:25.742Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:36:25.742Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:36:25.744Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:36:25.744Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636585741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:36:25.845Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:36:25.846Z||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-09-03T02:36:25.846Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:25.856Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:25.857Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:36:26.745Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-03T02:36:26.746Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml
2021-09-03T02:36:26.746Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:36:26.746Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:36:26.747Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:36:26.747Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636586745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-03T02:36:26.848Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-03T02:36:26.848Z||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-09-03T02:36:26.849Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:26.857Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:26.857Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:36:27.748Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-03T02:36:27.749Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env
2021-09-03T02:36:27.749Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:36:27.749Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:36:27.750Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:36:27.750Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636587748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-03T02:36:27.851Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-03T02:36:27.851Z||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-09-03T02:36:27.851Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:27.860Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:27.860Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:36:28.751Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar ASDC sendASDCNotification
2021-09-03T02:36:28.752Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar
2021-09-03T02:36:28.752Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:36:28.752Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:36:28.753Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:36:28.753Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636588751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:36:28.854Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:36:28.854Z||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-09-03T02:36:28.855Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:36:28.863Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:36:28.863Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:36:29.754Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3cb68fa0-a81a-4958-8189-4edc7869bb88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:36:29.759Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3cb68fa0-a81a-4958-8189-4edc7869bb88
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-09-03T02:36:29.761Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:36:29.761Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:36:29.761Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:36:59.761Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3cb68fa0-a81a-4958-8189-4edc7869bb88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:36:59.766Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3cb68fa0-a81a-4958-8189-4edc7869bb88
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-09-03T02:36:59.768Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:36:59.768Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:36:59.768Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:37:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:37:07.625Z||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-09-03T02:37:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:37:07.644Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:37:07.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630636508290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:37:07.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:37:07.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636511931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:37:07.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:37:07.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "aai-ml",
  "timestamp": 1630636512331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:37:07.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:37:07.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636511931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:37:07.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:37:07.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "aai-ml",
  "timestamp": 1630636512331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:37:07.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:37:07.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636511931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:37:07.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:37:07.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "aai-ml",
  "timestamp": 1630636512331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:37:07.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:37:07.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636511931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:37:07.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:37:07.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "aai-ml",
  "timestamp": 1630636512331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:37:07.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:37:07.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636511931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:37:07.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:37:07.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "aai-ml",
  "timestamp": 1630636512331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:37:07.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:37:07.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "clamp",
  "timestamp": 1630636517536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:37:07.652Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:37:07.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636511931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:37:07.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:37:07.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "aai-ml",
  "timestamp": 1630636512331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:37:07.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:37:07.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636511931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:37:07.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:37:07.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "aai-ml",
  "timestamp": 1630636512331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:37:07.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:37:07.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "clamp",
  "timestamp": 1630636519522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:37:07.653Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:37:07.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "clamp",
  "timestamp": 1630636520524,
  "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-09-03T02:37:07.659Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3cb68fa0-a81a-4958-8189-4edc7869bb88
2021-09-03T02:37:07.659Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cb68fa0-a81a-4958-8189-4edc7869bb88 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-09-03T02:37:07.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636521931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:37:07.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:37:07.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "aai-ml",
  "timestamp": 1630636521937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:37:07.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:37:07.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636525139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:37:07.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:37:07.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630636526142,
  "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-09-03T02:37:07.668Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3cb68fa0-a81a-4958-8189-4edc7869bb88
2021-09-03T02:37:07.668Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cb68fa0-a81a-4958-8189-4edc7869bb88 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-09-03T02:37:07.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "aai-ml",
  "timestamp": 1630636529026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:37:07.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:37:07.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "aai-ml",
  "timestamp": 1630636530031,
  "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-09-03T02:37:07.675Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3cb68fa0-a81a-4958-8189-4edc7869bb88
2021-09-03T02:37:07.675Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cb68fa0-a81a-4958-8189-4edc7869bb88 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-09-03T02:37:07.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:37:07.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26b28b2b-3a5f-439e-8945-aa2e8277a760",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636562325,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T02:37:07.680Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:37:29.768Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3cb68fa0-a81a-4958-8189-4edc7869bb88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:37:29.776Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3cb68fa0-a81a-4958-8189-4edc7869bb88
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-09-03T02:37:29.780Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:37:29.780Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-03T02:37:29.780Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-03T02:37:29.780Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-03T02:37:29.780Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:37:29.780Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:37:29.780Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:37:29.780Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:37:29.780Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:37:29.781Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:37:29.781Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-03T02:37:29.783Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-03T02:37:59.783Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3cb68fa0-a81a-4958-8189-4edc7869bb88 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-09-03T02:37:59.786Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3cb68fa0-a81a-4958-8189-4edc7869bb88 and serviceModelVersionId: ac39371c-752b-4ad7-b910-5c5d52d14e34
2021-09-03T02:37:59.786Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da0d1802-7a7c-4001-928b-3fb502d35655
2021-09-03T02:37:59.787Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da0d1802-7a7c-4001-928b-3fb502d35655/model-vers/model-ver/ac39371c-752b-4ad7-b910-5c5d52d14e34?depth=0
2021-09-03T02:37:59.790Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-03T02:37:59.826Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/da0d1802-7a7c-4001-928b-3fb502d35655/model-vers/model-ver/ac39371c-752b-4ad7-b910-5c5d52d14e34?depth=0|INFO|500||Invoke
2021-09-03T02:37:59.827Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/da0d1802-7a7c-4001-928b-3fb502d35655/model-vers/model-ver/ac39371c-752b-4ad7-b910-5c5d52d14e34?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/da0d1802-7a7c-4001-928b-3fb502d35655/model-vers/model-ver/ac39371c-752b-4ad7-b910-5c5d52d14e34?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3cb68fa0-a81a-4958-8189-4edc7869bb88], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e0c59b0-32c4-4531-a8ec-73f3de2ce6f3], X-ECOMP-RequestID=[3cb68fa0-a81a-4958-8189-4edc7869bb88], X-TransactionId=[], X-ONAP-RequestID=[3cb68fa0-a81a-4958-8189-4edc7869bb88], Content-Type=[application/merge-patch+json]}
2021-09-03T02:37:59.845Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/da0d1802-7a7c-4001-928b-3fb502d35655/model-vers/model-ver/ac39371c-752b-4ad7-b910-5c5d52d14e34?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-03T02:38:00.468Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/da0d1802-7a7c-4001-928b-3fb502d35655/model-vers/model-ver/ac39371c-752b-4ad7-b910-5c5d52d14e34?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/da0d1802-7a7c-4001-928b-3fb502d35655/model-vers/model-ver/ac39371c-752b-4ad7-b910-5c5d52d14e34?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210903-02:37:59:852-7912], vertex-id=[188464], Content-Length=[0], Date=[Fri, 03 Sep 2021 02:37:59 GMT], Content-Type=[application/json]}
2021-09-03T02:38:00.468Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/da0d1802-7a7c-4001-928b-3fb502d35655/model-vers/model-ver/ac39371c-752b-4ad7-b910-5c5d52d14e34?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-03T02:38:00.469Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/da0d1802-7a7c-4001-928b-3fb502d35655/model-vers/model-ver/ac39371c-752b-4ad7-b910-5c5d52d14e34?depth=0|INFO|500||InvokeReturn
2021-09-03T02:38:00.469Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-03T02:38:00.469Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-03T02:38:00.475Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-03T02:38:00.475Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3cb68fa0-a81a-4958-8189-4edc7869bb88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-03T02:38:00.475Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-03T02:38:00.475Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:38:00.477Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:38:00.477Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636680475,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T02:38:00.577Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:38:00.578Z||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-09-03T02:38:00.578Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:38:00.589Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:38:00.590Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-03T02:38:01.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:38:01.484Z||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-09-03T02:38:01.485Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:38:07.624Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:38:07.625Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|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-09-03T02:38:07.625Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:38:07.641Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:38:07.641Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:38:07.641Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636563337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:38:07.642Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:38:11.018Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:38:11.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:38:11.019Z||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-09-03T02:38:11.019Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:38:20.551Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:38:20.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:38:20.552Z||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-09-03T02:38:20.553Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:38:30.083Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:38:30.084Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:38:30.084Z||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-09-03T02:38:30.084Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:38:39.617Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:38:39.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:38:39.618Z||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-09-03T02:38:39.618Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:38:49.148Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:39:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:39:07.623Z||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-09-03T02:39:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:39:07.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:39:07.625Z||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-09-03T02:39:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:39:07.646Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:39:07.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-03T02:39:07.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636563337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:39:07.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:39:07.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-03T02:39:07.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636563337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:39:07.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:39:07.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-03T02:39:07.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636563337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:39:07.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:39:07.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-03T02:39:07.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636563337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-03T02:39:07.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:39:07.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-03T02:39:07.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636563337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:39:07.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:39:07.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-03T02:39:07.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636563337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:39:07.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:39:07.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-03T02:39:07.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636575272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:39:07.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:39:07.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-03T02:39:07.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636580418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:39:07.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:39:07.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-03T02:39:07.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636582413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:39:07.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:39:07.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-03T02:39:07.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636584577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:39:07.651Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:39:07.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-03T02:39:07.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636585741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/vfwbcfd3682cf8a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:39:07.651Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:39:07.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-03T02:39:07.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636586745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-03T02:39:07.652Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:39:07.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-03T02:39:07.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636587748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/resourceInstances/vfwbcfd3682cf8a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-03T02:39:07.652Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:39:07.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-03T02:39:07.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636588751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210903023312/1.0/artifacts/service-Vfw20210903023312-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:39:07.652Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:39:17.157Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:40:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:40:07.623Z||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-09-03T02:40:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:40:07.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:40:07.625Z||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-09-03T02:40:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:40:08.144Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:40:08.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:40:08.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cb68fa0-a81a-4958-8189-4edc7869bb88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630636680475,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T02:40:08.146Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:40:17.167Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:41:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:41:07.623Z||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-09-03T02:41:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:41:07.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:41:07.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T02:41:07.625Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:41:17.167Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:41:17.170Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:42:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:42:07.623Z||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-09-03T02:42:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:42:07.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:42:07.625Z||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-09-03T02:42:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:42:17.159Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:42:17.162Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:43:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:43:07.623Z||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-09-03T02:43:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:43:07.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:43:07.624Z||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-09-03T02:43:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:43:17.156Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:43:17.160Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:44:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:44:07.623Z||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-09-03T02:44:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:44:07.624Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:44:07.625Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|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-09-03T02:44:07.625Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:44:17.157Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:44:17.160Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:45:07.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:45:07.624Z||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-09-03T02:45:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:45:07.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:45:07.624Z||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-09-03T02:45:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:45:08.244Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:45:08.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"dbfa775c-226c-4097-a606-537ad402a02a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"eba1b2df-643c-4ce7-97b6-0c4c14175210","serviceDescription":"service","serviceInvariantUUID":"ee1dc00f-157b-4546-83ed-c283f601794a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5c651f4b-89ea-4770-8091-da3aad8c77da","resourceInvariantUUID":"2ed4bc1c-0016-4100-9921-18629bea67c2","resourceCustomizationUUID":"fe53d191-5b8e-43cf-9fe5-867a79fbac4f","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":"ZTAwODExYjg4MmNkYWQzNzc0ZWNhMGZlYzUxZGMxNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6793d835-3b97-4932-98dc-f1195ce65d20","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTRhNDAzMzFmNjIxN2JmZmJmNmZmYjk3NjM3NzlhMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fed21cf2-da9b-4fc1-b2b2-b31dc4be9c69","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-03T02:45:08.247Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:45:08.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.248Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:45:08.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "cds",
  "timestamp": 1630637076105,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:45:08.248Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:45:08.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:45:08.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "policy-id",
  "timestamp": 1630637074165,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:45:08.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:45:08.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637081931,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:45:08.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:45:08.250Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:45:08.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.250Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637107623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:45:08.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "cds",
  "timestamp": 1630637076105,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:45:08.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:45:08.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "policy-id",
  "timestamp": 1630637074165,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:45:08.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:45:08.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "aai-ml",
  "timestamp": 1630637082331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:45:08.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:45:08.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637081931,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:45:08.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:45:08.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "aai-ml",
  "timestamp": 1630637082331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:45:08.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:45:08.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "policy-id",
  "timestamp": 1630637085577,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:45:08.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:45:08.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "cds",
  "timestamp": 1630637085676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:45:08.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:45:08.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637085453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:45:08.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:45:08.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637086184,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:45:08.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:45:08.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "aai-ml",
  "timestamp": 1630637086374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:45:08.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:45:08.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "policy-id",
  "timestamp": 1630637086580,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:45:08.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:45:08.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "cds",
  "timestamp": 1630637086681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:45:08.262Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dbfa775c-226c-4097-a606-537ad402a02a
2021-09-03T02:45:08.262Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbfa775c-226c-4097-a606-537ad402a02a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:45:08.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637085453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:45:08.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:45:08.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "policy-id",
  "timestamp": 1630637087581,
  "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-09-03T02:45:08.270Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dbfa775c-226c-4097-a606-537ad402a02a
2021-09-03T02:45:08.270Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbfa775c-226c-4097-a606-537ad402a02a 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-09-03T02:45:08.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637087605,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:45:08.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:45:08.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "dcae-sch",
  "timestamp": 1630637087548,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:45:08.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:45:08.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637088608,
  "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-09-03T02:45:08.279Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dbfa775c-226c-4097-a606-537ad402a02a
2021-09-03T02:45:08.279Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbfa775c-226c-4097-a606-537ad402a02a 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-09-03T02:45:08.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637088378,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:45:08.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:45:08.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "aai-ml",
  "timestamp": 1630637089055,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:45:08.285Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:45:08.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "dcae-sch",
  "timestamp": 1630637087548,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:45:08.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:45:08.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637088378,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:45:08.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:45:08.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "aai-ml",
  "timestamp": 1630637090058,
  "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-09-03T02:45:08.288Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dbfa775c-226c-4097-a606-537ad402a02a
2021-09-03T02:45:08.288Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbfa775c-226c-4097-a606-537ad402a02a 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-09-03T02:45:08.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "clamp",
  "timestamp": 1630637097387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:45:08.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:45:08.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:45:08.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "clamp",
  "timestamp": 1630637097387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:45:08.294Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:45:08.350Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:45:08.351Z||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-09-03T02:45:08.351Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:45:08.379Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:45:08.379Z||pool-51-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:45:09.251Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:45:09.252Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:45:09.253Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:45:09.253Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637107623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:45:09.354Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:45:09.355Z||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-09-03T02:45:09.355Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:45:09.362Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:45:09.363Z||pool-52-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:45:10.255Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "eba1b2df-643c-4ce7-97b6-0c4c14175210",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee1dc00f-157b-4546-83ed-c283f601794a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "fe53d191-5b8e-43cf-9fe5-867a79fbac4f",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "5c651f4b-89ea-4770-8091-da3aad8c77da",
      "resourceInvariantUUID": "2ed4bc1c-0016-4100-9921-18629bea67c2",
      "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": "MTRhNDAzMzFmNjIxN2JmZmJmNmZmYjk3NjM3NzlhMWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fed21cf2-da9b-4fc1-b2b2-b31dc4be9c69"
    }
  ],
  "workloadContext": "Production"
}
2021-09-03T02:45:10.255Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-03T02:45:10.255Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 eba1b2df-643c-4ce7-97b6-0c4c14175210 ASDC
2021-09-03T02:45:10.255Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:dbfa775c-226c-4097-a606-537ad402a02a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:eba1b2df-643c-4ce7-97b6-0c4c14175210
ServiceInvariantUUID:ee1dc00f-157b-4546-83ed-c283f601794a
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:fed21cf2-da9b-4fc1-b2b2-b31dc4be9c69
ArtifactChecksum:MTRhNDAzMzFmNjIxN2JmZmJmNmZmYjk3NjM3NzlhMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fe53d191-5b8e-43cf-9fe5-867a79fbac4f
ResourceInvariantUUID:2ed4bc1c-0016-4100-9921-18629bea67c2
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:5c651f4b-89ea-4770-8091-da3aad8c77da
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-03T02:45:10.255Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eba1b2df-643c-4ce7-97b6-0c4c14175210 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-09-03T02:45:10.271Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:45:10.271Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-03T02:45:10.271Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-03T02:45:10.272Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fed21cf2-da9b-4fc1-b2b2-b31dc4be9c69 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-03T02:45:10.272Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-03T02:45:10.272Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-03T02:45:10.416Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-03T02:45:10.418Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fed21cf2-da9b-4fc1-b2b2-b31dc4be9c69 52168
2021-09-03T02:45:10.418Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-03T02:45:10.418Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-03T02:45:10.418Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:45:10.419Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:45:10.421Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:45:10.421Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637110418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:45:10.521Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:45:10.522Z||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-09-03T02:45:10.522Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:45:10.531Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:45:10.532Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:45:11.422Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:45:11.422Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-03T02:45:11.422Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: fed21cf2-da9b-4fc1-b2b2-b31dc4be9c69, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-03T02:45:11.423Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-03T02:45:11.423Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-03T02:45:11.423Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-03T02:45:11.494Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4803780781950859015/Definitions/service-BasicNetwork-template.yml
2021-09-03T02:45:11.833Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-03T02:45:11.834Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-03T02:45:11.834Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-03T02:45:11.834Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-03T02:45:11.834Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-03T02:45:11.834Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-03T02:45:11.834Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-03T02:45:11.834Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-03T02:45:11.834Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-03T02:45:11.834Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-03T02:45:11.834Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-03T02:45:11.834Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-03T02:45:11.834Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-03T02:45:11.835Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:45:11.835Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:45:11.835Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-03T02:45:11.835Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-03T02:45:11.835Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:45:11.835Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:45:11.835Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:45:11.835Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-03T02:45:11.835Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-03T02:45:11.835Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:45:11.835Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:45:11.835Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:45:11.836Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:45:11.836Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:45:11.836Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:45:11.836Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:45:11.836Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:45:11.836Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:45:11.836Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:45:11.836Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:45:11.836Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:eba1b2df-643c-4ce7-97b6-0c4c14175210
Model Version:NULL
Model InvariantUuid:ee1dc00f-157b-4546-83ed-c283f601794a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2ed4bc1c-0016-4100-9921-18629bea67c2
Model UUID:c399be96-db4b-46be-ad00-29ec734461f6
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:fe53d191-5b8e-43cf-9fe5-867a79fbac4f
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-09-03T02:45:11.843Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 5c651f4b-89ea-4770-8091-da3aad8c77da
2021-09-03T02:45:11.843Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||No resources found for Service: eba1b2df-643c-4ce7-97b6-0c4c14175210
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-09-03T02:45:11.847Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||
2021-09-03T02:45:11.847Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-03T02:45:11.847Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||No resources found for Service: eba1b2df-643c-4ce7-97b6-0c4c14175210
2021-09-03T02:45:11.847Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: eba1b2df-643c-4ce7-97b6-0c4c14175210
2021-09-03T02:45:11.847Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-03T02:45:11.847Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-03T02:45:11.852Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@695f7210, org.onap.sdc.toscaparser.api.parameters.Input@42e3caed, org.onap.sdc.toscaparser.api.parameters.Input@5e7a5c86, org.onap.sdc.toscaparser.api.parameters.Input@478d1a92, org.onap.sdc.toscaparser.api.parameters.Input@55503f81]
2021-09-03T02:45:11.854Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:45:11.854Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:45:11.854Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:45:11.854Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:45:11.854Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid eba1b2df-643c-4ce7-97b6-0c4c14175210: Generic NeutronNet
2021-09-03T02:45:11.855Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:45:11.855Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:45:11.855Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:45:11.855Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-03T02:45:11.894Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:45:11.894Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:45:11.895Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:45:11.895Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:45:11.895Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:45:11.895Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:45:11.895Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-03T02:45:11.955Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-03T02:45:11.956Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-03T02:45:11.956Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-03T02:45:11.956Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:45:11.956Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:45:11.958Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:45:11.958Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637111956,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:45:12.058Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-03T02:45:12.059Z||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-09-03T02:45:12.060Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:45:12.069Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:45:12.070Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:45:12.959Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbfa775c-226c-4097-a606-537ad402a02a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:45:12.966Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbfa775c-226c-4097-a606-537ad402a02a
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-09-03T02:45:12.968Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:45:12.968Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-03T02:45:12.968Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-03T02:45:12.968Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-03T02:45:12.968Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:45:12.968Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:45:12.968Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:45:12.968Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:45:12.968Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:45:12.968Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-03T02:45:12.970Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-03T02:45:42.971Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbfa775c-226c-4097-a606-537ad402a02a 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-09-03T02:45:42.974Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbfa775c-226c-4097-a606-537ad402a02a and serviceModelVersionId: eba1b2df-643c-4ce7-97b6-0c4c14175210
2021-09-03T02:45:42.974Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee1dc00f-157b-4546-83ed-c283f601794a
2021-09-03T02:45:42.975Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee1dc00f-157b-4546-83ed-c283f601794a/model-vers/model-ver/eba1b2df-643c-4ce7-97b6-0c4c14175210?depth=0
2021-09-03T02:45:42.979Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-03T02:45:43.014Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ee1dc00f-157b-4546-83ed-c283f601794a/model-vers/model-ver/eba1b2df-643c-4ce7-97b6-0c4c14175210?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-09-03T02:45:43.015Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ee1dc00f-157b-4546-83ed-c283f601794a/model-vers/model-ver/eba1b2df-643c-4ce7-97b6-0c4c14175210?depth=0|INFO|500||Invoke
2021-09-03T02:45:43.031Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ee1dc00f-157b-4546-83ed-c283f601794a/model-vers/model-ver/eba1b2df-643c-4ce7-97b6-0c4c14175210?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-03T02:45:43.322Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ee1dc00f-157b-4546-83ed-c283f601794a/model-vers/model-ver/eba1b2df-643c-4ce7-97b6-0c4c14175210?depth=0|INFO|500||InvokeReturn
2021-09-03T02:45:43.322Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ee1dc00f-157b-4546-83ed-c283f601794a/model-vers/model-ver/eba1b2df-643c-4ce7-97b6-0c4c14175210?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210903-02:45:43:037-45483], vertex-id=[208968], Content-Length=[0], Date=[Fri, 03 Sep 2021 02:45:43 GMT], Content-Type=[application/json]}
2021-09-03T02:45:43.322Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-03T02:45:43.322Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-03T02:45:43.322Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-03T02:45:43.326Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-03T02:45:43.326Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbfa775c-226c-4097-a606-537ad402a02a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-03T02:45:43.326Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-03T02:45:43.326Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:45:43.328Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:45:43.328Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637143326,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T02:45:43.428Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:45:43.429Z||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-09-03T02:45:43.429Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:45:43.442Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:45:43.443Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 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-09-03T02:46:07.623Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:46:07.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:46:07.624Z|dbfa775c-226c-4097-a606-537ad402a02a|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-09-03T02:46:07.625Z|dbfa775c-226c-4097-a606-537ad402a02a|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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:46:07.625Z||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-09-03T02:46:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:46:07.751Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:46:07.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-03T02:46:07.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637107623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:46:07.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:46:17.163Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:47:07.623Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:47:07.624Z|dbfa775c-226c-4097-a606-537ad402a02a|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-09-03T02:47:07.624Z|dbfa775c-226c-4097-a606-537ad402a02a|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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:47:07.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:47:07.624Z||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-09-03T02:47:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:47:08.146Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:47:08.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-03T02:47:08.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637107623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:47:08.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:47:08.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-03T02:47:08.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "clamp",
  "timestamp": 1630637109599,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:47:08.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:47:08.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-03T02:47:08.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637110418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:47:08.148Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:47:08.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-03T02:47:08.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "clamp",
  "timestamp": 1630637110613,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:47:08.148Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:47:08.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-03T02:47:08.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "clamp",
  "timestamp": 1630637111615,
  "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-09-03T02:47:08.153Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dbfa775c-226c-4097-a606-537ad402a02a
2021-09-03T02:47:08.153Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbfa775c-226c-4097-a606-537ad402a02a 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-09-03T02:47:08.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-03T02:47:08.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637111956,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:47:08.160Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:47:08.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-03T02:47:08.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbfa775c-226c-4097-a606-537ad402a02a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637143326,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T02:47:08.160Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:47:17.159Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:48:07.623Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:48:07.623Z|dbfa775c-226c-4097-a606-537ad402a02a|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-09-03T02:48:07.624Z|dbfa775c-226c-4097-a606-537ad402a02a|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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:48:07.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:48:07.625Z||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-09-03T02:48:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:48:17.162Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:48:17.163Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:07.623Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:49:07.623Z|dbfa775c-226c-4097-a606-537ad402a02a|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-09-03T02:49:07.624Z|dbfa775c-226c-4097-a606-537ad402a02a|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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:49:07.625Z||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-09-03T02:49:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:07.745Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:07.801Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:07.802Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.802Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"3846a04c-0a11-436d-80a7-af8f4dc9d61d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4af13815-6c49-41de-9347-5b78c5571283","serviceDescription":"service","serviceInvariantUUID":"de2dd50a-c763-4abf-b322-5428010d5d6b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ee57caec-b206-427f-8440-979a598bb3a2","resourceInvariantUUID":"8eb2880b-ef9f-4fd4-bfee-0c6937858278","resourceCustomizationUUID":"84e3e7cc-2af4-4b9d-ace3-7a4175b6fb88","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":"Zjg5YzAzMmEyYzI4NzFlMDJjZTBlYTY4ODhmYTcyNDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"93515499-c26e-448a-93a1-d7cc76a76f3a","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":"NzQzZDcxMGE3MWU2ZmYwN2NiZGU1MzkxYWFmYWJiYmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e3b396ab-cdfb-45b0-a5cc-b423e6296808","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":"9e7db31c-e470-4354-b22e-b67d6c61cebf","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":"e4d53fa4-a13f-4f76-96b5-da46e827d1bc","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":"08bc7aa5-d8c6-40a4-a829-3b8692ec754d","artifactVersion":"2","generatedFromUUID":"9e7db31c-e470-4354-b22e-b67d6c61cebf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDM1MTY4Y2Y0MzRjNjE3YjUyMDhiMTQ1MjRhYmQzNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bdf64068-a46c-4a26-8494-9e0c49271186","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTRiZTY2OGJmOWFhMDQxODY5MmY4ODA3YzZhZTljZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f0c12a5-7a00-46ba-a2ff-5b0e154ae7cf","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-03T02:49:07.803Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:49:07.804Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:49:07.806Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:49:07.806Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.906Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:49:07.907Z||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-09-03T02:49:07.907Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:07.915Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:07.916Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:49:07.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "dcae-sch",
  "timestamp": 1630637307548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637305453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "clamp",
  "timestamp": 1630637307387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "cds",
  "timestamp": 1630637301105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637308378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "dcae-sch",
  "timestamp": 1630637307548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "clamp",
  "timestamp": 1630637307387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:49:07.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "cds",
  "timestamp": 1630637301105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637305453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637308378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:49:07.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "dcae-sch",
  "timestamp": 1630637307548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "clamp",
  "timestamp": 1630637307387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637305453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "cds",
  "timestamp": 1630637301105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637308378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "dcae-sch",
  "timestamp": 1630637307548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "clamp",
  "timestamp": 1630637307387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637305453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "cds",
  "timestamp": 1630637301105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637308378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "dcae-sch",
  "timestamp": 1630637307548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637305453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "clamp",
  "timestamp": 1630637307387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "cds",
  "timestamp": 1630637301105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637308378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-03T02:49:07.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "dcae-sch",
  "timestamp": 1630637307548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637305453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "clamp",
  "timestamp": 1630637307387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "cds",
  "timestamp": 1630637301105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637308378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "dcae-sch",
  "timestamp": 1630637307548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637305453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "clamp",
  "timestamp": 1630637307387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "cds",
  "timestamp": 1630637301105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "policy-id",
  "timestamp": 1630637314165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637308378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "policy-id",
  "timestamp": 1630637314165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "cds",
  "timestamp": 1630637316077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:07.934Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:07.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "policy-id",
  "timestamp": 1630637314165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:49:07.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637316869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:07.935Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:07.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "cds",
  "timestamp": 1630637317085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:49:07.951Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3846a04c-0a11-436d-80a7-af8f4dc9d61d
2021-09-03T02:49:07.951Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3846a04c-0a11-436d-80a7-af8f4dc9d61d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:49:07.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "policy-id",
  "timestamp": 1630637314165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "cds",
  "timestamp": 1630637318089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "policy-id",
  "timestamp": 1630637314165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "cds",
  "timestamp": 1630637318089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "policy-id",
  "timestamp": 1630637314165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637320365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:07.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:07.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "cds",
  "timestamp": 1630637318089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "policy-id",
  "timestamp": 1630637314165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:49:07.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "cds",
  "timestamp": 1630637318089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637321931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637322566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:07.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:07.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "cds",
  "timestamp": 1630637318089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "aai-ml",
  "timestamp": 1630637322331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "policy-id",
  "timestamp": 1630637322972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:07.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:07.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637321931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637323584,
  "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-09-03T02:49:07.963Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3846a04c-0a11-436d-80a7-af8f4dc9d61d
2021-09-03T02:49:07.963Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3846a04c-0a11-436d-80a7-af8f4dc9d61d 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-09-03T02:49:07.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "cds",
  "timestamp": 1630637318089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "aai-ml",
  "timestamp": 1630637322331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "policy-id",
  "timestamp": 1630637323975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637321931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637324587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "cds",
  "timestamp": 1630637318089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "aai-ml",
  "timestamp": 1630637322331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "policy-id",
  "timestamp": 1630637324978,
  "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-09-03T02:49:07.974Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3846a04c-0a11-436d-80a7-af8f4dc9d61d
2021-09-03T02:49:07.974Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3846a04c-0a11-436d-80a7-af8f4dc9d61d 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-09-03T02:49:07.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637321931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "cds",
  "timestamp": 1630637318089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:49:07.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "aai-ml",
  "timestamp": 1630637322331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "policy-id",
  "timestamp": 1630637314165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637325453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637321931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "aai-ml",
  "timestamp": 1630637322331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "policy-id",
  "timestamp": 1630637314165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637325453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637321931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "cds",
  "timestamp": 1630637327640,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "clamp",
  "timestamp": 1630637327847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "aai-ml",
  "timestamp": 1630637322331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "policy-id",
  "timestamp": 1630637314165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637325453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "dcae-sch",
  "timestamp": 1630637327548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637321931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:49:07.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "cds",
  "timestamp": 1630637328646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:49:07.990Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ea23e5d-621c-411e-9e04-b4fde500c4b7
2021-09-03T02:49:07.990Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ea23e5d-621c-411e-9e04-b4fde500c4b7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:49:07.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "clamp",
  "timestamp": 1630637328862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:49:07.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:07.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "aai-ml",
  "timestamp": 1630637322331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637328378,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "policy-id",
  "timestamp": 1630637314165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637325453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "dcae-sch",
  "timestamp": 1630637327548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637329717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:07.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:07.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "clamp",
  "timestamp": 1630637329864,
  "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-09-03T02:49:08.000Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3846a04c-0a11-436d-80a7-af8f4dc9d61d
2021-09-03T02:49:08.000Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3846a04c-0a11-436d-80a7-af8f4dc9d61d 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-09-03T02:49:08.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637328378,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "policy-id",
  "timestamp": 1630637314165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637325453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "aai-ml",
  "timestamp": 1630637330106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:08.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:08.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "dcae-sch",
  "timestamp": 1630637327548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637328378,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:49:08.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "policy-id",
  "timestamp": 1630637314165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637325453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "dcae-sch",
  "timestamp": 1630637327548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637331668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:49:08.008Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:08.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637328378,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:49:08.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "policy-id",
  "timestamp": 1630637314165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637325453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "dcae-sch",
  "timestamp": 1630637327548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637332671,
  "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-09-03T02:49:08.012Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3846a04c-0a11-436d-80a7-af8f4dc9d61d
2021-09-03T02:49:08.012Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3846a04c-0a11-436d-80a7-af8f4dc9d61d 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-09-03T02:49:08.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637328378,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "policy-id",
  "timestamp": 1630637314165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:49:08.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637325453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "dcae-sch",
  "timestamp": 1630637327548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637321931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637328378,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-03T02:49:08.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "dcae-sch",
  "timestamp": 1630637327548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "policy-id",
  "timestamp": 1630637334591,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:08.020Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:08.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637321931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637328378,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "dcae-sch",
  "timestamp": 1630637327548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "policy-id",
  "timestamp": 1630637335594,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:49:08.020Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:08.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637321931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637328378,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:49:08.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "policy-id",
  "timestamp": 1630637336596,
  "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-09-03T02:49:08.024Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ea23e5d-621c-411e-9e04-b4fde500c4b7
2021-09-03T02:49:08.024Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ea23e5d-621c-411e-9e04-b4fde500c4b7 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-09-03T02:49:08.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637321931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "aai-ml",
  "timestamp": 1630637337170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:49:08.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:08.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637321931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637337976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:08.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:08.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "clamp",
  "timestamp": 1630637337387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "aai-ml",
  "timestamp": 1630637338174,
  "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-09-03T02:49:08.035Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3846a04c-0a11-436d-80a7-af8f4dc9d61d
2021-09-03T02:49:08.035Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3846a04c-0a11-436d-80a7-af8f4dc9d61d 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-09-03T02:49:08.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637321931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "clamp",
  "timestamp": 1630637337387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "aai-ml",
  "timestamp": 1630637322331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637321931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "clamp",
  "timestamp": 1630637337387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:49:08.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "aai-ml",
  "timestamp": 1630637322331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "dcae-sch",
  "timestamp": 1630637340424,
  "artifactURL": "/sdc/v1/catalog/services/6e48e61a-8dc5-4693-a0dc-6da3071db326/resourceInstances/basicclamp0/artifacts/37dd9c7c-6aa6-4d85-b748-bf2b7f19b0c5",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:08.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:08.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637321931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:49:08.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "clamp",
  "timestamp": 1630637337387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "aai-ml",
  "timestamp": 1630637322331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637341665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:08.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:08.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "dcae-sch",
  "timestamp": 1630637341739,
  "artifactURL": "/sdc/v1/catalog/services/6e48e61a-8dc5-4693-a0dc-6da3071db326/resourceInstances/basicclamp0/artifacts/37dd9c7c-6aa6-4d85-b748-bf2b7f19b0c5",
  "status": "DEPLOY_OK"
}
2021-09-03T02:49:08.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:08.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "clamp",
  "timestamp": 1630637337387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "aai-ml",
  "timestamp": 1630637322331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637342493,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:08.045Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:08.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "dcae-sch",
  "timestamp": 1630637342742,
  "artifactURL": "/sdc/v1/catalog/services/6e48e61a-8dc5-4693-a0dc-6da3071db326/resourceInstances/basicclamp0/artifacts/37dd9c7c-6aa6-4d85-b748-bf2b7f19b0c5",
  "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-09-03T02:49:08.048Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 9ea23e5d-621c-411e-9e04-b4fde500c4b7
2021-09-03T02:49:08.048Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ea23e5d-621c-411e-9e04-b4fde500c4b7 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-09-03T02:49:08.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "clamp",
  "timestamp": 1630637337387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "aai-ml",
  "timestamp": 1630637322331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "clamp",
  "timestamp": 1630637337387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637344168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:08.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:08.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "aai-ml",
  "timestamp": 1630637322331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637344427,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:49:08.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:08.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "clamp",
  "timestamp": 1630637337387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:49:08.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637345186,
  "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-09-03T02:49:08.058Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ea23e5d-621c-411e-9e04-b4fde500c4b7
2021-09-03T02:49:08.058Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ea23e5d-621c-411e-9e04-b4fde500c4b7 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-09-03T02:49:08.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "aai-ml",
  "timestamp": 1630637322331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:08.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637345430,
  "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-09-03T02:49:08.067Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ea23e5d-621c-411e-9e04-b4fde500c4b7
2021-09-03T02:49:08.067Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ea23e5d-621c-411e-9e04-b4fde500c4b7 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-09-03T02:49:08.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637346191,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:49:08.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:08.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "aai-ml",
  "timestamp": 1630637322331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:49:08.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:49:08.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:49:08.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "aai-ml",
  "timestamp": 1630637347339,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:08.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:49:08.806Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:49:08.807Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:49:08.809Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:49:08.809Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:49:08.909Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:49:08.910Z||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-09-03T02:49:08.910Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:08.918Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:08.918Z||pool-57-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:49:09.810Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:49:09.810Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:49:09.812Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:49:09.812Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:49:09.912Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:49:09.913Z||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-09-03T02:49:09.913Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:09.921Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:09.922Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:49:10.813Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:49:10.814Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:49:10.815Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:49:10.815Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:10.916Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:49:10.916Z||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-09-03T02:49:10.916Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:10.923Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:10.923Z||pool-59-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:49:11.816Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:49:11.817Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:49:11.818Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:49:11.818Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-03T02:49:11.918Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:49:11.919Z||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-09-03T02:49:11.919Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:11.927Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:11.928Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:49:12.819Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:49:12.819Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:49:12.821Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:49:12.821Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:49:12.921Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:49:12.922Z||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-09-03T02:49:12.922Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:12.931Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:12.931Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:49:13.821Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:49:13.822Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:49:13.824Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:49:13.824Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:49:13.924Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:49:13.925Z||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-09-03T02:49:13.925Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:13.933Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:13.933Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:49:14.825Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4af13815-6c49-41de-9347-5b78c5571283",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de2dd50a-c763-4abf-b322-5428010d5d6b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "84e3e7cc-2af4-4b9d-ace3-7a4175b6fb88",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ee57caec-b206-427f-8440-979a598bb3a2",
      "resourceInvariantUUID": "8eb2880b-ef9f-4fd4-bfee-0c6937858278",
      "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": "NzQzZDcxMGE3MWU2ZmYwN2NiZGU1MzkxYWFmYWJiYmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e3b396ab-cdfb-45b0-a5cc-b423e6296808",
          "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": "9e7db31c-e470-4354-b22e-b67d6c61cebf",
          "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": "08bc7aa5-d8c6-40a4-a829-3b8692ec754d",
            "generatedFromUUID": "9e7db31c-e470-4354-b22e-b67d6c61cebf"
          },
          "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": "08bc7aa5-d8c6-40a4-a829-3b8692ec754d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZTRiZTY2OGJmOWFhMDQxODY5MmY4ODA3YzZhZTljZGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f0c12a5-7a00-46ba-a2ff-5b0e154ae7cf"
    }
  ],
  "workloadContext": "Production"
}
2021-09-03T02:49:14.825Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-03T02:49:14.825Z|dbfa775c-226c-4097-a606-537ad402a02a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4af13815-6c49-41de-9347-5b78c5571283 ASDC
2021-09-03T02:49:14.826Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:3846a04c-0a11-436d-80a7-af8f4dc9d61d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4af13815-6c49-41de-9347-5b78c5571283
ServiceInvariantUUID:de2dd50a-c763-4abf-b322-5428010d5d6b
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:1f0c12a5-7a00-46ba-a2ff-5b0e154ae7cf
ArtifactChecksum:ZTRiZTY2OGJmOWFhMDQxODY5MmY4ODA3YzZhZTljZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:84e3e7cc-2af4-4b9d-ace3-7a4175b6fb88
ResourceInvariantUUID:8eb2880b-ef9f-4fd4-bfee-0c6937858278
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ee57caec-b206-427f-8440-979a598bb3a2
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:e3b396ab-cdfb-45b0-a5cc-b423e6296808
ArtifactChecksum:NzQzZDcxMGE3MWU2ZmYwN2NiZGU1MzkxYWFmYWJiYmQ=
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:9e7db31c-e470-4354-b22e-b67d6c61cebf
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:08bc7aa5-d8c6-40a4-a829-3b8692ec754d
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:08bc7aa5-d8c6-40a4-a829-3b8692ec754d
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-03T02:49:14.826Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4af13815-6c49-41de-9347-5b78c5571283 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-09-03T02:49:14.847Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:49:14.848Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-03T02:49:14.848Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-03T02:49:14.848Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1f0c12a5-7a00-46ba-a2ff-5b0e154ae7cf from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-03T02:49:14.848Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-03T02:49:14.848Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-03T02:49:15.577Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-03T02:49:15.579Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1f0c12a5-7a00-46ba-a2ff-5b0e154ae7cf 70858
2021-09-03T02:49:15.580Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-03T02:49:15.580Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-03T02:49:15.580Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:49:15.580Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:49:15.581Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:49:15.581Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637355580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:15.682Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:49:15.682Z||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-09-03T02:49:15.682Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:15.689Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:15.690Z||pool-63-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:49:16.582Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:49:16.583Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-03T02:49:16.583Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1f0c12a5-7a00-46ba-a2ff-5b0e154ae7cf, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-03T02:49:16.584Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-03T02:49:16.584Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-03T02:49:16.584Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-03T02:49:16.873Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4537512409507359329/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-09-03T02:49:17.740Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-03T02:49:17.741Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-03T02:49:17.741Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-03T02:49:17.741Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-03T02:49:17.741Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-03T02:49:17.741Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-03T02:49:17.741Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-03T02:49:17.741Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-03T02:49:17.742Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-03T02:49:17.742Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-03T02:49:17.742Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-03T02:49:17.742Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-03T02:49:17.742Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-03T02:49:17.742Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-03T02:49:17.742Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:17.742Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:49:17.743Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-03T02:49:17.743Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-03T02:49:17.743Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:49:17.743Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:17.743Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:49:17.744Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-03T02:49:17.744Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-03T02:49:17.744Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:49:17.744Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:17.744Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:49:17.745Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:17.745Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-03T02:49:17.745Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-03T02:49:17.745Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-09-03T02:49:17.745Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-09-03T02:49:17.745Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-03T02:49:17.746Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-03T02:49:17.746Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:17.746Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-03T02:49:17.746Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:17.746Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-03T02:49:17.746Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:49:17.747Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:17.747Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-03T02:49:17.747Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:49:17.747Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:17.747Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-03T02:49:17.748Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:49:17.748Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:17.748Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-03T02:49:17.748Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-03T02:49:17.748Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-03T02:49:17.748Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6c53cd8b-8a43-4e11-bec2-89522ad49347
2021-09-03T02:49:17.749Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:17.749Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:49:17.749Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:17.749Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:49:17.749Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:17.749Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:49:17.750Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:17.750Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:49:17.750Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4af13815-6c49-41de-9347-5b78c5571283
Model Version:NULL
Model InvariantUuid:de2dd50a-c763-4abf-b322-5428010d5d6b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:0c205689-c82b-4efd-bbc5-304ea6babf1b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8eb2880b-ef9f-4fd4-bfee-0c6937858278
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:84e3e7cc-2af4-4b9d-ace3-7a4175b6fb88
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bcb775c3-95a6-480e-bfc0-7dcf77427c94
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:4c7f9bda-68b6-499b-b85b-fd70c73ad3bb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6c53cd8b-8a43-4e11-bec2-89522ad49347
ModelInvariantUuid:dd35ff01-37ba-480d-966c-eaca3b0a1b9d
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:ca7b946b-c57c-4b9d-a925-95ff8d617b6a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:fa00ab4e-3700-42bd-abc9-da2a2e10e40d
ModelInvariantUuid:e5ac3ad3-4278-4ef2-bb4f-a6a5f11ecfd5
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:75758d0c-0613-4c06-9773-4d71b928f462
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-09-03T02:49:17.754Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ee57caec-b206-427f-8440-979a598bb3a2
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-09-03T02:49:17.756Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||basic_vm 0
2021-09-03T02:49:17.756Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ee57caec-b206-427f-8440-979a598bb3a2
2021-09-03T02:49:17.756Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e3b396ab-cdfb-45b0-a5cc-b423e6296808 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-03T02:49:17.757Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-03T02:49:17.757Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-03T02:49:19.668Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-03T02:49:19.669Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e3b396ab-cdfb-45b0-a5cc-b423e6296808 787
2021-09-03T02:49:19.669Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-03T02:49:19.669Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-03T02:49:19.669Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:49:19.669Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:49:19.671Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:49:19.671Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637359669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:19.771Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:49:19.772Z||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-09-03T02:49:19.772Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:19.782Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:19.782Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:49:20.672Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "bcb775c3-95a6-480e-bfc0-7dcf77427c94",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4c7f9bda-68b6-499b-b85b-fd70c73ad3bb",
    "vfModuleModelCustomizationUUID": "76a95acb-3927-4455-92e0-bb49f3f0ba1e",
    "isBase": true,
    "artifacts": [
      "9e7db31c-e470-4354-b22e-b67d6c61cebf",
      "08bc7aa5-d8c6-40a4-a829-3b8692ec754d"
    ],
    "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-09-03T02:49:20.675Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c7f9bda-68b6-499b-b85b-fd70c73ad3bb
VfModuleModelInvariantUUID:bcb775c3-95a6-480e-bfc0-7dcf77427c94
VfModuleModelDescription:NULL
Artifacts UUID List:{
9e7db31c-e470-4354-b22e-b67d6c61cebf
,
08bc7aa5-d8c6-40a4-a829-3b8692ec754d

}
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-09-03T02:49:20.677Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "bcb775c3-95a6-480e-bfc0-7dcf77427c94",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4c7f9bda-68b6-499b-b85b-fd70c73ad3bb",
    "vfModuleModelCustomizationUUID": "76a95acb-3927-4455-92e0-bb49f3f0ba1e",
    "isBase": true,
    "artifacts": [
      "9e7db31c-e470-4354-b22e-b67d6c61cebf",
      "08bc7aa5-d8c6-40a4-a829-3b8692ec754d"
    ],
    "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-09-03T02:49:20.677Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c7f9bda-68b6-499b-b85b-fd70c73ad3bb
VfModuleModelInvariantUUID:bcb775c3-95a6-480e-bfc0-7dcf77427c94
VfModuleModelDescription:NULL
Artifacts UUID List:{
9e7db31c-e470-4354-b22e-b67d6c61cebf
,
08bc7aa5-d8c6-40a4-a829-3b8692ec754d

}
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-09-03T02:49:20.677Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9e7db31c-e470-4354-b22e-b67d6c61cebf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-03T02:49:20.677Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-03T02:49:20.677Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-03T02:49:22.474Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-03T02:49:22.474Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9e7db31c-e470-4354-b22e-b67d6c61cebf 5033
2021-09-03T02:49:22.474Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-03T02:49:22.474Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-03T02:49:22.474Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:49:22.474Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:49:22.476Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:49:22.476Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637362474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:22.576Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:49:22.577Z||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-09-03T02:49:22.577Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:22.587Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:22.587Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:49:23.477Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 08bc7aa5-d8c6-40a4-a829-3b8692ec754d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-03T02:49:23.477Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-03T02:49:23.478Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-03T02:49:26.118Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-03T02:49:26.119Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 08bc7aa5-d8c6-40a4-a829-3b8692ec754d 903
2021-09-03T02:49:26.119Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-03T02:49:26.119Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-03T02:49:26.119Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:49:26.119Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:49:26.121Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:49:26.121Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637366119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:49:26.221Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:49:26.222Z||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-09-03T02:49:26.222Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:26.230Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:26.231Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:49:27.122Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4af13815-6c49-41de-9347-5b78c5571283
2021-09-03T02:49:27.122Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ee57caec-b206-427f-8440-979a598bb3a2 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-09-03T02:49:27.131Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c770653, org.onap.sdc.toscaparser.api.parameters.Input@41405e49, org.onap.sdc.toscaparser.api.parameters.Input@1fe828b2, org.onap.sdc.toscaparser.api.parameters.Input@3d8c58b4, org.onap.sdc.toscaparser.api.parameters.Input@699d84c8]
2021-09-03T02:49:27.132Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:27.132Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:49:27.132Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-03T02:49:27.132Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 84e3e7cc-2af4-4b9d-ace3-7a4175b6fb88
2021-09-03T02:49:27.133Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 84e3e7cc-2af4-4b9d-ace3-7a4175b6fb88 matches Tosca VF Customization UUID: 84e3e7cc-2af4-4b9d-ace3-7a4175b6fb88
2021-09-03T02:49:27.133Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 84e3e7cc-2af4-4b9d-ace3-7a4175b6fb88  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-09-03T02:49:27.134Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:27.134Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:49:27.135Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 84e3e7cc-2af4-4b9d-ace3-7a4175b6fb88: {\"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-09-03T02:49:27.135Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b09823c
2021-09-03T02:49:27.135Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:27.135Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-03T02:49:27.135Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 76a95acb-3927-4455-92e0-bb49f3f0ba1e
2021-09-03T02:49:27.135Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 76a95acb-3927-4455-92e0-bb49f3f0ba1e
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-09-03T02:49:27.137Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:27.138Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-03T02:49:27.138Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:49:27.138Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:27.138Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-03T02:49:27.138Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:49:27.139Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:27.139Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-03T02:49:27.139Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-03T02:49:27.139Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-03T02:49:27.139Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6c53cd8b-8a43-4e11-bec2-89522ad49347
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-09-03T02:49:27.141Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:27.141Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-03T02:49:27.141Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:49:27.142Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:27.142Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-03T02:49:27.142Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=84e3e7cc-2af4-4b9d-ace3-7a4175b6fb88
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-09-03T02:49:27.143Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:27.144Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:49:27.144Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4af13815-6c49-41de-9347-5b78c5571283: basic_vm
2021-09-03T02:49:27.144Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:27.144Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:49:27.144Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:27.145Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:49:27.145Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:27.145Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:49:27.145Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:27.146Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:49:27.146Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:49:27.146Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:49:27.146Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:49:27.192Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ee57caec-b206-427f-8440-979a598bb3a2 1 ASDC deployResourceStructure
2021-09-03T02:49:27.192Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-03T02:49:27.192Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-03T02:49:27.192Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:49:27.192Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:49:27.194Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:49:27.194Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637367192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:49:27.294Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:49:27.295Z||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-09-03T02:49:27.295Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:27.305Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:27.305Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:49:28.195Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-03T02:49:28.195Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-03T02:49:28.195Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:49:28.195Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:49:28.197Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:49:28.197Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637368195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-03T02:49:28.297Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:49:28.298Z||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-09-03T02:49:28.298Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:28.305Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:28.308Z||pool-68-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:49:29.198Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-03T02:49:29.198Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-03T02:49:29.198Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:49:29.198Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:49:29.200Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:49:29.200Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637369197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-03T02:49:29.300Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:49:29.301Z||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-09-03T02:49:29.301Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:29.309Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:29.310Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:49:30.201Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-03T02:49:30.202Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-03T02:49:30.202Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:49:30.202Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:49:30.204Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:49:30.204Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637370201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:49:30.304Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:49:30.305Z||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-09-03T02:49:30.305Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:49:30.312Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:49:30.312Z||pool-70-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:49:31.205Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3846a04c-0a11-436d-80a7-af8f4dc9d61d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:49:31.213Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3846a04c-0a11-436d-80a7-af8f4dc9d61d
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-09-03T02:49:31.216Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:49:31.216Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-03T02:49:31.216Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-03T02:49:31.216Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-03T02:49:31.216Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:49:31.216Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:49:31.216Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:49:31.216Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:49:31.216Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:49:31.217Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:49:31.217Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-03T02:49:31.221Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-03T02:50:01.221Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3846a04c-0a11-436d-80a7-af8f4dc9d61d 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-09-03T02:50:01.226Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3846a04c-0a11-436d-80a7-af8f4dc9d61d and serviceModelVersionId: 4af13815-6c49-41de-9347-5b78c5571283
2021-09-03T02:50:01.226Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de2dd50a-c763-4abf-b322-5428010d5d6b
2021-09-03T02:50:01.226Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de2dd50a-c763-4abf-b322-5428010d5d6b/model-vers/model-ver/4af13815-6c49-41de-9347-5b78c5571283?depth=0
2021-09-03T02:50:01.230Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-03T02:50:01.262Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de2dd50a-c763-4abf-b322-5428010d5d6b/model-vers/model-ver/4af13815-6c49-41de-9347-5b78c5571283?depth=0|INFO|500||Invoke
2021-09-03T02:50:01.262Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de2dd50a-c763-4abf-b322-5428010d5d6b/model-vers/model-ver/4af13815-6c49-41de-9347-5b78c5571283?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de2dd50a-c763-4abf-b322-5428010d5d6b/model-vers/model-ver/4af13815-6c49-41de-9347-5b78c5571283?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3846a04c-0a11-436d-80a7-af8f4dc9d61d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3c06413-0755-434e-aa85-e1a758be6798], X-ECOMP-RequestID=[3846a04c-0a11-436d-80a7-af8f4dc9d61d], X-TransactionId=[], X-ONAP-RequestID=[3846a04c-0a11-436d-80a7-af8f4dc9d61d], Content-Type=[application/merge-patch+json]}
2021-09-03T02:50:01.277Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de2dd50a-c763-4abf-b322-5428010d5d6b/model-vers/model-ver/4af13815-6c49-41de-9347-5b78c5571283?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-03T02:50:02.068Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de2dd50a-c763-4abf-b322-5428010d5d6b/model-vers/model-ver/4af13815-6c49-41de-9347-5b78c5571283?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/de2dd50a-c763-4abf-b322-5428010d5d6b/model-vers/model-ver/4af13815-6c49-41de-9347-5b78c5571283?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210903-02:50:01:283-39557], vertex-id=[237712], Content-Length=[0], Date=[Fri, 03 Sep 2021 02:50:01 GMT], Content-Type=[application/json]}
2021-09-03T02:50:02.068Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de2dd50a-c763-4abf-b322-5428010d5d6b/model-vers/model-ver/4af13815-6c49-41de-9347-5b78c5571283?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-03T02:50:02.069Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de2dd50a-c763-4abf-b322-5428010d5d6b/model-vers/model-ver/4af13815-6c49-41de-9347-5b78c5571283?depth=0|INFO|500||InvokeReturn
2021-09-03T02:50:02.069Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-03T02:50:02.069Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-03T02:50:02.073Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-03T02:50:02.073Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3846a04c-0a11-436d-80a7-af8f4dc9d61d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-03T02:50:02.073Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-03T02:50:02.074Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:02.075Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:02.076Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637402073,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T02:50:02.176Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:50:02.176Z||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-09-03T02:50:02.176Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:02.187Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:02.187Z||pool-71-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-09-03T02:50:03.084Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:50:03.084Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9ea23e5d-621c-411e-9e04-b4fde500c4b7","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"6e48e61a-8dc5-4693-a0dc-6da3071db326","serviceDescription":"service","serviceInvariantUUID":"c0c42dd1-c521-4485-af91-a3e63cf30fb0","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79eb6436-f8a4-49a4-a87f-f923d95f003a","resourceInvariantUUID":"1453b4af-e0d7-4045-9037-5f0d9d75c8c1","resourceCustomizationUUID":"be1a9b4a-6c4a-45f6-a797-2cedfcc16600","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":"37dd9c7c-6aa6-4d85-b748-bf2b7f19b0c5","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":"YWRjMzcwNjIyNWEzZWY4ZGQ4MDUwMjE1ZDc5ZTJmMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c5859eb-aa61-49f3-84ca-9363274768d4","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":"MjUwN2U2OTVlMTU1MWMwMmIyODE2NDEwN2FkM2YxM2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1631a155-f506-49c0-9977-fb10368c4e7d","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":"def366a4-b21f-4c0a-a758-a797c45959aa","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":"7d284c04-d768-4267-9710-ff26b8149974","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":"e2f2747c-65be-4e64-a83e-c9e29143d422","artifactVersion":"2","generatedFromUUID":"def366a4-b21f-4c0a-a758-a797c45959aa"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"M2QyODFiMWUyOTE2N2FkODU5OTFjNjQ2NGU0YTRlNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c7b9cc02-023f-4d19-b832-ad790597bd48","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MWY3NDg4YTYzMDVlODUxNDcwYzhiMTRlM2Y4YzlmNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de50c87f-5500-4df2-92ec-a64c662e7686","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-03T02:50:03.085Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:50:03.085Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:03.086Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:03.086Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:50:03.187Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-03T02:50:03.187Z||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-09-03T02:50:03.187Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:03.195Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:03.195Z||pool-72-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:50:04.087Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:50:04.088Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:04.090Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:04.090Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:50:04.190Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:50:04.190Z||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-09-03T02:50:04.191Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:04.199Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:04.199Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:50:05.090Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:50:05.091Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:05.092Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:05.093Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:50:05.193Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:50:05.193Z||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-09-03T02:50:05.194Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:05.202Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:05.202Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:50:06.093Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:50:06.094Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:06.095Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:06.095Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:50:06.196Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:50:06.197Z||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-09-03T02:50:06.197Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:06.208Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:06.208Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:50:07.096Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:50:07.097Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:07.098Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:07.098Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:50:07.198Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:50:07.199Z||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-09-03T02:50:07.199Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:07.207Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:07.207Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:50:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:50:07.625Z||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-09-03T02:50:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:07.645Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:07.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:50:07.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:50:07.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:50:08.098Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:50:08.099Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:08.101Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:08.101Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-03T02:50:08.201Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:50:08.202Z||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-09-03T02:50:08.202Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:08.210Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:08.211Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:50:09.101Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:50:09.102Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:09.104Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:09.104Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:50:09.204Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:50:09.204Z||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-09-03T02:50:09.205Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:09.212Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:09.212Z||pool-78-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:50:10.104Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:50:10.105Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:10.106Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:10.106Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:50:10.206Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:50:10.207Z||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-09-03T02:50:10.207Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:10.222Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:10.222Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:50:11.107Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "6e48e61a-8dc5-4693-a0dc-6da3071db326",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c0c42dd1-c521-4485-af91-a3e63cf30fb0",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "be1a9b4a-6c4a-45f6-a797-2cedfcc16600",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "79eb6436-f8a4-49a4-a87f-f923d95f003a",
      "resourceInvariantUUID": "1453b4af-e0d7-4045-9037-5f0d9d75c8c1",
      "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": "MjUwN2U2OTVlMTU1MWMwMmIyODE2NDEwN2FkM2YxM2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1631a155-f506-49c0-9977-fb10368c4e7d",
          "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": "def366a4-b21f-4c0a-a758-a797c45959aa",
          "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": "e2f2747c-65be-4e64-a83e-c9e29143d422",
            "generatedFromUUID": "def366a4-b21f-4c0a-a758-a797c45959aa"
          },
          "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": "e2f2747c-65be-4e64-a83e-c9e29143d422",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MWY3NDg4YTYzMDVlODUxNDcwYzhiMTRlM2Y4YzlmNzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de50c87f-5500-4df2-92ec-a64c662e7686"
    }
  ],
  "workloadContext": "Production"
}
2021-09-03T02:50:11.108Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-03T02:50:11.108Z|3846a04c-0a11-436d-80a7-af8f4dc9d61d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e48e61a-8dc5-4693-a0dc-6da3071db326 ASDC
2021-09-03T02:50:11.108Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9ea23e5d-621c-411e-9e04-b4fde500c4b7
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:6e48e61a-8dc5-4693-a0dc-6da3071db326
ServiceInvariantUUID:c0c42dd1-c521-4485-af91-a3e63cf30fb0
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:de50c87f-5500-4df2-92ec-a64c662e7686
ArtifactChecksum:MWY3NDg4YTYzMDVlODUxNDcwYzhiMTRlM2Y4YzlmNzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:be1a9b4a-6c4a-45f6-a797-2cedfcc16600
ResourceInvariantUUID:1453b4af-e0d7-4045-9037-5f0d9d75c8c1
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:79eb6436-f8a4-49a4-a87f-f923d95f003a
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:1631a155-f506-49c0-9977-fb10368c4e7d
ArtifactChecksum:MjUwN2U2OTVlMTU1MWMwMmIyODE2NDEwN2FkM2YxM2E=
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:def366a4-b21f-4c0a-a758-a797c45959aa
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:e2f2747c-65be-4e64-a83e-c9e29143d422
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:e2f2747c-65be-4e64-a83e-c9e29143d422
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-03T02:50:11.108Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e48e61a-8dc5-4693-a0dc-6da3071db326 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-09-03T02:50:11.132Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:50:11.133Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-03T02:50:11.133Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-03T02:50:11.133Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: de50c87f-5500-4df2-92ec-a64c662e7686 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-03T02:50:11.133Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-03T02:50:11.133Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-03T02:50:11.276Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-03T02:50:11.279Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar de50c87f-5500-4df2-92ec-a64c662e7686 73388
2021-09-03T02:50:11.280Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-03T02:50:11.280Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-03T02:50:11.280Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:50:11.280Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:11.282Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:11.282Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637411280,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:50:11.382Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:50:11.382Z||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-09-03T02:50:11.383Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:11.391Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:11.391Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:50:12.282Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:50:12.283Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-03T02:50:12.283Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: de50c87f-5500-4df2-92ec-a64c662e7686, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-03T02:50:12.284Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-03T02:50:12.284Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-03T02:50:12.284Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-03T02:50:12.519Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1815678158197429752/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-09-03T02:50:13.382Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-03T02:50:13.382Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-03T02:50:13.382Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-03T02:50:13.383Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-03T02:50:13.383Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-03T02:50:13.383Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-03T02:50:13.383Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-03T02:50:13.383Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-03T02:50:13.383Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-03T02:50:13.383Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-03T02:50:13.383Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-03T02:50:13.383Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-03T02:50:13.383Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-03T02:50:13.383Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-03T02:50:13.384Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:13.384Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:50:13.384Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-03T02:50:13.384Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-03T02:50:13.384Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:50:13.384Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:13.384Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:50:13.384Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-03T02:50:13.385Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-03T02:50:13.385Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:50:13.385Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:13.385Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:50:13.385Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:13.385Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-03T02:50:13.385Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-03T02:50:13.385Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-03T02:50:13.385Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-03T02:50:13.385Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-03T02:50:13.386Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-03T02:50:13.386Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:13.386Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-03T02:50:13.386Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:13.386Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-03T02:50:13.386Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:50:13.386Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:13.386Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-03T02:50:13.386Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:50:13.387Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:13.387Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-03T02:50:13.387Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:50:13.387Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:13.387Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-03T02:50:13.387Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-03T02:50:13.387Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-03T02:50:13.387Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2408dde8-a446-4ca9-8b71-a6ec376c9b70
2021-09-03T02:50:13.387Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:13.388Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:50:13.388Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:13.388Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:50:13.388Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:13.388Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:50:13.388Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:13.388Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:50:13.388Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:6e48e61a-8dc5-4693-a0dc-6da3071db326
Model Version:NULL
Model InvariantUuid:c0c42dd1-c521-4485-af91-a3e63cf30fb0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:471476a6-0487-4135-b12a-f35592f8b328
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1453b4af-e0d7-4045-9037-5f0d9d75c8c1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:be1a9b4a-6c4a-45f6-a797-2cedfcc16600
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:65f8abf5-08fb-4681-8960-e619243debfc
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:a201c106-545c-45d7-a693-4f7894c306ae
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2408dde8-a446-4ca9-8b71-a6ec376c9b70
ModelInvariantUuid:ce9d1a33-79af-4d21-8c0f-0aa8c936de30
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:fb237f18-b636-45f9-8223-c2d3be20c969
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7e62b41c-0131-468b-a56a-5a3f503968f3
ModelInvariantUuid:a6dfd991-3867-49da-a96c-54bb682ce2d1
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:5ff6925d-a564-4edc-8b32-f48b0f521236
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-09-03T02:50:13.392Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 79eb6436-f8a4-49a4-a87f-f923d95f003a
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-09-03T02:50:13.394Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||basicclamp 0
2021-09-03T02:50:13.395Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79eb6436-f8a4-49a4-a87f-f923d95f003a
2021-09-03T02:50:13.395Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1631a155-f506-49c0-9977-fb10368c4e7d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-03T02:50:13.395Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-03T02:50:13.395Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-03T02:50:13.977Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-03T02:50:13.978Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 1631a155-f506-49c0-9977-fb10368c4e7d 790
2021-09-03T02:50:13.978Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-03T02:50:13.978Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-03T02:50:13.978Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:50:13.978Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:13.981Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:13.981Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637413978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:50:14.081Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:50:14.082Z||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-09-03T02:50:14.082Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:14.089Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:14.090Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:50:14.982Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "65f8abf5-08fb-4681-8960-e619243debfc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a201c106-545c-45d7-a693-4f7894c306ae",
    "vfModuleModelCustomizationUUID": "b2957dfe-5fab-4c34-befd-6ba43a950b4d",
    "isBase": true,
    "artifacts": [
      "def366a4-b21f-4c0a-a758-a797c45959aa",
      "e2f2747c-65be-4e64-a83e-c9e29143d422"
    ],
    "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-09-03T02:50:14.984Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a201c106-545c-45d7-a693-4f7894c306ae
VfModuleModelInvariantUUID:65f8abf5-08fb-4681-8960-e619243debfc
VfModuleModelDescription:NULL
Artifacts UUID List:{
def366a4-b21f-4c0a-a758-a797c45959aa
,
e2f2747c-65be-4e64-a83e-c9e29143d422

}
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-09-03T02:50:14.986Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "65f8abf5-08fb-4681-8960-e619243debfc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a201c106-545c-45d7-a693-4f7894c306ae",
    "vfModuleModelCustomizationUUID": "b2957dfe-5fab-4c34-befd-6ba43a950b4d",
    "isBase": true,
    "artifacts": [
      "def366a4-b21f-4c0a-a758-a797c45959aa",
      "e2f2747c-65be-4e64-a83e-c9e29143d422"
    ],
    "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-09-03T02:50:14.986Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a201c106-545c-45d7-a693-4f7894c306ae
VfModuleModelInvariantUUID:65f8abf5-08fb-4681-8960-e619243debfc
VfModuleModelDescription:NULL
Artifacts UUID List:{
def366a4-b21f-4c0a-a758-a797c45959aa
,
e2f2747c-65be-4e64-a83e-c9e29143d422

}
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-09-03T02:50:14.986Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: def366a4-b21f-4c0a-a758-a797c45959aa from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-03T02:50:14.986Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-03T02:50:14.986Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-03T02:50:15.772Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-03T02:50:15.772Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml def366a4-b21f-4c0a-a758-a797c45959aa 5033
2021-09-03T02:50:15.773Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-03T02:50:15.773Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-03T02:50:15.773Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:50:15.773Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:15.774Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:15.774Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637415772,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:50:15.875Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:50:15.875Z||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-09-03T02:50:15.875Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:15.884Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:15.884Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:50:16.775Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e2f2747c-65be-4e64-a83e-c9e29143d422 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-03T02:50:16.775Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-03T02:50:16.775Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-03T02:50:17.868Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-03T02:50:17.869Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env e2f2747c-65be-4e64-a83e-c9e29143d422 909
2021-09-03T02:50:17.869Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-03T02:50:17.869Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-03T02:50:17.869Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:50:17.869Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:17.870Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:17.870Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637417869,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:50:17.971Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:50:17.971Z||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-09-03T02:50:17.971Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:17.979Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:17.979Z||pool-83-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:50:18.871Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6e48e61a-8dc5-4693-a0dc-6da3071db326
2021-09-03T02:50:18.871Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 79eb6436-f8a4-49a4-a87f-f923d95f003a 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-09-03T02:50:18.880Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1db30373, org.onap.sdc.toscaparser.api.parameters.Input@1ce57b8d, org.onap.sdc.toscaparser.api.parameters.Input@6f391421, org.onap.sdc.toscaparser.api.parameters.Input@7b757d9d, org.onap.sdc.toscaparser.api.parameters.Input@7e58511b]
2021-09-03T02:50:18.881Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:18.881Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:50:18.881Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-03T02:50:18.882Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= be1a9b4a-6c4a-45f6-a797-2cedfcc16600
2021-09-03T02:50:18.882Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: be1a9b4a-6c4a-45f6-a797-2cedfcc16600 matches Tosca VF Customization UUID: be1a9b4a-6c4a-45f6-a797-2cedfcc16600
2021-09-03T02:50:18.882Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: be1a9b4a-6c4a-45f6-a797-2cedfcc16600  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-09-03T02:50:18.883Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:18.883Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:50:18.883Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id be1a9b4a-6c4a-45f6-a797-2cedfcc16600: {\"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-09-03T02:50:18.883Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e20f88c
2021-09-03T02:50:18.884Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:18.884Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-03T02:50:18.884Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b2957dfe-5fab-4c34-befd-6ba43a950b4d
2021-09-03T02:50:18.884Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b2957dfe-5fab-4c34-befd-6ba43a950b4d
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-09-03T02:50:18.885Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:18.885Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-03T02:50:18.885Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:50:18.885Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:18.886Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-03T02:50:18.886Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:50:18.886Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:18.886Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-03T02:50:18.886Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-03T02:50:18.886Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-03T02:50:18.886Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2408dde8-a446-4ca9-8b71-a6ec376c9b70
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-09-03T02:50:18.887Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:18.888Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-03T02:50:18.888Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:50:18.888Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:18.888Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-03T02:50:18.888Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=be1a9b4a-6c4a-45f6-a797-2cedfcc16600
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-09-03T02:50:18.889Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:18.889Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:50:18.889Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6e48e61a-8dc5-4693-a0dc-6da3071db326: basicclamp
2021-09-03T02:50:18.889Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:18.890Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:50:18.890Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:18.890Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:50:18.890Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:18.890Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:50:18.890Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:18.890Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:50:18.890Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:50:18.890Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:50:18.891Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:50:18.931Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 79eb6436-f8a4-49a4-a87f-f923d95f003a 1 ASDC deployResourceStructure
2021-09-03T02:50:18.932Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-03T02:50:18.932Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-03T02:50:18.932Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:50:18.932Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:18.934Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:18.934Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637418932,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:50:19.034Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:50:19.035Z||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-09-03T02:50:19.035Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:19.043Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:19.043Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:50:19.935Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-03T02:50:19.935Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-03T02:50:19.935Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:50:19.935Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:19.937Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:19.937Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637419935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-03T02:50:20.037Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:50:20.038Z||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-09-03T02:50:20.038Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:20.047Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:20.047Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:50:20.938Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-03T02:50:20.939Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-03T02:50:20.939Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:50:20.939Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:20.940Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:20.941Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637420938,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-03T02:50:21.041Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:50:21.042Z||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-09-03T02:50:21.042Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:21.051Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:21.051Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:50:21.941Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-03T02:50:21.942Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-03T02:50:21.942Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:50:21.943Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:50:21.945Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:50:21.945Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637421941,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:50:22.045Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:50:22.045Z||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-09-03T02:50:22.045Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:50:22.053Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:50:22.054Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:50:22.945Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ea23e5d-621c-411e-9e04-b4fde500c4b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:50:22.956Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ea23e5d-621c-411e-9e04-b4fde500c4b7
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-09-03T02:50:22.958Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:50:22.958Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:50:22.958Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:50:52.958Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ea23e5d-621c-411e-9e04-b4fde500c4b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:50:52.965Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ea23e5d-621c-411e-9e04-b4fde500c4b7
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-09-03T02:50:52.967Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:50:52.967Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:50:52.967Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:51:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:51:07.625Z||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-09-03T02:51:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:51:07.654Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:51:07.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "dcae-sch",
  "timestamp": 1630637347548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "cds",
  "timestamp": 1630637346105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637345453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637348378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "dcae-sch",
  "timestamp": 1630637347548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "cds",
  "timestamp": 1630637346105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637345453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637348378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "dcae-sch",
  "timestamp": 1630637347548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "cds",
  "timestamp": 1630637346105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637345453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637348378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "dcae-sch",
  "timestamp": 1630637347548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "cds",
  "timestamp": 1630637346105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637345453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637348378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "aai-ml",
  "timestamp": 1630637352060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "dcae-sch",
  "timestamp": 1630637347548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "cds",
  "timestamp": 1630637346105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637345453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637351931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637348378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "aai-ml",
  "timestamp": 1630637353063,
  "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-09-03T02:51:07.667Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9ea23e5d-621c-411e-9e04-b4fde500c4b7
2021-09-03T02:51:07.667Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ea23e5d-621c-411e-9e04-b4fde500c4b7 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-09-03T02:51:07.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "dcae-sch",
  "timestamp": 1630637347548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "cds",
  "timestamp": 1630637346105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637345453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637351931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637348378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "dcae-sch",
  "timestamp": 1630637347548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "cds",
  "timestamp": 1630637346105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637345453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637351931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "aai-ml",
  "timestamp": 1630637354066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "policy-id",
  "timestamp": 1630637354165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637348378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "dcae-sch",
  "timestamp": 1630637347548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "cds",
  "timestamp": 1630637346105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637345453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637351931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637355580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:51:07.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "aai-ml",
  "timestamp": 1630637354066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "policy-id",
  "timestamp": 1630637354165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637348378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637351931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "aai-ml",
  "timestamp": 1630637354066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "policy-id",
  "timestamp": 1630637354165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "clamp",
  "timestamp": 1630637356830,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "cds",
  "timestamp": 1630637357277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637351931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "aai-ml",
  "timestamp": 1630637354066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "policy-id",
  "timestamp": 1630637354165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "clamp",
  "timestamp": 1630637357832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637357970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637351931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "aai-ml",
  "timestamp": 1630637354066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "policy-id",
  "timestamp": 1630637354165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "cds",
  "timestamp": 1630637359450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:51:07.689Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 825e9fad-aec1-496e-83f0-059157242b8f
2021-09-03T02:51:07.689Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825e9fad-aec1-496e-83f0-059157242b8f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:51:07.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637351931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637359669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "aai-ml",
  "timestamp": 1630637354066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "policy-id",
  "timestamp": 1630637354165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "clamp",
  "timestamp": 1630637359908,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "aai-ml",
  "timestamp": 1630637354066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "policy-id",
  "timestamp": 1630637354165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "clamp",
  "timestamp": 1630637360910,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:51:07.696Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "aai-ml",
  "timestamp": 1630637354066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637361719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:51:07.696Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "policy-id",
  "timestamp": 1630637354165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "clamp",
  "timestamp": 1630637361913,
  "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-09-03T02:51:07.699Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9ea23e5d-621c-411e-9e04-b4fde500c4b7
2021-09-03T02:51:07.700Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ea23e5d-621c-411e-9e04-b4fde500c4b7 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-09-03T02:51:07.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637362467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:51:07.705Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637362474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:51:07.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637364270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:51:07.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "aai-ml",
  "timestamp": 1630637364578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:51:07.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637364730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:51:07.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "policy-id",
  "timestamp": 1630637365178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:51:07.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637365289,
  "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-09-03T02:51:07.710Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 825e9fad-aec1-496e-83f0-059157242b8f
2021-09-03T02:51:07.710Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825e9fad-aec1-496e-83f0-059157242b8f 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-09-03T02:51:07.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637365734,
  "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-09-03T02:51:07.719Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 825e9fad-aec1-496e-83f0-059157242b8f
2021-09-03T02:51:07.719Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825e9fad-aec1-496e-83f0-059157242b8f 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-09-03T02:51:07.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637366119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:51:07.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "policy-id",
  "timestamp": 1630637366181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:51:07.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637366292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:51:07.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637367192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:51:07.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "policy-id",
  "timestamp": 1630637367183,
  "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-09-03T02:51:07.730Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 825e9fad-aec1-496e-83f0-059157242b8f
2021-09-03T02:51:07.730Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825e9fad-aec1-496e-83f0-059157242b8f 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-09-03T02:51:07.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "clamp",
  "timestamp": 1630637367387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637368195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-03T02:51:07.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "clamp",
  "timestamp": 1630637367387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637369197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-03T02:51:07.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "clamp",
  "timestamp": 1630637367387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637370201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:51:07.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "aai-ml",
  "timestamp": 1630637370366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:51:07.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "clamp",
  "timestamp": 1630637367387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "aai-ml",
  "timestamp": 1630637371369,
  "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-09-03T02:51:07.738Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 825e9fad-aec1-496e-83f0-059157242b8f
2021-09-03T02:51:07.738Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825e9fad-aec1-496e-83f0-059157242b8f 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-09-03T02:51:07.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "clamp",
  "timestamp": 1630637367387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "clamp",
  "timestamp": 1630637367387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "clamp",
  "timestamp": 1630637367387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "clamp",
  "timestamp": 1630637367387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "clamp",
  "timestamp": 1630637388606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:51:07.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "clamp",
  "timestamp": 1630637391611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:51:07.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825e9fad-aec1-496e-83f0-059157242b8f",
  "consumerID": "clamp",
  "timestamp": 1630637392614,
  "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-09-03T02:51:07.748Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 825e9fad-aec1-496e-83f0-059157242b8f
2021-09-03T02:51:07.748Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825e9fad-aec1-496e-83f0-059157242b8f 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-09-03T02:51:07.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3846a04c-0a11-436d-80a7-af8f4dc9d61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637402073,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T02:51:07.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:51:07.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:51:07.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:07.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:51:07.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:07.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:51:22.968Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ea23e5d-621c-411e-9e04-b4fde500c4b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:51:22.977Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ea23e5d-621c-411e-9e04-b4fde500c4b7
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-09-03T02:51:22.978Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:51:22.979Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-03T02:51:22.979Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-03T02:51:22.979Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-03T02:51:22.979Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:51:22.979Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:51:22.979Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:51:22.979Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:51:22.979Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:51:22.979Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:51:22.979Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:51:22.979Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-03T02:51:22.983Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-03T02:51:52.983Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ea23e5d-621c-411e-9e04-b4fde500c4b7 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-09-03T02:51:52.987Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ea23e5d-621c-411e-9e04-b4fde500c4b7 and serviceModelVersionId: 6e48e61a-8dc5-4693-a0dc-6da3071db326
2021-09-03T02:51:52.987Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0c42dd1-c521-4485-af91-a3e63cf30fb0
2021-09-03T02:51:52.987Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0c42dd1-c521-4485-af91-a3e63cf30fb0/model-vers/model-ver/6e48e61a-8dc5-4693-a0dc-6da3071db326?depth=0
2021-09-03T02:51:52.992Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-03T02:51:53.020Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0c42dd1-c521-4485-af91-a3e63cf30fb0/model-vers/model-ver/6e48e61a-8dc5-4693-a0dc-6da3071db326?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-09-03T02:51:53.021Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0c42dd1-c521-4485-af91-a3e63cf30fb0/model-vers/model-ver/6e48e61a-8dc5-4693-a0dc-6da3071db326?depth=0|INFO|500||Invoke
2021-09-03T02:51:53.035Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0c42dd1-c521-4485-af91-a3e63cf30fb0/model-vers/model-ver/6e48e61a-8dc5-4693-a0dc-6da3071db326?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-03T02:51:53.110Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0c42dd1-c521-4485-af91-a3e63cf30fb0/model-vers/model-ver/6e48e61a-8dc5-4693-a0dc-6da3071db326?depth=0|INFO|500||InvokeReturn
2021-09-03T02:51:53.110Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0c42dd1-c521-4485-af91-a3e63cf30fb0/model-vers/model-ver/6e48e61a-8dc5-4693-a0dc-6da3071db326?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210903-02:51:53:041-19145], vertex-id=[438504], Content-Length=[0], Date=[Fri, 03 Sep 2021 02:51:53 GMT], Content-Type=[application/json]}
2021-09-03T02:51:53.111Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-03T02:51:53.111Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-03T02:51:53.111Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-03T02:51:53.113Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-03T02:51:53.113Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ea23e5d-621c-411e-9e04-b4fde500c4b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-03T02:51:53.113Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-03T02:51:53.113Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:51:53.115Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:51:53.116Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637513113,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T02:51:53.215Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-03T02:51:53.216Z||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-09-03T02:51:53.216Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:51:53.225Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:51:53.225Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-03T02:51:54.559Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:51:54.560Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|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-09-03T02:51:54.560Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:51:58.835Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:51:58.835Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:51:58.835Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"dd952e20-2462-4926-8690-5da692a4ba1d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bbadda29-d52b-4341-8d27-979be0df3514","serviceDescription":"service","serviceInvariantUUID":"127cac9d-75b8-464c-921c-45435dc72bdf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c6353912-93f3-44f0-8a37-35f7df5baa0a","resourceInvariantUUID":"6ffcd472-a559-4d74-8adb-cbba7ae7ef7a","resourceCustomizationUUID":"6619bf46-abf4-4e2b-b1e4-c6a3cad57139","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZGZhN2UzNDMwYjIzNzA4MmFjYWM3OWRiNzNiYjU0MTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"505f7cd4-342a-41e5-9914-13df0ae552bf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a4db701-6fdd-4d9c-9890-890ca1ad3205","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f1014347-2113-477a-8f5c-4a19f4ad74b8","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"N2VkMWFlZWNiYzU3ZWQ0NDNmY2QzOTJiYWZiZDk5Yzk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ae199f31-230a-4586-bfbb-3e1f49cbabe6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"95152303-41ea-4320-8c44-949b3bcb1cbe","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb5fcaea-6e2c-4647-9fee-86fb5daf34c9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66f91fc5-0765-41f5-9872-082124b6d71c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"NTFkN2Y2ODJkZWNjM2I5NGQ2NWM0Y2RkNmE3YTRlODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10192098-8bcd-4f7b-a9ec-3f01e5eb9fff","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDMzZWI3Y2E1MGJmZWJiMjIwZGNlNzI2MDE1ODUyY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ddf50290-268f-4ecb-9ac3-6a99ed6a9fb9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-03T02:51:58.836Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:51:58.836Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:51:58.838Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:51:58.838Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:58.938Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:51:58.939Z||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-09-03T02:51:58.939Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:51:58.947Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:51:58.947Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:51:59.838Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:51:59.839Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:51:59.842Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:51:59.842Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:51:59.941Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-03T02:51:59.942Z||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-09-03T02:51:59.942Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:51:59.950Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:51:59.951Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:52:00.842Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:52:00.843Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:52:00.845Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:52:00.845Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:52:00.945Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:52:00.946Z||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-09-03T02:52:00.946Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:52:00.954Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:52:00.954Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:52:01.845Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:52:01.846Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:52:01.847Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:52:01.847Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:52:01.947Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:52:01.948Z||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-09-03T02:52:01.948Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:52:01.956Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:52:01.956Z||pool-92-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:52:02.848Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:52:02.849Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:52:02.850Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:52:02.850Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:52:02.950Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:52:02.951Z||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-09-03T02:52:02.951Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:52:02.958Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:52:02.959Z||pool-93-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:52:03.851Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:52:03.851Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:52:03.853Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:52:03.853Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:52:03.953Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:52:03.954Z||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-09-03T02:52:03.954Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:52:03.962Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:52:03.963Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:52:04.853Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:52:04.854Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:52:04.855Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:52:04.855Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:52:04.956Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:52:04.956Z||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-09-03T02:52:04.957Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:52:04.965Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:52:04.965Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:52:05.856Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:52:05.857Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:52:05.858Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:52:05.858Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:52:05.958Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:52:05.959Z||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-09-03T02:52:05.959Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:52:05.966Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:52:05.966Z||pool-96-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:52:06.858Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:52:06.859Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:52:06.861Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:52:06.861Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:52:06.961Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:52:06.962Z||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-09-03T02:52:06.962Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:52:06.970Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:52:06.970Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:52:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:52:07.625Z||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-09-03T02:52:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:52:07.648Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:52:07.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:52:07.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-03T02:52:07.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:52:07.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:52:07.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:52:07.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:52:07.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:52:07.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637347623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:52:07.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:52:07.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:52:07.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637411280,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:52:07.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:52:07.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:52:07.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637413978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:52:07.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:52:07.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:52:07.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637415772,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:52:07.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:52:07.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:52:07.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637417869,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:52:07.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:52:07.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:52:07.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637418932,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:52:07.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:52:07.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:52:07.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637419935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-03T02:52:07.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:52:07.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:52:07.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637420938,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-03T02:52:07.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:52:07.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:52:07.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637421941,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:52:07.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:52:07.862Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bbadda29-d52b-4341-8d27-979be0df3514",
  "serviceDescription": "service",
  "serviceInvariantUUID": "127cac9d-75b8-464c-921c-45435dc72bdf",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "6619bf46-abf4-4e2b-b1e4-c6a3cad57139",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c6353912-93f3-44f0-8a37-35f7df5baa0a",
      "resourceInvariantUUID": "6ffcd472-a559-4d74-8adb-cbba7ae7ef7a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "NDMzZWI3Y2E1MGJmZWJiMjIwZGNlNzI2MDE1ODUyY2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ddf50290-268f-4ecb-9ac3-6a99ed6a9fb9"
    }
  ],
  "workloadContext": "Production"
}
2021-09-03T02:52:07.862Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-03T02:52:07.862Z|9ea23e5d-621c-411e-9e04-b4fde500c4b7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bbadda29-d52b-4341-8d27-979be0df3514 ASDC
2021-09-03T02:52:07.863Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:dd952e20-2462-4926-8690-5da692a4ba1d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:bbadda29-d52b-4341-8d27-979be0df3514
ServiceInvariantUUID:127cac9d-75b8-464c-921c-45435dc72bdf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:ddf50290-268f-4ecb-9ac3-6a99ed6a9fb9
ArtifactChecksum:NDMzZWI3Y2E1MGJmZWJiMjIwZGNlNzI2MDE1ODUyY2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:6619bf46-abf4-4e2b-b1e4-c6a3cad57139
ResourceInvariantUUID:6ffcd472-a559-4d74-8adb-cbba7ae7ef7a
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c6353912-93f3-44f0-8a37-35f7df5baa0a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-03T02:52:07.863Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bbadda29-d52b-4341-8d27-979be0df3514 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-09-03T02:52:07.884Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:52:07.884Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-03T02:52:07.885Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-03T02:52:07.885Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ddf50290-268f-4ecb-9ac3-6a99ed6a9fb9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-03T02:52:07.885Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-03T02:52:07.885Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-03T02:52:08.050Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-03T02:52:08.054Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ddf50290-268f-4ecb-9ac3-6a99ed6a9fb9 105546
2021-09-03T02:52:08.054Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-03T02:52:08.054Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-03T02:52:08.054Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:52:08.054Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:52:08.056Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:52:08.056Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637528054,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:52:08.156Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:52:08.157Z||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-09-03T02:52:08.157Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:52:08.165Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:52:08.165Z||pool-98-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:52:09.057Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:52:09.058Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-03T02:52:09.058Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ddf50290-268f-4ecb-9ac3-6a99ed6a9fb9, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-03T02:52:09.058Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-03T02:52:09.059Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-03T02:52:09.059Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-03T02:52:09.208Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9404552659240136448/Definitions/service-TestPnfMacro-template.yml
2021-09-03T02:52:09.756Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-03T02:52:09.756Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-03T02:52:09.757Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-03T02:52:09.757Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-03T02:52:09.757Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-03T02:52:09.757Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-03T02:52:09.757Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-03T02:52:09.757Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-03T02:52:09.757Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-03T02:52:09.757Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-03T02:52:09.758Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-03T02:52:09.758Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-03T02:52:09.758Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:52:09.758Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:52:09.758Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-03T02:52:09.759Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-03T02:52:09.759Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:52:09.759Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:52:09.759Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:52:09.760Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-03T02:52:09.760Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-03T02:52:09.760Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:52:09.760Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:52:09.760Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:52:09.760Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:52:09.761Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:52:09.761Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:52:09.761Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:52:09.761Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:52:09.761Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:52:09.761Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:52:09.762Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:52:09.762Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:bbadda29-d52b-4341-8d27-979be0df3514
Model Version:NULL
Model InvariantUuid:127cac9d-75b8-464c-921c-45435dc72bdf
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-09-03T02:52:09.767Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: c6353912-93f3-44f0-8a37-35f7df5baa0a
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-09-03T02:52:09.769Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||test-pnf 0
2021-09-03T02:52:09.769Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c6353912-93f3-44f0-8a37-35f7df5baa0a
2021-09-03T02:52:09.769Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||No resources found for Service: bbadda29-d52b-4341-8d27-979be0df3514
2021-09-03T02:52:09.769Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: bbadda29-d52b-4341-8d27-979be0df3514
2021-09-03T02:52:09.769Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c6353912-93f3-44f0-8a37-35f7df5baa0a 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-09-03T02:52:09.772Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40754426, org.onap.sdc.toscaparser.api.parameters.Input@4831ea01, org.onap.sdc.toscaparser.api.parameters.Input@5f7d1b5e, org.onap.sdc.toscaparser.api.parameters.Input@6ef16cce, org.onap.sdc.toscaparser.api.parameters.Input@4cf4142]
2021-09-03T02:52:09.772Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:52:09.772Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:52:09.772Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid bbadda29-d52b-4341-8d27-979be0df3514: test-pnf
2021-09-03T02:52:09.772Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||Processing PNF resource: c6353912-93f3-44f0-8a37-35f7df5baa0a
2021-09-03T02:52:09.773Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:52:09.773Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:52:09.773Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||Resource customization UUID: 6619bf46-abf4-4e2b-b1e4-c6a3cad57139 is the same as notified resource customizationUUID: 6619bf46-abf4-4e2b-b1e4-c6a3cad57139
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-09-03T02:52:09.805Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c6353912-93f3-44f0-8a37-35f7df5baa0a 0 ASDC deployResourceStructure
2021-09-03T02:52:09.805Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-03T02:52:09.805Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-03T02:52:09.805Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:52:09.805Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:52:09.807Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:52:09.807Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637529805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:52:09.907Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:52:09.908Z||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-09-03T02:52:09.908Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:52:09.915Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:52:09.916Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:52:10.807Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd952e20-2462-4926-8690-5da692a4ba1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:52:10.814Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd952e20-2462-4926-8690-5da692a4ba1d
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-09-03T02:52:10.815Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:52:10.816Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:52:10.816Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:52:40.816Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd952e20-2462-4926-8690-5da692a4ba1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:52:40.824Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd952e20-2462-4926-8690-5da692a4ba1d
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-09-03T02:52:40.826Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:52:40.826Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:52:40.826Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:53:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:53:07.625Z||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-09-03T02:53:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:53:07.651Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:53:07.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "aai-ml",
  "timestamp": 1630637502331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "cds",
  "timestamp": 1630637496105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637501931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "policy-id",
  "timestamp": 1630637494165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "aai-ml",
  "timestamp": 1630637502331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "cds",
  "timestamp": 1630637496105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637501931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "policy-id",
  "timestamp": 1630637494165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "aai-ml",
  "timestamp": 1630637502331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "cds",
  "timestamp": 1630637496105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637501931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "policy-id",
  "timestamp": 1630637494165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "aai-ml",
  "timestamp": 1630637502331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637501931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "cds",
  "timestamp": 1630637496105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "policy-id",
  "timestamp": 1630637494165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637505453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "aai-ml",
  "timestamp": 1630637502331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637501931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "cds",
  "timestamp": 1630637496105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "policy-id",
  "timestamp": 1630637494165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637505453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "aai-ml",
  "timestamp": 1630637502331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637501931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "cds",
  "timestamp": 1630637496105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "policy-id",
  "timestamp": 1630637494165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637505453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "dcae-sch",
  "timestamp": 1630637507548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637508378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "aai-ml",
  "timestamp": 1630637502331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637501931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "cds",
  "timestamp": 1630637496105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "policy-id",
  "timestamp": 1630637494165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637505453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "dcae-sch",
  "timestamp": 1630637507548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637508378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "aai-ml",
  "timestamp": 1630637502331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "cds",
  "timestamp": 1630637496105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637501931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "policy-id",
  "timestamp": 1630637494165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637505453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "dcae-sch",
  "timestamp": 1630637507548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637508378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "aai-ml",
  "timestamp": 1630637502331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:53:07.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "cds",
  "timestamp": 1630637496105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:53:07.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637501931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:53:07.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "policy-id",
  "timestamp": 1630637494165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:53:07.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637505453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "dcae-sch",
  "timestamp": 1630637507548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637508378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637505453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:53:07.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "dcae-sch",
  "timestamp": 1630637507548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "policy-id",
  "timestamp": 1630637512183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:53:07.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:53:07.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "aai-ml",
  "timestamp": 1630637512200,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:53:07.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:53:07.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637512205,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:53:07.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:53:07.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "cds",
  "timestamp": 1630637512218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:53:07.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:53:07.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637508378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637505453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ea23e5d-621c-411e-9e04-b4fde500c4b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637513113,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T02:53:07.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:53:07.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "dcae-sch",
  "timestamp": 1630637507548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "policy-id",
  "timestamp": 1630637513187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:53:07.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:53:07.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "cds",
  "timestamp": 1630637513454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-03T02:53:07.674Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd952e20-2462-4926-8690-5da692a4ba1d
2021-09-03T02:53:07.674Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd952e20-2462-4926-8690-5da692a4ba1d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:53:07.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637513876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:53:07.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:53:07.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637508378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637505453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "dcae-sch",
  "timestamp": 1630637507548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "policy-id",
  "timestamp": 1630637514189,
  "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-09-03T02:53:07.684Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd952e20-2462-4926-8690-5da692a4ba1d
2021-09-03T02:53:07.685Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd952e20-2462-4926-8690-5da692a4ba1d 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-09-03T02:53:07.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637514882,
  "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-09-03T02:53:07.693Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd952e20-2462-4926-8690-5da692a4ba1d
2021-09-03T02:53:07.693Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd952e20-2462-4926-8690-5da692a4ba1d 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-09-03T02:53:07.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637508378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "dcae-sch",
  "timestamp": 1630637507548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637515788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:53:07.700Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:53:07.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637508378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "aai-ml",
  "timestamp": 1630637516169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:53:07.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:53:07.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "dcae-sch",
  "timestamp": 1630637507548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637508378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:53:07.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637517026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-03T02:53:07.702Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:53:07.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "aai-ml",
  "timestamp": 1630637517171,
  "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-09-03T02:53:07.706Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd952e20-2462-4926-8690-5da692a4ba1d
2021-09-03T02:53:07.706Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd952e20-2462-4926-8690-5da692a4ba1d 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-09-03T02:53:07.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "clamp",
  "timestamp": 1630637517387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637518029,
  "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-09-03T02:53:07.716Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of dd952e20-2462-4926-8690-5da692a4ba1d
2021-09-03T02:53:07.716Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd952e20-2462-4926-8690-5da692a4ba1d 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-09-03T02:53:07.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "clamp",
  "timestamp": 1630637517387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "clamp",
  "timestamp": 1630637517387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "clamp",
  "timestamp": 1630637517387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "clamp",
  "timestamp": 1630637517387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "clamp",
  "timestamp": 1630637517387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "clamp",
  "timestamp": 1630637517387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "clamp",
  "timestamp": 1630637517387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:07.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "clamp",
  "timestamp": 1630637517387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:53:07.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:07.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:53:07.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637514559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:53:07.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:53:10.826Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd952e20-2462-4926-8690-5da692a4ba1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:53:10.834Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd952e20-2462-4926-8690-5da692a4ba1d
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-09-03T02:53:10.836Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:53:10.836Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-03T02:53:10.836Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-03T02:53:10.836Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-03T02:53:10.836Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:53:10.836Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:53:10.836Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:53:10.836Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:53:10.836Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:53:10.836Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:53:10.836Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-03T02:53:10.840Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-03T02:53:40.840Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd952e20-2462-4926-8690-5da692a4ba1d 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-09-03T02:53:40.845Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd952e20-2462-4926-8690-5da692a4ba1d and serviceModelVersionId: bbadda29-d52b-4341-8d27-979be0df3514
2021-09-03T02:53:40.845Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 127cac9d-75b8-464c-921c-45435dc72bdf
2021-09-03T02:53:40.845Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/127cac9d-75b8-464c-921c-45435dc72bdf/model-vers/model-ver/bbadda29-d52b-4341-8d27-979be0df3514?depth=0
2021-09-03T02:53:40.849Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-03T02:53:40.876Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/127cac9d-75b8-464c-921c-45435dc72bdf/model-vers/model-ver/bbadda29-d52b-4341-8d27-979be0df3514?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-09-03T02:53:40.876Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/127cac9d-75b8-464c-921c-45435dc72bdf/model-vers/model-ver/bbadda29-d52b-4341-8d27-979be0df3514?depth=0|INFO|500||Invoke
2021-09-03T02:53:40.891Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/127cac9d-75b8-464c-921c-45435dc72bdf/model-vers/model-ver/bbadda29-d52b-4341-8d27-979be0df3514?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-03T02:53:41.221Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/127cac9d-75b8-464c-921c-45435dc72bdf/model-vers/model-ver/bbadda29-d52b-4341-8d27-979be0df3514?depth=0|INFO|500||InvokeReturn
2021-09-03T02:53:41.221Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/127cac9d-75b8-464c-921c-45435dc72bdf/model-vers/model-ver/bbadda29-d52b-4341-8d27-979be0df3514?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210903-02:53:40:898-25152], vertex-id=[188584], Content-Length=[0], Date=[Fri, 03 Sep 2021 02:53:40 GMT], Content-Type=[application/json]}
2021-09-03T02:53:41.221Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-03T02:53:41.222Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-03T02:53:41.222Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-03T02:53:41.225Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-03T02:53:41.225Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd952e20-2462-4926-8690-5da692a4ba1d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-03T02:53:41.225Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-03T02:53:41.225Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:53:41.227Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:53:41.227Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637621225,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T02:53:41.327Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:53:41.328Z||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-09-03T02:53:41.328Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:53:41.338Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:53:41.338Z||pool-100-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-09-03T02:53:42.236Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:53:42.236Z|dd952e20-2462-4926-8690-5da692a4ba1d|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-09-03T02:53:42.236Z|dd952e20-2462-4926-8690-5da692a4ba1d|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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:53:42.853Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:53:42.854Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-03T02:53:42.854Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1391a879-dbc3-4e8d-accb-5e7d793c7693","serviceName":"Demo_pNF_Tldk9fZhvFiPB93YknDU","serviceVersion":"1.0","serviceUUID":"db456c54-d942-4f26-93bd-7cad073ba159","serviceDescription":"catalog service description","serviceInvariantUUID":"2df36e46-85d2-49eb-8bc9-4e8ad7dfb2ad","resources":[{"resourceInstanceName":"pNF 0111eb1f-6e20 0","resourceName":"pNF 0111eb1f-6e20","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"084a5ac0-b21b-48b9-af76-fed6acdafd8b","resourceInvariantUUID":"70722668-4443-45eb-bd78-f191acfa47a0","resourceCustomizationUUID":"a8e315d4-b897-484a-b463-43f5a881d008","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vf-license-model.xml","artifactChecksum":"M2EzZWU0ODg5Njk2NTM4NmFjMDM5MDQ5ZjlkNmVlNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4204cbb7-13c1-47db-a19f-e7762203d479","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/pNF.csar","artifactChecksum":"NjJiZDQ5MjcxMGEyNGY4MTZjZDM1MjhjN2Y2MTRlOWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91b3e7ef-675b-485b-8f92-c545183c4680","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5afbcb6c-1387-449f-b9a5-74bf195f5626","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vendor-license-model.xml","artifactChecksum":"NDZmY2RkNTM0MzdmNzYzNWQyMjFlMWIyODZhODgyMjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"db5f1f80-62ef-4c69-b206-ac846cffd096","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea416e4b-cded-4281-977e-39b61bc82b10","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a84147ba-5648-4745-bf22-6c807ab4eae2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTldk9fzhvfipb93ykndu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-template.yml","artifactChecksum":"Y2UzZGE1NDhhYzdiNWQ0NDYwZTRlMTFhZjBhMTMzNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09b585f8-5d5b-4bb1-b7fc-19ef046c4056","artifactVersion":"1"},{"artifactName":"service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar","artifactChecksum":"OTMxMTRlMTZlODY2MzJjZWE2NmM5N2UzOTBlODhhNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"deb8070c-88f0-4fa0-bd5d-10ac26609e97","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-03T02:53:42.855Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:53:42.855Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:53:42.856Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:53:42.856Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637622236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:42.957Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-03T02:53:42.957Z||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-09-03T02:53:42.958Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:53:42.966Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:53:42.966Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:53:43.857Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:53:43.858Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:53:43.859Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:53:43.859Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637622236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:43.959Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:53:43.960Z||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-09-03T02:53:43.960Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:53:43.968Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:53:43.968Z||pool-102-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:53:44.860Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:53:44.861Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:53:44.862Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:53:44.863Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637622236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:44.963Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:53:44.964Z||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-09-03T02:53:44.964Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:53:44.971Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:53:44.971Z||pool-103-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:53:45.863Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:53:45.864Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:53:45.865Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:53:45.865Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637622236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:45.965Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:53:45.966Z||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-09-03T02:53:45.966Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:53:45.975Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:53:45.975Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:53:46.866Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:53:46.866Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:53:46.868Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:53:46.868Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637622236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:46.968Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:53:46.969Z||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-09-03T02:53:46.969Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:53:46.976Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:53:46.976Z||pool-105-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:53:47.868Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:53:47.870Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:53:47.872Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:53:47.872Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637622236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:47.972Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:53:47.973Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:53:47.973Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:53:47.981Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:53:47.981Z||pool-106-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:53:48.873Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:53:48.873Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:53:48.875Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:53:48.875Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637622236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:53:48.976Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-03T02:53:48.976Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:53:48.976Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:53:48.984Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:53:48.984Z||pool-107-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:53:49.876Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:53:49.877Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:53:49.878Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:53:49.878Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637622236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:53:49.978Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:53:49.979Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:53:49.979Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:53:49.988Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:53:49.988Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:53:50.879Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "serviceName": "Demo_pNF_Tldk9fZhvFiPB93YknDU",
  "serviceVersion": "1.0",
  "serviceUUID": "db456c54-d942-4f26-93bd-7cad073ba159",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2df36e46-85d2-49eb-8bc9-4e8ad7dfb2ad",
  "resources": [
    {
      "resourceInstanceName": "pNF 0111eb1f-6e20 0",
      "resourceCustomizationUUID": "a8e315d4-b897-484a-b463-43f5a881d008",
      "resourceName": "pNF 0111eb1f-6e20",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "084a5ac0-b21b-48b9-af76-fed6acdafd8b",
      "resourceInvariantUUID": "70722668-4443-45eb-bd78-f191acfa47a0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
      "artifactChecksum": "OTMxMTRlMTZlODY2MzJjZWE2NmM5N2UzOTBlODhhNWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "deb8070c-88f0-4fa0-bd5d-10ac26609e97"
    }
  ],
  "workloadContext": "Production"
}
2021-09-03T02:53:50.879Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-03T02:53:50.880Z|dd952e20-2462-4926-8690-5da692a4ba1d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 db456c54-d942-4f26-93bd-7cad073ba159 ASDC
2021-09-03T02:53:50.880Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:1391a879-dbc3-4e8d-accb-5e7d793c7693
ServiceName:Demo_pNF_Tldk9fZhvFiPB93YknDU
ServiceVersion:1.0
ServiceUUID:db456c54-d942-4f26-93bd-7cad073ba159
ServiceInvariantUUID:2df36e46-85d2-49eb-8bc9-4e8ad7dfb2ad
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
ArtifactUUID:deb8070c-88f0-4fa0-bd5d-10ac26609e97
ArtifactChecksum:OTMxMTRlMTZlODY2MzJjZWE2NmM5N2UzOTBlODhhNWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0111eb1f-6e20 0
ResourceCustomizationUUID:a8e315d4-b897-484a-b463-43f5a881d008
ResourceInvariantUUID:70722668-4443-45eb-bd78-f191acfa47a0
ResourceName:pNF 0111eb1f-6e20
ResourceType:PNF
ResourceUUID:084a5ac0-b21b-48b9-af76-fed6acdafd8b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-03T02:53:50.880Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db456c54-d942-4f26-93bd-7cad073ba159 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-09-03T02:53:50.899Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:53:50.900Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-03T02:53:50.900Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-03T02:53:50.900Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: deb8070c-88f0-4fa0-bd5d-10ac26609e97 from URL: /sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
2021-09-03T02:53:50.900Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-03T02:53:50.900Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
2021-09-03T02:53:51.029Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-03T02:53:51.032Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar deb8070c-88f0-4fa0-bd5d-10ac26609e97 82537
2021-09-03T02:53:51.032Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar ASDC sendASDCNotification
2021-09-03T02:53:51.032Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
2021-09-03T02:53:51.032Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:53:51.033Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:53:51.034Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:53:51.034Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637631032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:53:51.135Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-03T02:53:51.135Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:53:51.135Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:53:51.143Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:53:51.143Z||pool-109-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:53:52.035Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:53:52.036Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-03T02:53:52.036Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: deb8070c-88f0-4fa0-bd5d-10ac26609e97, URL: /sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar to file: /app/ASDC/1/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
2021-09-03T02:53:52.036Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
2021-09-03T02:53:52.037Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
2021-09-03T02:53:52.037Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
2021-09-03T02:53:52.460Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4494721069169470320/Definitions/service-DemoPnfTldk9fzhvfipb93ykndu-template.yml
2021-09-03T02:53:53.004Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-03T02:53:53.004Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-03T02:53:53.004Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
2021-09-03T02:53:53.005Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-03T02:53:53.005Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
2021-09-03T02:53:53.005Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
2021-09-03T02:53:53.005Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
2021-09-03T02:53:53.005Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
2021-09-03T02:53:53.005Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
2021-09-03T02:53:53.005Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
2021-09-03T02:53:53.005Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0111eb1f-6e20 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-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
2021-09-03T02:53:53.005Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-03T02:53:53.005Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:53:53.005Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Tldk9fZhvFiPB93YknDU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:53:53.005Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Node template pNF 0111eb1f-6e20 0 is matching search criteria
2021-09-03T02:53:53.005Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-03T02:53:53.005Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 0111eb1f-6e20 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:53:53.006Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:53:53.006Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Tldk9fZhvFiPB93YknDU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:53:53.006Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Node template pNF 0111eb1f-6e20 0 is matching search criteria
2021-09-03T02:53:53.006Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-03T02:53:53.006Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 0111eb1f-6e20 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:53:53.006Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:53:53.006Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Tldk9fZhvFiPB93YknDU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:53:53.006Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:53:53.006Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Tldk9fZhvFiPB93YknDU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:53:53.006Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:53:53.006Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Tldk9fZhvFiPB93YknDU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:53:53.006Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:53:53.007Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Tldk9fZhvFiPB93YknDU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:53:53.007Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:53:53.007Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Tldk9fZhvFiPB93YknDU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:53:53.007Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Tldk9fZhvFiPB93YknDU
Description:catalog service description
Model UUID:db456c54-d942-4f26-93bd-7cad073ba159
Model Version:NULL
Model InvariantUuid:2df36e46-85d2-49eb-8bc9-4e8ad7dfb2ad
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-09-03T02:53:53.009Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 084a5ac0-b21b-48b9-af76-fed6acdafd8b
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-09-03T02:53:53.010Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||pNF 0111eb1f-6e20 0
2021-09-03T02:53:53.010Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 084a5ac0-b21b-48b9-af76-fed6acdafd8b
2021-09-03T02:53:53.011Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||No resources found for Service: db456c54-d942-4f26-93bd-7cad073ba159
2021-09-03T02:53:53.011Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: db456c54-d942-4f26-93bd-7cad073ba159
2021-09-03T02:53:53.011Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0111eb1f-6e20 0 084a5ac0-b21b-48b9-af76-fed6acdafd8b 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-09-03T02:53:53.012Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@697073dc, org.onap.sdc.toscaparser.api.parameters.Input@78e3220c, org.onap.sdc.toscaparser.api.parameters.Input@5762847b, org.onap.sdc.toscaparser.api.parameters.Input@350aa927, org.onap.sdc.toscaparser.api.parameters.Input@5f8ed2c9]
2021-09-03T02:53:53.013Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:53:53.013Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Tldk9fZhvFiPB93YknDU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:53:53.013Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid db456c54-d942-4f26-93bd-7cad073ba159: pNF 0111eb1f-6e20
2021-09-03T02:53:53.013Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||Processing PNF resource: 084a5ac0-b21b-48b9-af76-fed6acdafd8b
2021-09-03T02:53:53.013Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:53:53.013Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Tldk9fZhvFiPB93YknDU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:53:53.013Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||Resource customization UUID: a8e315d4-b897-484a-b463-43f5a881d008 is the same as notified resource customizationUUID: a8e315d4-b897-484a-b463-43f5a881d008
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-09-03T02:53:53.032Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0111eb1f-6e20 084a5ac0-b21b-48b9-af76-fed6acdafd8b 0 ASDC deployResourceStructure
2021-09-03T02:53:53.033Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar ASDC sendASDCNotification
2021-09-03T02:53:53.033Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar
2021-09-03T02:53:53.033Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:53:53.033Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:53:53.034Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:53:53.035Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637633033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:53:53.135Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:53:53.135Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:53:53.135Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:53:53.143Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:53:53.143Z||pool-110-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:53:54.035Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1391a879-dbc3-4e8d-accb-5e7d793c7693
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:53:54.043Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1391a879-dbc3-4e8d-accb-5e7d793c7693
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-09-03T02:53:54.044Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:53:54.044Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:53:54.044Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:54:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:54:07.625Z||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-09-03T02:54:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:54:07.647Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:54:07.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637528054,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:54:07.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:54:07.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637529805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:54:07.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:54:07.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "clamp",
  "timestamp": 1630637532625,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:54:07.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:54:07.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "clamp",
  "timestamp": 1630637533640,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:54:07.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:54:07.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "clamp",
  "timestamp": 1630637534642,
  "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-09-03T02:54:07.657Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dd952e20-2462-4926-8690-5da692a4ba1d
2021-09-03T02:54:07.657Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd952e20-2462-4926-8690-5da692a4ba1d 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-09-03T02:54:07.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "dcae-sch",
  "timestamp": 1630637547548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637545453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "cds",
  "timestamp": 1630637541105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637548378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "clamp",
  "timestamp": 1630637547387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637545453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "dcae-sch",
  "timestamp": 1630637547548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "cds",
  "timestamp": 1630637541105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637548378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "clamp",
  "timestamp": 1630637547387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637545453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "dcae-sch",
  "timestamp": 1630637547548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637548378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "cds",
  "timestamp": 1630637541105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "clamp",
  "timestamp": 1630637547387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "dcae-sch",
  "timestamp": 1630637547548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637545453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "cds",
  "timestamp": 1630637541105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637548378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "clamp",
  "timestamp": 1630637547387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "dcae-sch",
  "timestamp": 1630637547548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637545453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637548378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "cds",
  "timestamp": 1630637541105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "clamp",
  "timestamp": 1630637547387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "dcae-sch",
  "timestamp": 1630637547548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "policy-id",
  "timestamp": 1630637554165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637548378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637545453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:54:07.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "cds",
  "timestamp": 1630637541105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "clamp",
  "timestamp": 1630637547387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637545453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "policy-id",
  "timestamp": 1630637554165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637548378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "dcae-sch",
  "timestamp": 1630637547548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "cds",
  "timestamp": 1630637541105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "clamp",
  "timestamp": 1630637547387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "dcae-sch",
  "timestamp": 1630637547548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637545453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "policy-id",
  "timestamp": 1630637554165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637548378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:54:07.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "cds",
  "timestamp": 1630637541105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:54:07.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "clamp",
  "timestamp": 1630637547387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:54:07.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "policy-id",
  "timestamp": 1630637554165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "policy-id",
  "timestamp": 1630637554165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637559721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:54:07.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:54:07.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "cds",
  "timestamp": 1630637559774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:54:07.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:54:07.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "policy-id",
  "timestamp": 1630637554165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "cds",
  "timestamp": 1630637560781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-03T02:54:07.681Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1391a879-dbc3-4e8d-accb-5e7d793c7693
2021-09-03T02:54:07.681Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1391a879-dbc3-4e8d-accb-5e7d793c7693 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:54:07.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637560806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-03T02:54:07.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:54:07.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "policy-id",
  "timestamp": 1630637554165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637561809,
  "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-09-03T02:54:07.691Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1391a879-dbc3-4e8d-accb-5e7d793c7693
2021-09-03T02:54:07.691Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1391a879-dbc3-4e8d-accb-5e7d793c7693 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-09-03T02:54:07.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "policy-id",
  "timestamp": 1630637554165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:54:07.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637561931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "aai-ml",
  "timestamp": 1630637562331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637561931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "policy-id",
  "timestamp": 1630637563930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:54:07.698Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:54:07.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "aai-ml",
  "timestamp": 1630637562331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637561931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "clamp",
  "timestamp": 1630637564627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:54:07.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:54:07.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "policy-id",
  "timestamp": 1630637564933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:54:07.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:54:07.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "aai-ml",
  "timestamp": 1630637562331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637561931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "policy-id",
  "timestamp": 1630637565935,
  "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-09-03T02:54:07.703Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1391a879-dbc3-4e8d-accb-5e7d793c7693
2021-09-03T02:54:07.703Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1391a879-dbc3-4e8d-accb-5e7d793c7693 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-09-03T02:54:07.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "aai-ml",
  "timestamp": 1630637562331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637561931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "clamp",
  "timestamp": 1630637566636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:54:07.709Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:54:07.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "aai-ml",
  "timestamp": 1630637562331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637561931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "clamp",
  "timestamp": 1630637567638,
  "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-09-03T02:54:07.713Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1391a879-dbc3-4e8d-accb-5e7d793c7693
2021-09-03T02:54:07.713Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1391a879-dbc3-4e8d-accb-5e7d793c7693 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-09-03T02:54:07.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "aai-ml",
  "timestamp": 1630637562331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637561931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "aai-ml",
  "timestamp": 1630637562331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:54:07.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637561931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:54:07.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "aai-ml",
  "timestamp": 1630637562331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:54:07.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:54:07.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637570740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:54:07.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:54:07.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "aai-ml",
  "timestamp": 1630637571119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:54:07.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:54:07.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637572380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:54:07.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:54:07.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637573383,
  "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-09-03T02:54:07.726Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1391a879-dbc3-4e8d-accb-5e7d793c7693
2021-09-03T02:54:07.726Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1391a879-dbc3-4e8d-accb-5e7d793c7693 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-09-03T02:54:07.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "aai-ml",
  "timestamp": 1630637574969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:54:07.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:54:07.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:54:07.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "aai-ml",
  "timestamp": 1630637575972,
  "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-09-03T02:54:07.736Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1391a879-dbc3-4e8d-accb-5e7d793c7693
2021-09-03T02:54:07.736Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1391a879-dbc3-4e8d-accb-5e7d793c7693 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-09-03T02:54:24.044Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1391a879-dbc3-4e8d-accb-5e7d793c7693
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:54:24.053Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1391a879-dbc3-4e8d-accb-5e7d793c7693
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-09-03T02:54:24.055Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:54:24.055Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-03T02:54:24.055Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-03T02:54:24.055Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-03T02:54:24.055Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:54:24.055Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:54:24.055Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:54:24.055Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:54:24.055Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:54:24.055Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:54:24.055Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:54:24.055Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-03T02:54:24.058Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-03T02:54:54.059Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1391a879-dbc3-4e8d-accb-5e7d793c7693 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-09-03T02:54:54.065Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1391a879-dbc3-4e8d-accb-5e7d793c7693 and serviceModelVersionId: db456c54-d942-4f26-93bd-7cad073ba159
2021-09-03T02:54:54.065Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2df36e46-85d2-49eb-8bc9-4e8ad7dfb2ad
2021-09-03T02:54:54.065Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2df36e46-85d2-49eb-8bc9-4e8ad7dfb2ad/model-vers/model-ver/db456c54-d942-4f26-93bd-7cad073ba159?depth=0
2021-09-03T02:54:54.076Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-03T02:54:54.103Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2df36e46-85d2-49eb-8bc9-4e8ad7dfb2ad/model-vers/model-ver/db456c54-d942-4f26-93bd-7cad073ba159?depth=0|INFO|500||Invoke
2021-09-03T02:54:54.104Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2df36e46-85d2-49eb-8bc9-4e8ad7dfb2ad/model-vers/model-ver/db456c54-d942-4f26-93bd-7cad073ba159?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2df36e46-85d2-49eb-8bc9-4e8ad7dfb2ad/model-vers/model-ver/db456c54-d942-4f26-93bd-7cad073ba159?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1391a879-dbc3-4e8d-accb-5e7d793c7693], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[da61070c-078d-4f87-a8ec-909a57189641], X-ECOMP-RequestID=[1391a879-dbc3-4e8d-accb-5e7d793c7693], X-TransactionId=[], X-ONAP-RequestID=[1391a879-dbc3-4e8d-accb-5e7d793c7693], Content-Type=[application/merge-patch+json]}
2021-09-03T02:54:54.118Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2df36e46-85d2-49eb-8bc9-4e8ad7dfb2ad/model-vers/model-ver/db456c54-d942-4f26-93bd-7cad073ba159?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-03T02:54:54.391Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2df36e46-85d2-49eb-8bc9-4e8ad7dfb2ad/model-vers/model-ver/db456c54-d942-4f26-93bd-7cad073ba159?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/2df36e46-85d2-49eb-8bc9-4e8ad7dfb2ad/model-vers/model-ver/db456c54-d942-4f26-93bd-7cad073ba159?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210903-02:54:54:125-64700], vertex-id=[241712], Content-Length=[0], Date=[Fri, 03 Sep 2021 02:54:54 GMT], Content-Type=[application/json]}
2021-09-03T02:54:54.391Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2df36e46-85d2-49eb-8bc9-4e8ad7dfb2ad/model-vers/model-ver/db456c54-d942-4f26-93bd-7cad073ba159?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-03T02:54:54.392Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2df36e46-85d2-49eb-8bc9-4e8ad7dfb2ad/model-vers/model-ver/db456c54-d942-4f26-93bd-7cad073ba159?depth=0|INFO|500||InvokeReturn
2021-09-03T02:54:54.392Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-03T02:54:54.392Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-03T02:54:54.394Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-03T02:54:54.394Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1391a879-dbc3-4e8d-accb-5e7d793c7693 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-03T02:54:54.394Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-03T02:54:54.395Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:54:54.396Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:54:54.396Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637694394,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T02:54:54.496Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:54:54.497Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:54:54.497Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:54:54.506Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:54:54.507Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-03T02:54:55.406Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:54:55.406Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|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-09-03T02:54:55.406Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:55:04.940Z|1391a879-dbc3-4e8d-accb-5e7d793c7693|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:55:04.941Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:55:04.941Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T02:55:04.941Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:55:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:55:07.625Z||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-09-03T02:55:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:55:07.646Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:55:07.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:55:07.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd952e20-2462-4926-8690-5da692a4ba1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637621225,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T02:55:07.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:55:07.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:55:07.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637622236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:55:07.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:55:07.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:55:07.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637622236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:55:07.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:55:07.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:55:07.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637622236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:55:07.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:55:07.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:55:07.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637622236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:55:07.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:55:07.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:55:07.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637622236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:55:07.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:55:07.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:55:07.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637622236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/resourceInstances/pnf0111eb1f6e200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:55:07.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:55:07.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:55:07.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637622236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:55:07.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:55:07.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:55:07.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637622236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:55:07.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:55:07.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:55:07.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637631032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:55:07.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:55:07.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T02:55:07.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637633033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTldk9fzhvfipb93ykndu/1.0/artifacts/service-DemoPnfTldk9fzhvfipb93ykndu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:55:07.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:55:14.478Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:55:14.479Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:55:14.479Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T02:55:14.479Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:55:24.014Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:55:24.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:55:24.016Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T02:55:24.016Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:55:33.549Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:56:07.623Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:56:07.623Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T02:56:07.623Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:56:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:56:07.625Z||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-09-03T02:56:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:56:08.143Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:56:08.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:56:08.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1391a879-dbc3-4e8d-accb-5e7d793c7693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637694394,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T02:56:08.144Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:56:17.160Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:07.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:57:07.623Z||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-09-03T02:57:07.623Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:57:07.625Z||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-09-03T02:57:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:07.751Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:07.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-03T02:57:07.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637825453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:57:07.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:57:08.241Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:08.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-03T02:57:08.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e1e6f13-2a94-4739-a0de-8ca1c0f24669","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c0ba9fb8-13f3-49e8-94fd-82a25d783986","serviceDescription":"service","serviceInvariantUUID":"61c5eac6-d8b7-40cf-9af6-86b082f18579","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"910bfdde-ac2c-4402-b704-a52cf0a72b57","resourceInvariantUUID":"9aad0458-362a-4071-a30f-ac30aef5ecd0","resourceCustomizationUUID":"708b6b42-c44d-48ff-884b-485d19d40b46","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":"MjBhZmFiOGQwNmVmMWRhNTI5YjY0NDk5NjQ3M2QzYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b10cb5b-56f4-4a1a-b096-1a3501c974d1","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":"1f38a27c-5a43-4dda-9352-2aba05ebfb9e","artifactVersion":"2","generatedFromUUID":"2133fd55-a37b-48f9-bd17-89c0259de583"},{"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":"2133fd55-a37b-48f9-bd17-89c0259de583","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":"OTg4MzhkYjkzMzk4OTJhODIyOGFkYjk1NGM4NmIwZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0eb199ca-adc5-41f7-901b-a52dfcd1daad","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":"54e82910-8984-49a2-9024-8b101ed6cc7b","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":"95fb587c-d3fd-42f9-8548-9bf2dd2e3f86","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":"7e138079-b30b-47b6-9b4e-16d9356cf586","artifactVersion":"2","generatedFromUUID":"54e82910-8984-49a2-9024-8b101ed6cc7b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2JjYTkyN2Y0MTNkZDZkMDk4YWE3YjY4Yzc5OTI2Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b10774ba-28d4-430e-9b8a-4e426aa6dd13","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2U4ZDk1MWM3OTVmYmY5YmUxMTkwYjJkZTYxYjIzMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f6d3d6b-1f3e-406f-84c0-09103b027679","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-03T02:57:08.243Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:57:08.243Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:08.244Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:08.244Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:57:08.345Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-03T02:57:08.345Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:08.345Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:08.354Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:08.355Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:09.245Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:57:09.246Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:09.247Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:09.247Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-03T02:57:09.347Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:09.348Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:09.348Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:09.356Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:09.357Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:10.248Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:57:10.248Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:10.250Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:10.250Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-03T02:57:10.350Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:10.351Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:10.351Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:10.357Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:10.358Z||pool-114-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:11.250Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:57:11.251Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:11.253Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:11.253Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:57:11.353Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:11.354Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:11.354Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:11.361Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:11.361Z||pool-115-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:12.253Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:57:12.254Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:12.256Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:12.256Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:57:12.356Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:12.357Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:12.357Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:12.366Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:12.367Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:13.257Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:57:13.257Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:13.259Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:13.259Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:57:13.360Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:13.360Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:13.360Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:13.369Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:13.370Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:14.260Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:57:14.261Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:14.262Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:14.262Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-03T02:57:14.363Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-03T02:57:14.364Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:14.364Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:14.373Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:14.374Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:57:15.263Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:57:15.264Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:15.265Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:15.266Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:57:15.366Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:15.366Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:15.366Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:15.374Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:15.375Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:16.266Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T02:57:16.267Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:16.268Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:16.268Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:57:16.368Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:16.369Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:16.369Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:16.377Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:16.377Z||pool-120-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:17.269Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "c0ba9fb8-13f3-49e8-94fd-82a25d783986",
  "serviceDescription": "service",
  "serviceInvariantUUID": "61c5eac6-d8b7-40cf-9af6-86b082f18579",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "708b6b42-c44d-48ff-884b-485d19d40b46",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "910bfdde-ac2c-4402-b704-a52cf0a72b57",
      "resourceInvariantUUID": "9aad0458-362a-4071-a30f-ac30aef5ecd0",
      "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": "1f38a27c-5a43-4dda-9352-2aba05ebfb9e",
          "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": "2133fd55-a37b-48f9-bd17-89c0259de583",
          "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": "OTg4MzhkYjkzMzk4OTJhODIyOGFkYjk1NGM4NmIwZTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0eb199ca-adc5-41f7-901b-a52dfcd1daad",
          "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": "54e82910-8984-49a2-9024-8b101ed6cc7b",
          "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": "7e138079-b30b-47b6-9b4e-16d9356cf586",
            "generatedFromUUID": "54e82910-8984-49a2-9024-8b101ed6cc7b"
          },
          "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": "7e138079-b30b-47b6-9b4e-16d9356cf586",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "M2U4ZDk1MWM3OTVmYmY5YmUxMTkwYjJkZTYxYjIzMTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4f6d3d6b-1f3e-406f-84c0-09103b027679"
    }
  ],
  "workloadContext": "Production"
}
2021-09-03T02:57:17.269Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-03T02:57:17.270Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c0ba9fb8-13f3-49e8-94fd-82a25d783986 ASDC
2021-09-03T02:57:17.270Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5e1e6f13-2a94-4739-a0de-8ca1c0f24669
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:c0ba9fb8-13f3-49e8-94fd-82a25d783986
ServiceInvariantUUID:61c5eac6-d8b7-40cf-9af6-86b082f18579
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:4f6d3d6b-1f3e-406f-84c0-09103b027679
ArtifactChecksum:M2U4ZDk1MWM3OTVmYmY5YmUxMTkwYjJkZTYxYjIzMTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:708b6b42-c44d-48ff-884b-485d19d40b46
ResourceInvariantUUID:9aad0458-362a-4071-a30f-ac30aef5ecd0
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:910bfdde-ac2c-4402-b704-a52cf0a72b57
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:1f38a27c-5a43-4dda-9352-2aba05ebfb9e
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:2133fd55-a37b-48f9-bd17-89c0259de583
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:0eb199ca-adc5-41f7-901b-a52dfcd1daad
ArtifactChecksum:OTg4MzhkYjkzMzk4OTJhODIyOGFkYjk1NGM4NmIwZTg=
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:54e82910-8984-49a2-9024-8b101ed6cc7b
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:7e138079-b30b-47b6-9b4e-16d9356cf586
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:7e138079-b30b-47b6-9b4e-16d9356cf586
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-03T02:57:17.270Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0ba9fb8-13f3-49e8-94fd-82a25d783986 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-09-03T02:57:17.296Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:57:17.297Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-03T02:57:17.297Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-03T02:57:17.297Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4f6d3d6b-1f3e-406f-84c0-09103b027679 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-03T02:57:17.297Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-03T02:57:17.297Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-03T02:57:18.569Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-03T02:57:18.572Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4f6d3d6b-1f3e-406f-84c0-09103b027679 68767
2021-09-03T02:57:18.572Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-03T02:57:18.572Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-03T02:57:18.572Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:57:18.573Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:18.574Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:18.574Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637838572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:57:18.674Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-03T02:57:18.675Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:18.676Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:18.683Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:18.684Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:19.575Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T02:57:19.576Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-03T02:57:19.576Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4f6d3d6b-1f3e-406f-84c0-09103b027679, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-03T02:57:19.577Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-03T02:57:19.577Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-03T02:57:19.577Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-03T02:57:19.674Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5569086750694741272/Definitions/service-BasicCnf-template.yml
2021-09-03T02:57:20.487Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-03T02:57:20.488Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-03T02:57:20.488Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-03T02:57:20.488Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-03T02:57:20.488Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-03T02:57:20.488Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-03T02:57:20.488Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-03T02:57:20.488Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-03T02:57:20.488Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-03T02:57:20.488Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:20.488Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:57:20.488Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-03T02:57:20.489Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-03T02:57:20.489Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:57:20.489Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:20.489Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:57:20.489Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-03T02:57:20.489Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-03T02:57:20.489Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T02:57:20.489Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:20.489Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:57:20.490Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:20.490Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-03T02:57:20.490Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-03T02:57:20.490Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-03T02:57:20.490Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-03T02:57:20.490Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:20.490Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-03T02:57:20.490Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:20.490Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-03T02:57:20.490Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:57:20.491Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:20.491Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-03T02:57:20.491Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:57:20.491Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:20.491Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-03T02:57:20.491Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:57:20.491Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:20.491Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-03T02:57:20.492Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-03T02:57:20.492Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1e639bfd-d27e-4c74-a954-50c5fc8989e8
2021-09-03T02:57:20.492Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:20.492Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:57:20.492Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:20.492Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:57:20.492Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:20.492Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:57:20.492Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:20.492Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:57:20.492Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:c0ba9fb8-13f3-49e8-94fd-82a25d783986
Model Version:NULL
Model InvariantUuid:61c5eac6-d8b7-40cf-9af6-86b082f18579
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:3a9bee2d-8977-4749-9e57-b104db74dce7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9aad0458-362a-4071-a30f-ac30aef5ecd0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:708b6b42-c44d-48ff-884b-485d19d40b46
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ba1c4c7e-53bb-4e14-9567-0abb87f0c293
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:41d10808-f743-457f-8ea5-629614c2d738
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1e639bfd-d27e-4c74-a954-50c5fc8989e8
ModelInvariantUuid:c10d4438-9767-49ef-ba19-a98237d73ec0
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:783dc6d4-f6e9-4f7c-9b19-7538af4a5bdb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:2d706110-8b64-47dc-b57a-d0cd40a49cc9
ModelInvariantUuid:681df0ee-569a-43a5-ab63-913756faca17
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:95a5b4c7-0e78-4fcf-8464-0b1faf182622
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-09-03T02:57:20.497Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 910bfdde-ac2c-4402-b704-a52cf0a72b57
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-09-03T02:57:20.498Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||basic_cnf 0
2021-09-03T02:57:20.498Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 910bfdde-ac2c-4402-b704-a52cf0a72b57
2021-09-03T02:57:20.498Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1f38a27c-5a43-4dda-9352-2aba05ebfb9e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-03T02:57:20.498Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-03T02:57:20.499Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-03T02:57:22.464Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-03T02:57:22.464Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1f38a27c-5a43-4dda-9352-2aba05ebfb9e 12
2021-09-03T02:57:22.465Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-03T02:57:22.465Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-03T02:57:22.465Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:57:22.465Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:22.466Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:22.466Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637842465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:57:22.567Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:22.567Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:22.567Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:22.576Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:22.577Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:57:23.467Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2133fd55-a37b-48f9-bd17-89c0259de583 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-03T02:57:23.468Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-03T02:57:23.468Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-03T02:57:25.672Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-03T02:57:25.672Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2133fd55-a37b-48f9-bd17-89c0259de583 2688
2021-09-03T02:57:25.672Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-03T02:57:25.672Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-03T02:57:25.672Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:57:25.673Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:25.674Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:25.674Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637845672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:57:25.775Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:25.775Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:25.775Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:25.782Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:25.783Z||pool-123-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:26.676Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0eb199ca-adc5-41f7-901b-a52dfcd1daad from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-03T02:57:26.676Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-03T02:57:26.676Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-03T02:57:27.220Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-03T02:57:27.221Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 0eb199ca-adc5-41f7-901b-a52dfcd1daad 828
2021-09-03T02:57:27.221Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-03T02:57:27.221Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-03T02:57:27.221Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:57:27.221Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:27.223Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:27.223Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637847221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:57:27.323Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:27.324Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:27.324Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:27.332Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:27.332Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:28.223Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ba1c4c7e-53bb-4e14-9567-0abb87f0c293",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "41d10808-f743-457f-8ea5-629614c2d738",
    "vfModuleModelCustomizationUUID": "c145f1a4-1afe-43e2-922a-f15a369ab636",
    "isBase": true,
    "artifacts": [
      "2133fd55-a37b-48f9-bd17-89c0259de583",
      "54e82910-8984-49a2-9024-8b101ed6cc7b",
      "7e138079-b30b-47b6-9b4e-16d9356cf586"
    ],
    "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-09-03T02:57:28.226Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:41d10808-f743-457f-8ea5-629614c2d738
VfModuleModelInvariantUUID:ba1c4c7e-53bb-4e14-9567-0abb87f0c293
VfModuleModelDescription:NULL
Artifacts UUID List:{
2133fd55-a37b-48f9-bd17-89c0259de583
,
54e82910-8984-49a2-9024-8b101ed6cc7b
,
7e138079-b30b-47b6-9b4e-16d9356cf586

}
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-09-03T02:57:28.228Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ba1c4c7e-53bb-4e14-9567-0abb87f0c293",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "41d10808-f743-457f-8ea5-629614c2d738",
    "vfModuleModelCustomizationUUID": "c145f1a4-1afe-43e2-922a-f15a369ab636",
    "isBase": true,
    "artifacts": [
      "2133fd55-a37b-48f9-bd17-89c0259de583",
      "54e82910-8984-49a2-9024-8b101ed6cc7b",
      "7e138079-b30b-47b6-9b4e-16d9356cf586"
    ],
    "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-09-03T02:57:28.228Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:41d10808-f743-457f-8ea5-629614c2d738
VfModuleModelInvariantUUID:ba1c4c7e-53bb-4e14-9567-0abb87f0c293
VfModuleModelDescription:NULL
Artifacts UUID List:{
2133fd55-a37b-48f9-bd17-89c0259de583
,
54e82910-8984-49a2-9024-8b101ed6cc7b
,
7e138079-b30b-47b6-9b4e-16d9356cf586

}
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-09-03T02:57:28.228Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 54e82910-8984-49a2-9024-8b101ed6cc7b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-03T02:57:28.228Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-03T02:57:28.228Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-03T02:57:28.357Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-03T02:57:28.358Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 54e82910-8984-49a2-9024-8b101ed6cc7b 1164
2021-09-03T02:57:28.358Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-03T02:57:28.358Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-03T02:57:28.358Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:57:28.358Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:28.360Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:28.360Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637848358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:57:28.460Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:28.461Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:28.461Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:28.467Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:28.468Z||pool-125-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:29.361Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7e138079-b30b-47b6-9b4e-16d9356cf586 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-03T02:57:29.362Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-03T02:57:29.362Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-03T02:57:29.624Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-03T02:57:29.624Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7e138079-b30b-47b6-9b4e-16d9356cf586 200
2021-09-03T02:57:29.625Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-03T02:57:29.625Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-03T02:57:29.625Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T02:57:29.625Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:29.627Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:29.627Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637849625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:57:29.727Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:29.728Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:29.728Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:29.736Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:29.736Z||pool-126-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:57:30.628Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c0ba9fb8-13f3-49e8-94fd-82a25d783986
2021-09-03T02:57:30.628Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 910bfdde-ac2c-4402-b704-a52cf0a72b57 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2021-09-03T02:57:30.636Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-03T02:57:30.639Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d684550, org.onap.sdc.toscaparser.api.parameters.Input@75cacf5e, org.onap.sdc.toscaparser.api.parameters.Input@54a6f76c, org.onap.sdc.toscaparser.api.parameters.Input@26132efd, org.onap.sdc.toscaparser.api.parameters.Input@798ebdaa]
2021-09-03T02:57:30.640Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:30.641Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:57:30.641Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-09-03T02:57:30.641Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 708b6b42-c44d-48ff-884b-485d19d40b46
2021-09-03T02:57:30.641Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 708b6b42-c44d-48ff-884b-485d19d40b46 matches Tosca VF Customization UUID: 708b6b42-c44d-48ff-884b-485d19d40b46
2021-09-03T02:57:30.641Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 708b6b42-c44d-48ff-884b-485d19d40b46  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-09-03T02:57:30.642Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:30.642Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:57:30.643Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 708b6b42-c44d-48ff-884b-485d19d40b46: {\"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-09-03T02:57:30.643Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6381955
2021-09-03T02:57:30.643Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:30.643Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-03T02:57:30.643Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c145f1a4-1afe-43e2-922a-f15a369ab636
2021-09-03T02:57:30.644Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c145f1a4-1afe-43e2-922a-f15a369ab636
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-09-03T02:57:30.645Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:30.645Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-03T02:57:30.645Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:57:30.645Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:30.646Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-03T02:57:30.646Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:57:30.646Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:30.646Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-03T02:57:30.646Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-03T02:57:30.646Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1e639bfd-d27e-4c74-a954-50c5fc8989e8
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-09-03T02:57:30.647Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:30.647Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-03T02:57:30.648Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-03T02:57:30.648Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:30.648Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-03T02:57:30.648Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=708b6b42-c44d-48ff-884b-485d19d40b46
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-09-03T02:57:30.649Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:30.649Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:57:30.650Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c0ba9fb8-13f3-49e8-94fd-82a25d783986: basic_cnf
2021-09-03T02:57:30.650Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:30.650Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:57:30.650Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:30.651Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:57:30.651Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:30.651Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:57:30.651Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:30.651Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:57:30.652Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T02:57:30.652Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T02:57:30.652Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:57:30.685Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 910bfdde-ac2c-4402-b704-a52cf0a72b57 1 ASDC deployResourceStructure
2021-09-03T02:57:30.686Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-03T02:57:30.686Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-09-03T02:57:30.686Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-03T02:57:30.687Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:30.688Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:30.689Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637850686,
  "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-09-03T02:57:30.789Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:30.790Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:30.790Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:30.799Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:30.799Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:31.689Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-03T02:57:31.690Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-09-03T02:57:31.690Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-03T02:57:31.690Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:31.692Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:31.692Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637851689,
  "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-09-03T02:57:31.792Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:31.793Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:31.793Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:31.803Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:31.803Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:32.692Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-03T02:57:32.693Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-03T02:57:32.693Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:57:32.693Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:32.695Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:32.695Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637852692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:57:32.795Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:32.796Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:32.796Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:32.805Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:32.805Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-03T02:57:33.697Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-03T02:57:33.697Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-03T02:57:33.697Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:57:33.697Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:33.699Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:33.699Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637853696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-03T02:57:33.799Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:33.800Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:33.800Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:33.809Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:33.809Z||pool-130-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:34.700Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-03T02:57:34.700Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-03T02:57:34.700Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:57:34.701Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:34.702Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:34.702Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637854700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-03T02:57:34.803Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-03T02:57:34.803Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:34.804Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:34.812Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:34.812Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:35.703Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-03T02:57:35.703Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-03T02:57:35.703Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T02:57:35.704Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T02:57:35.705Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T02:57:35.705Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637855703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:57:35.805Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T02:57:35.806Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T02:57:35.806Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T02:57:35.814Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:57:35.815Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T02:57:36.706Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e1e6f13-2a94-4739-a0de-8ca1c0f24669
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:57:36.714Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e1e6f13-2a94-4739-a0de-8ca1c0f24669
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-09-03T02:57:36.716Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:57:36.716Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:57:36.716Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:58:06.716Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e1e6f13-2a94-4739-a0de-8ca1c0f24669
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:58:06.725Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e1e6f13-2a94-4739-a0de-8ca1c0f24669
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-09-03T02:58:06.726Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:58:06.726Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:58:06.726Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:58:07.624Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:58:07.625Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|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-09-03T02:58:07.625Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:58:07.647Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:58:07.647Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:58:07.647Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "cds",
  "timestamp": 1630637826105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:58:07.648Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:58:36.726Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e1e6f13-2a94-4739-a0de-8ca1c0f24669
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:58:36.734Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e1e6f13-2a94-4739-a0de-8ca1c0f24669
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-09-03T02:58:36.736Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:58:36.736Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:58:36.736Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:59:06.736Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e1e6f13-2a94-4739-a0de-8ca1c0f24669
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:59:06.746Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e1e6f13-2a94-4739-a0de-8ca1c0f24669
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-09-03T02:59:06.748Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:59:06.748Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-03T02:59:06.748Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-03T02:59:07.624Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T02:59:07.625Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|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-09-03T02:59:07.625Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|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 G2tDZs0RVG7slvRF) ...
2021-09-03T02:59:08.148Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T02:59:08.150Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.150Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "dcae-sch",
  "timestamp": 1630637827548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.150Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.150Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.150Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.150Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.150Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.151Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637825453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.151Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.151Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.151Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "cds",
  "timestamp": 1630637826105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.151Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.151Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.151Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637828378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.151Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.151Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.151Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "dcae-sch",
  "timestamp": 1630637827548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.151Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.151Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.151Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.151Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.151Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.152Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637825453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.152Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.152Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.152Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "cds",
  "timestamp": 1630637826105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.152Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.152Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.152Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637828378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.152Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.152Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.152Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "dcae-sch",
  "timestamp": 1630637827548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.152Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.152Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.152Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.152Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.152Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.152Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637825453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.153Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.153Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.153Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "cds",
  "timestamp": 1630637826105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.153Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.153Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.153Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637828378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.153Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.153Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.153Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "dcae-sch",
  "timestamp": 1630637827548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.153Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.153Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.153Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.153Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.153Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637825453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "cds",
  "timestamp": 1630637826105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637828378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "dcae-sch",
  "timestamp": 1630637827548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637825453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.154Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "cds",
  "timestamp": 1630637826105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637831931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "aai-ml",
  "timestamp": 1630637832331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637828378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "dcae-sch",
  "timestamp": 1630637827548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.155Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637825453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "cds",
  "timestamp": 1630637826105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637831931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "aai-ml",
  "timestamp": 1630637832331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637828378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.156Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "dcae-sch",
  "timestamp": 1630637827548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637825453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "cds",
  "timestamp": 1630637826105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637831931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "policy-id",
  "timestamp": 1630637834165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.157Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.158Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.158Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "aai-ml",
  "timestamp": 1630637832331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.158Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.158Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.158Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637828378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.158Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.158Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.158Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "dcae-sch",
  "timestamp": 1630637827548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.158Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.158Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.158Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.158Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.158Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.158Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637825453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.158Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.158Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.160Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "cds",
  "timestamp": 1630637826105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.160Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.160Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.161Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637831931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.161Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.161Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.161Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "policy-id",
  "timestamp": 1630637834165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.161Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.161Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.161Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "aai-ml",
  "timestamp": 1630637832331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.161Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.161Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.161Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637828378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.161Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.161Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.161Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "dcae-sch",
  "timestamp": 1630637827548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.161Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.161Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.162Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637827623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.162Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.162Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.162Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637831931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.162Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.162Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.162Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "policy-id",
  "timestamp": 1630637834165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.162Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.162Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.162Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "aai-ml",
  "timestamp": 1630637832331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.162Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.162Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.162Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637828378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.162Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.162Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.163Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "cds",
  "timestamp": 1630637837173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:59:08.163Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.163Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.163Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637831931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.163Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.163Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.163Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "policy-id",
  "timestamp": 1630637834165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.163Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.163Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.163Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "aai-ml",
  "timestamp": 1630637832331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.163Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.163Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.163Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "cds",
  "timestamp": 1630637838179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-03T02:59:08.169Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e1e6f13-2a94-4739-a0de-8ca1c0f24669
2021-09-03T02:59:08.169Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e1e6f13-2a94-4739-a0de-8ca1c0f24669 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T02:59:08.177Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.177Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637831931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.179Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.179Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.180Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637838572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:59:08.180Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.180Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.180Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "policy-id",
  "timestamp": 1630637834165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.180Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.180Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.180Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "aai-ml",
  "timestamp": 1630637832331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.180Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.180Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.180Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637831931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.181Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.181Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.181Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "policy-id",
  "timestamp": 1630637834165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.181Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.181Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.181Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "aai-ml",
  "timestamp": 1630637832331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.181Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.181Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.181Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637840319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:59:08.181Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.182Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.182Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637831931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.182Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.182Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.182Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "policy-id",
  "timestamp": 1630637834165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.182Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.182Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.182Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "aai-ml",
  "timestamp": 1630637832331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.182Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.182Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.182Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "policy-id",
  "timestamp": 1630637834165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.183Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.183Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.183Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637842465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:59:08.183Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.183Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.183Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637842576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:59:08.183Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.183Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.183Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637842775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:59:08.183Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.183Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.184Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "policy-id",
  "timestamp": 1630637834165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.184Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.184Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.184Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "aai-ml",
  "timestamp": 1630637842880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:59:08.184Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.184Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.184Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637844692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:59:08.184Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.184Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.184Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637845672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:59:08.184Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.185Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.185Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637845695,
  "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-09-03T02:59:08.188Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e1e6f13-2a94-4739-a0de-8ca1c0f24669
2021-09-03T02:59:08.188Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e1e6f13-2a94-4739-a0de-8ca1c0f24669 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-09-03T02:59:08.194Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.194Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637845923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:59:08.194Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.194Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.194Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "policy-id",
  "timestamp": 1630637845921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:59:08.194Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.194Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.194Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "policy-id",
  "timestamp": 1630637846924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:59:08.195Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.195Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.195Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637847221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:59:08.195Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.195Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.195Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637847242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:59:08.195Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.195Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.195Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "policy-id",
  "timestamp": 1630637847926,
  "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-09-03T02:59:08.198Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e1e6f13-2a94-4739-a0de-8ca1c0f24669
2021-09-03T02:59:08.198Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e1e6f13-2a94-4739-a0de-8ca1c0f24669 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-09-03T02:59:08.203Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.203Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "aai-ml",
  "timestamp": 1630637848009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:59:08.203Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.203Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.203Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "clamp",
  "timestamp": 1630637847387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.204Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.204Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.204Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637848358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:59:08.204Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.204Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.204Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637848369,
  "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-09-03T02:59:08.207Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e1e6f13-2a94-4739-a0de-8ca1c0f24669
2021-09-03T02:59:08.207Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e1e6f13-2a94-4739-a0de-8ca1c0f24669 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-09-03T02:59:08.211Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.211Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "aai-ml",
  "timestamp": 1630637849012,
  "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-09-03T02:59:08.214Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e1e6f13-2a94-4739-a0de-8ca1c0f24669
2021-09-03T02:59:08.214Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e1e6f13-2a94-4739-a0de-8ca1c0f24669 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-09-03T02:59:08.219Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.219Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "clamp",
  "timestamp": 1630637847387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.219Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.219Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.219Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637849372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:59:08.220Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.220Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.220Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637849625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:59:08.220Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.220Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.220Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "clamp",
  "timestamp": 1630637847387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.220Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.220Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.220Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637850686,
  "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-09-03T02:59:08.220Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.220Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.220Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "clamp",
  "timestamp": 1630637847387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.220Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.220Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.220Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637851689,
  "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-09-03T02:59:08.220Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "clamp",
  "timestamp": 1630637847387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637852692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "clamp",
  "timestamp": 1630637847387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637853696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "clamp",
  "timestamp": 1630637847387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637854700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.221Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "clamp",
  "timestamp": 1630637847387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T02:59:08.222Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.222Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.222Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630637855703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:59:08.222Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.222Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.222Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "clamp",
  "timestamp": 1630637847387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T02:59:08.222Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T02:59:08.222Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.222Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "clamp",
  "timestamp": 1630637867030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T02:59:08.222Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.222Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.222Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "clamp",
  "timestamp": 1630637868044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T02:59:08.222Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T02:59:08.222Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T02:59:08.222Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "clamp",
  "timestamp": 1630637869046,
  "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-09-03T02:59:08.226Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e1e6f13-2a94-4739-a0de-8ca1c0f24669
2021-09-03T02:59:08.226Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e1e6f13-2a94-4739-a0de-8ca1c0f24669 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-09-03T02:59:36.748Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e1e6f13-2a94-4739-a0de-8ca1c0f24669
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T02:59:36.756Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e1e6f13-2a94-4739-a0de-8ca1c0f24669
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-09-03T02:59:36.758Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T02:59:36.758Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-03T02:59:36.758Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-03T02:59:36.758Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-03T02:59:36.758Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:59:36.759Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:59:36.759Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:59:36.759Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:59:36.759Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:59:36.759Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T02:59:36.759Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-03T02:59:36.762Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-03T03:00:06.762Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e1e6f13-2a94-4739-a0de-8ca1c0f24669 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-09-03T03:00:06.767Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e1e6f13-2a94-4739-a0de-8ca1c0f24669 and serviceModelVersionId: c0ba9fb8-13f3-49e8-94fd-82a25d783986
2021-09-03T03:00:06.767Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 61c5eac6-d8b7-40cf-9af6-86b082f18579
2021-09-03T03:00:06.767Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/61c5eac6-d8b7-40cf-9af6-86b082f18579/model-vers/model-ver/c0ba9fb8-13f3-49e8-94fd-82a25d783986?depth=0
2021-09-03T03:00:06.771Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-03T03:00:06.798Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/61c5eac6-d8b7-40cf-9af6-86b082f18579/model-vers/model-ver/c0ba9fb8-13f3-49e8-94fd-82a25d783986?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-09-03T03:00:06.798Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/61c5eac6-d8b7-40cf-9af6-86b082f18579/model-vers/model-ver/c0ba9fb8-13f3-49e8-94fd-82a25d783986?depth=0|INFO|500||Invoke
2021-09-03T03:00:06.812Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/61c5eac6-d8b7-40cf-9af6-86b082f18579/model-vers/model-ver/c0ba9fb8-13f3-49e8-94fd-82a25d783986?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-03T03:00:07.022Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/61c5eac6-d8b7-40cf-9af6-86b082f18579/model-vers/model-ver/c0ba9fb8-13f3-49e8-94fd-82a25d783986?depth=0|INFO|500||InvokeReturn
2021-09-03T03:00:07.023Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/61c5eac6-d8b7-40cf-9af6-86b082f18579/model-vers/model-ver/c0ba9fb8-13f3-49e8-94fd-82a25d783986?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210903-03:00:06:819-26752], vertex-id=[278688], Content-Length=[0], Date=[Fri, 03 Sep 2021 03:00:06 GMT], Content-Type=[application/json]}
2021-09-03T03:00:07.023Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-09-03T03:00:07.023Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-03T03:00:07.023Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-03T03:00:07.026Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-03T03:00:07.026Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e1e6f13-2a94-4739-a0de-8ca1c0f24669 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-03T03:00:07.027Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-03T03:00:07.027Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T03:00:07.028Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T03:00:07.028Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638007027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T03:00:07.129Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T03:00:07.129Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T03:00:07.129Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:00:07.140Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:00:07.140Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-03T03:00:07.624Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:00:07.625Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|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-09-03T03:00:07.625Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|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 G2tDZs0RVG7slvRF) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T03:00:08.037Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:00:08.037Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|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-09-03T03:00:08.038Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:00:08.248Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:00:08.249Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.249Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "dcae-sch",
  "timestamp": 1630637967548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.250Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.250Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.250Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "clamp",
  "timestamp": 1630637967387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.250Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.250Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.250Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637968378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.250Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.250Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.250Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "policy-id",
  "timestamp": 1630637974165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.250Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.250Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.250Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "dcae-sch",
  "timestamp": 1630637967548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.250Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.250Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.250Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637968378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "clamp",
  "timestamp": 1630637967387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "policy-id",
  "timestamp": 1630637974165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "cds",
  "timestamp": 1630637976105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "dcae-sch",
  "timestamp": 1630637967548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "clamp",
  "timestamp": 1630637967387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.251Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637968378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "policy-id",
  "timestamp": 1630637974165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "cds",
  "timestamp": 1630637976105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "dcae-sch",
  "timestamp": 1630637967548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637968378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "clamp",
  "timestamp": 1630637967387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.252Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "policy-id",
  "timestamp": 1630637974165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "cds",
  "timestamp": 1630637976105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "dcae-sch",
  "timestamp": 1630637967548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637968378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "clamp",
  "timestamp": 1630637967387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "policy-id",
  "timestamp": 1630637974165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.253Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "cds",
  "timestamp": 1630637976105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "dcae-sch",
  "timestamp": 1630637967548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637968378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "clamp",
  "timestamp": 1630637967387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "policy-id",
  "timestamp": 1630637974165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "cds",
  "timestamp": 1630637976105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.254Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "dcae-sch",
  "timestamp": 1630637967548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637968378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "policy-id",
  "timestamp": 1630637974165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "clamp",
  "timestamp": 1630637967387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "cds",
  "timestamp": 1630637976105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637981931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.255Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "dcae-sch",
  "timestamp": 1630637967548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630637968378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "policy-id",
  "timestamp": 1630637974165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "clamp",
  "timestamp": 1630637967387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "cds",
  "timestamp": 1630637976105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "aai-ml",
  "timestamp": 1630637982331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.256Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637981931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "cds",
  "timestamp": 1630637976105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "aai-ml",
  "timestamp": 1630637982331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637981931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "policy-id",
  "timestamp": 1630637984928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "aai-ml",
  "timestamp": 1630637982331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637981931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.257Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "cds",
  "timestamp": 1630637985880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "policy-id",
  "timestamp": 1630637985931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "aai-ml",
  "timestamp": 1630637982331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637985453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637981931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.258Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "cds",
  "timestamp": 1630637986885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T03:00:08.268Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7292e457-ba76-4eb2-8471-6361471d044b
2021-09-03T03:00:08.268Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7292e457-ba76-4eb2-8471-6361471d044b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-03T03:00:08.273Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.273Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "policy-id",
  "timestamp": 1630637986933,
  "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-09-03T03:00:08.276Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7292e457-ba76-4eb2-8471-6361471d044b
2021-09-03T03:00:08.276Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7292e457-ba76-4eb2-8471-6361471d044b 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-09-03T03:00:08.281Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.282Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "aai-ml",
  "timestamp": 1630637982331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.282Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.282Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.282Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637985453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.282Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.282Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.282Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637981931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.282Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.282Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.282Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "aai-ml",
  "timestamp": 1630637982331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.282Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.282Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.282Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637985453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.282Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.282Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.283Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637981931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.283Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.283Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.283Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "aai-ml",
  "timestamp": 1630637982331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.283Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.283Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.283Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637985453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.283Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.283Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.283Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637981931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T03:00:08.283Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.283Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.283Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "aai-ml",
  "timestamp": 1630637982331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T03:00:08.283Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637985453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637990707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637985453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "aai-ml",
  "timestamp": 1630637991102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637985453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.284Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637992332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T03:00:08.285Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T03:00:08.285Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.285Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637985453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:08.285Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:00:08.285Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.285Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630637993336,
  "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-09-03T03:00:08.288Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7292e457-ba76-4eb2-8471-6361471d044b
2021-09-03T03:00:08.288Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7292e457-ba76-4eb2-8471-6361471d044b 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-09-03T03:00:08.293Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.293Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637994476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-03T03:00:08.293Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T03:00:08.293Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.293Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "clamp",
  "timestamp": 1630637994678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T03:00:08.294Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T03:00:08.294Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.294Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "aai-ml",
  "timestamp": 1630637994768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T03:00:08.294Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T03:00:08.294Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.294Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637995496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-03T03:00:08.294Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T03:00:08.294Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.294Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "aai-ml",
  "timestamp": 1630637995770,
  "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-09-03T03:00:08.297Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7292e457-ba76-4eb2-8471-6361471d044b
2021-09-03T03:00:08.297Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7292e457-ba76-4eb2-8471-6361471d044b 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-09-03T03:00:08.302Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.302Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630637996498,
  "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-09-03T03:00:08.305Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7292e457-ba76-4eb2-8471-6361471d044b
2021-09-03T03:00:08.305Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7292e457-ba76-4eb2-8471-6361471d044b 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-09-03T03:00:08.310Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.310Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "clamp",
  "timestamp": 1630637997679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T03:00:08.310Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T03:00:08.310Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.310Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "clamp",
  "timestamp": 1630637998682,
  "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-09-03T03:00:08.313Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7292e457-ba76-4eb2-8471-6361471d044b
2021-09-03T03:00:08.313Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7292e457-ba76-4eb2-8471-6361471d044b 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-09-03T03:00:08.319Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-03T03:00:08.319Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e1e6f13-2a94-4739-a0de-8ca1c0f24669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638007027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T03:00:08.319Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T03:00:12.309Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:00:12.309Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-03T03:00:12.309Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"7292e457-ba76-4eb2-8471-6361471d044b","serviceName":"Demo_pNF_qQD40VYwgyUbsEs3fApW","serviceVersion":"1.0","serviceUUID":"6eab478e-9aa1-463b-9de1-7304af30490b","serviceDescription":"catalog service description","serviceInvariantUUID":"e37d176b-60fb-4011-b4c7-3faeb7e83a85","resources":[{"resourceInstanceName":"pNF 9d0b114b-9a44 0","resourceName":"pNF 9d0b114b-9a44","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e768d817-7b98-4d37-b225-388e595f8160","resourceInvariantUUID":"bdfecf9a-b81e-48f4-aefb-b66163a1e7e0","resourceCustomizationUUID":"a21d17c7-0735-476e-a48a-20decd7147e4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vf-license-model.xml","artifactChecksum":"NTZhOGFhYjdiODQ0MjBhNTY1YmI0NjI5ZTM2ODBjMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"26004ac6-b9c8-4cfa-85f8-691b45c7418f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/pNF.csar","artifactChecksum":"NjJiZDQ5MjcxMGEyNGY4MTZjZDM1MjhjN2Y2MTRlOWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6e78a479-850f-4902-8af6-9a70bc7a5b24","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"06c4147b-ec45-4854-aa79-784332eb71df","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vendor-license-model.xml","artifactChecksum":"MWZiOWRjYzMzMDEyYWZiZDg3Njk3NmNjN2I0Mzg3YTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3ee4127-0a03-4bdb-941a-8453a57bc0b8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ffd2806d-bc30-4b0e-b4b5-895593e73028","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9eddfaed-1023-4f13-b730-e2d1a5f6ff15","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQqd40vywgyubses3fapw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-template.yml","artifactChecksum":"MDZmOGFlOGM0NmIzMTM4ZjljZjVlODgzOTcxNDFhOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"108ce984-7254-41b6-9278-a6d91150304a","artifactVersion":"1"},{"artifactName":"service-DemoPnfQqd40vywgyubses3fapw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar","artifactChecksum":"MmQ1NWE5OTJlYzEzMmVjNjYxOWViZDA0YTIwZTdkOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8703142-d778-40d2-936c-a56fcc740362","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-03T03:00:12.311Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T03:00:12.311Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T03:00:12.313Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T03:00:12.313Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638008037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:12.413Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-03T03:00:12.413Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T03:00:12.413Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:00:12.421Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:00:12.422Z||pool-134-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T03:00:13.314Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T03:00:13.316Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T03:00:13.317Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T03:00:13.317Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638008037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:13.418Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T03:00:13.418Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T03:00:13.418Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:00:13.427Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:00:13.427Z||pool-135-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T03:00:14.318Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T03:00:14.319Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T03:00:14.320Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T03:00:14.320Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638008037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:14.421Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T03:00:14.421Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T03:00:14.421Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:00:14.427Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:00:14.428Z||pool-136-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-03T03:00:15.321Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T03:00:15.321Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T03:00:15.323Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T03:00:15.323Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638008037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:15.423Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T03:00:15.424Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T03:00:15.424Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:00:15.432Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:00:15.432Z||pool-137-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-03T03:00:16.323Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T03:00:16.324Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T03:00:16.325Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T03:00:16.326Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638008037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:16.426Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T03:00:16.427Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T03:00:16.427Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:00:16.435Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:00:16.436Z||pool-138-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T03:00:17.326Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T03:00:17.327Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T03:00:17.328Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T03:00:17.328Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638008037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:17.428Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T03:00:17.429Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T03:00:17.429Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:00:17.437Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:00:17.437Z||pool-139-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-03T03:00:18.329Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T03:00:18.329Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T03:00:18.331Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T03:00:18.331Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638008037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:00:18.431Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T03:00:18.432Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T03:00:18.432Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:00:18.441Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:00:18.441Z||pool-140-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T03:00:19.331Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-03T03:00:19.332Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T03:00:19.333Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T03:00:19.334Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638008037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T03:00:19.434Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T03:00:19.434Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T03:00:19.434Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:00:19.442Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:00:19.442Z||pool-141-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-03T03:00:20.335Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "serviceName": "Demo_pNF_qQD40VYwgyUbsEs3fApW",
  "serviceVersion": "1.0",
  "serviceUUID": "6eab478e-9aa1-463b-9de1-7304af30490b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e37d176b-60fb-4011-b4c7-3faeb7e83a85",
  "resources": [
    {
      "resourceInstanceName": "pNF 9d0b114b-9a44 0",
      "resourceCustomizationUUID": "a21d17c7-0735-476e-a48a-20decd7147e4",
      "resourceName": "pNF 9d0b114b-9a44",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e768d817-7b98-4d37-b225-388e595f8160",
      "resourceInvariantUUID": "bdfecf9a-b81e-48f4-aefb-b66163a1e7e0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
      "artifactChecksum": "MmQ1NWE5OTJlYzEzMmVjNjYxOWViZDA0YTIwZTdkOTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e8703142-d778-40d2-936c-a56fcc740362"
    }
  ],
  "workloadContext": "Production"
}
2021-09-03T03:00:20.335Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-03T03:00:20.335Z|5e1e6f13-2a94-4739-a0de-8ca1c0f24669|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6eab478e-9aa1-463b-9de1-7304af30490b ASDC
2021-09-03T03:00:20.335Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:7292e457-ba76-4eb2-8471-6361471d044b
ServiceName:Demo_pNF_qQD40VYwgyUbsEs3fApW
ServiceVersion:1.0
ServiceUUID:6eab478e-9aa1-463b-9de1-7304af30490b
ServiceInvariantUUID:e37d176b-60fb-4011-b4c7-3faeb7e83a85
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQqd40vywgyubses3fapw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar
ArtifactUUID:e8703142-d778-40d2-936c-a56fcc740362
ArtifactChecksum:MmQ1NWE5OTJlYzEzMmVjNjYxOWViZDA0YTIwZTdkOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9d0b114b-9a44 0
ResourceCustomizationUUID:a21d17c7-0735-476e-a48a-20decd7147e4
ResourceInvariantUUID:bdfecf9a-b81e-48f4-aefb-b66163a1e7e0
ResourceName:pNF 9d0b114b-9a44
ResourceType:PNF
ResourceUUID:e768d817-7b98-4d37-b225-388e595f8160
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-03T03:00:20.335Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6eab478e-9aa1-463b-9de1-7304af30490b 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-09-03T03:00:20.354Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T03:00:20.354Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-03T03:00:20.354Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-03T03:00:20.354Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e8703142-d778-40d2-936c-a56fcc740362 from URL: /sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar
2021-09-03T03:00:20.355Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-03T03:00:20.355Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar
2021-09-03T03:00:21.628Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-03T03:00:21.631Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar e8703142-d778-40d2-936c-a56fcc740362 82535
2021-09-03T03:00:21.631Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar ASDC sendASDCNotification
2021-09-03T03:00:21.632Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar
2021-09-03T03:00:21.632Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-03T03:00:21.632Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T03:00:21.633Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T03:00:21.633Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638021631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T03:00:21.733Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T03:00:21.734Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T03:00:21.735Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:00:21.743Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:00:21.744Z||pool-142-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-03T03:00:22.634Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-03T03:00:22.635Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-03T03:00:22.635Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e8703142-d778-40d2-936c-a56fcc740362, URL: /sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar to file: /app/ASDC/1/service-DemoPnfQqd40vywgyubses3fapw-csar.csar
2021-09-03T03:00:22.635Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQqd40vywgyubses3fapw-csar.csar
2021-09-03T03:00:22.635Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQqd40vywgyubses3fapw-csar.csar
2021-09-03T03:00:22.635Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQqd40vywgyubses3fapw-csar.csar
2021-09-03T03:00:22.984Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13290663080778562559/Definitions/service-DemoPnfQqd40vywgyubses3fapw-template.yml
2021-09-03T03:00:23.519Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-03T03:00:23.519Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-03T03:00:23.519Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQqd40vywgyubses3fapw-csar.csar
2021-09-03T03:00:23.519Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-03T03:00:23.519Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQqd40vywgyubses3fapw-csar.csar
2021-09-03T03:00:23.519Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQqd40vywgyubses3fapw-csar.csar
2021-09-03T03:00:23.519Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQqd40vywgyubses3fapw-csar.csar
2021-09-03T03:00:23.519Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQqd40vywgyubses3fapw-csar.csar
2021-09-03T03:00:23.520Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9d0b114b-9a44 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-DemoPnfQqd40vywgyubses3fapw-csar.csar
2021-09-03T03:00:23.520Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQqd40vywgyubses3fapw-csar.csar
2021-09-03T03:00:23.520Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQqd40vywgyubses3fapw-csar.csar
2021-09-03T03:00:23.520Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-03T03:00:23.520Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T03:00:23.520Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qQD40VYwgyUbsEs3fApW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T03:00:23.520Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Node template pNF 9d0b114b-9a44 0 is matching search criteria
2021-09-03T03:00:23.520Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-03T03:00:23.520Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 9d0b114b-9a44 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T03:00:23.520Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T03:00:23.520Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qQD40VYwgyUbsEs3fApW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T03:00:23.521Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Node template pNF 9d0b114b-9a44 0 is matching search criteria
2021-09-03T03:00:23.521Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-03T03:00:23.521Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 9d0b114b-9a44 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-03T03:00:23.521Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T03:00:23.521Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qQD40VYwgyUbsEs3fApW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T03:00:23.521Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T03:00:23.521Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qQD40VYwgyUbsEs3fApW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T03:00:23.521Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T03:00:23.521Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qQD40VYwgyUbsEs3fApW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T03:00:23.521Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T03:00:23.522Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qQD40VYwgyUbsEs3fApW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T03:00:23.522Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T03:00:23.522Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qQD40VYwgyUbsEs3fApW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T03:00:23.522Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_qQD40VYwgyUbsEs3fApW
Description:catalog service description
Model UUID:6eab478e-9aa1-463b-9de1-7304af30490b
Model Version:NULL
Model InvariantUuid:e37d176b-60fb-4011-b4c7-3faeb7e83a85
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-09-03T03:00:23.524Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: e768d817-7b98-4d37-b225-388e595f8160
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-09-03T03:00:23.525Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||pNF 9d0b114b-9a44 0
2021-09-03T03:00:23.526Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e768d817-7b98-4d37-b225-388e595f8160
2021-09-03T03:00:23.526Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 6eab478e-9aa1-463b-9de1-7304af30490b
2021-09-03T03:00:23.526Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6eab478e-9aa1-463b-9de1-7304af30490b
2021-09-03T03:00:23.526Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9d0b114b-9a44 0 e768d817-7b98-4d37-b225-388e595f8160 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-09-03T03:00:23.528Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@314ffb02, org.onap.sdc.toscaparser.api.parameters.Input@84e9614, org.onap.sdc.toscaparser.api.parameters.Input@6af3e3ae, org.onap.sdc.toscaparser.api.parameters.Input@2381a54b, org.onap.sdc.toscaparser.api.parameters.Input@6d58ddd2]
2021-09-03T03:00:23.528Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T03:00:23.528Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qQD40VYwgyUbsEs3fApW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T03:00:23.528Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6eab478e-9aa1-463b-9de1-7304af30490b: pNF 9d0b114b-9a44
2021-09-03T03:00:23.528Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||Processing PNF resource: e768d817-7b98-4d37-b225-388e595f8160
2021-09-03T03:00:23.528Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-03T03:00:23.528Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qQD40VYwgyUbsEs3fApW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-03T03:00:23.529Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||Resource customization UUID: a21d17c7-0735-476e-a48a-20decd7147e4 is the same as notified resource customizationUUID: a21d17c7-0735-476e-a48a-20decd7147e4
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-09-03T03:00:23.547Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9d0b114b-9a44 e768d817-7b98-4d37-b225-388e595f8160 0 ASDC deployResourceStructure
2021-09-03T03:00:23.548Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar ASDC sendASDCNotification
2021-09-03T03:00:23.548Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar
2021-09-03T03:00:23.548Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-03T03:00:23.548Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T03:00:23.550Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T03:00:23.551Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638023548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T03:00:23.651Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T03:00:23.652Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T03:00:23.652Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:00:23.662Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:00:23.663Z||pool-143-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-03T03:00:24.552Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7292e457-ba76-4eb2-8471-6361471d044b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-03T03:00:24.560Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7292e457-ba76-4eb2-8471-6361471d044b
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-09-03T03:00:24.562Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-03T03:00:24.562Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-03T03:00:24.562Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-03T03:00:24.562Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-03T03:00:24.562Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T03:00:24.562Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T03:00:24.562Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T03:00:24.562Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T03:00:24.563Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T03:00:24.563Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T03:00:24.563Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-03T03:00:24.563Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-03T03:00:24.569Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-03T03:00:54.569Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7292e457-ba76-4eb2-8471-6361471d044b 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-09-03T03:00:54.575Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7292e457-ba76-4eb2-8471-6361471d044b and serviceModelVersionId: 6eab478e-9aa1-463b-9de1-7304af30490b
2021-09-03T03:00:54.575Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e37d176b-60fb-4011-b4c7-3faeb7e83a85
2021-09-03T03:00:54.576Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e37d176b-60fb-4011-b4c7-3faeb7e83a85/model-vers/model-ver/6eab478e-9aa1-463b-9de1-7304af30490b?depth=0
2021-09-03T03:00:54.579Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-03T03:00:54.604Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e37d176b-60fb-4011-b4c7-3faeb7e83a85/model-vers/model-ver/6eab478e-9aa1-463b-9de1-7304af30490b?depth=0|INFO|500||Invoke
2021-09-03T03:00:54.604Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e37d176b-60fb-4011-b4c7-3faeb7e83a85/model-vers/model-ver/6eab478e-9aa1-463b-9de1-7304af30490b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e37d176b-60fb-4011-b4c7-3faeb7e83a85/model-vers/model-ver/6eab478e-9aa1-463b-9de1-7304af30490b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7292e457-ba76-4eb2-8471-6361471d044b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[503ab367-9461-4f20-8776-7457279ad3bc], X-ECOMP-RequestID=[7292e457-ba76-4eb2-8471-6361471d044b], X-TransactionId=[], X-ONAP-RequestID=[7292e457-ba76-4eb2-8471-6361471d044b], Content-Type=[application/merge-patch+json]}
2021-09-03T03:00:54.617Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e37d176b-60fb-4011-b4c7-3faeb7e83a85/model-vers/model-ver/6eab478e-9aa1-463b-9de1-7304af30490b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-03T03:00:54.784Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e37d176b-60fb-4011-b4c7-3faeb7e83a85/model-vers/model-ver/6eab478e-9aa1-463b-9de1-7304af30490b?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/e37d176b-60fb-4011-b4c7-3faeb7e83a85/model-vers/model-ver/6eab478e-9aa1-463b-9de1-7304af30490b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210903-03:00:54:622-73718], vertex-id=[258088], Content-Length=[0], Date=[Fri, 03 Sep 2021 03:00:54 GMT], Content-Type=[application/json]}
2021-09-03T03:00:54.784Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e37d176b-60fb-4011-b4c7-3faeb7e83a85/model-vers/model-ver/6eab478e-9aa1-463b-9de1-7304af30490b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-03T03:00:54.784Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e37d176b-60fb-4011-b4c7-3faeb7e83a85/model-vers/model-ver/6eab478e-9aa1-463b-9de1-7304af30490b?depth=0|INFO|500||InvokeReturn
2021-09-03T03:00:54.785Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-03T03:00:54.785Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-03T03:00:54.786Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-03T03:00:54.787Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7292e457-ba76-4eb2-8471-6361471d044b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-03T03:00:54.787Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-03T03:00:54.787Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-03T03:00:54.788Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-03T03:00:54.788Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638054787,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T03:00:54.888Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-03T03:00:54.889Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-03T03:00:54.889Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:00:54.899Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:00:54.899Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-03T03:00:55.798Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:00:55.799Z|7292e457-ba76-4eb2-8471-6361471d044b|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-09-03T03:00:55.799Z|7292e457-ba76-4eb2-8471-6361471d044b|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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:01:05.329Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:01:05.330Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:01:05.330Z|7292e457-ba76-4eb2-8471-6361471d044b|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-09-03T03:01:05.330Z|7292e457-ba76-4eb2-8471-6361471d044b|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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:01:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:01:07.625Z||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-09-03T03:01:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:01:08.248Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:01:08.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T03:01:08.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638008037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:01:08.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638008037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638008037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638008037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638008037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638008037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/resourceInstances/pnf9d0b114b9a440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T03:01:08.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638008037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-03T03:01:08.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:01:08.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T03:01:08.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638008037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-03T03:01:08.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-03T03:01:08.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T03:01:08.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638021631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-03T03:01:08.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T03:01:08.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T03:01:08.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638023548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqd40vywgyubses3fapw/1.0/artifacts/service-DemoPnfQqd40vywgyubses3fapw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-03T03:01:08.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T03:01:08.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-03T03:01:08.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7292e457-ba76-4eb2-8471-6361471d044b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630638054787,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-03T03:01:08.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-03T03:01:14.860Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:01:14.861Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:01:14.861Z|7292e457-ba76-4eb2-8471-6361471d044b|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-09-03T03:01:14.862Z|7292e457-ba76-4eb2-8471-6361471d044b|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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:01:24.396Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:02:07.623Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:02:07.623Z|7292e457-ba76-4eb2-8471-6361471d044b|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-09-03T03:02:07.623Z|7292e457-ba76-4eb2-8471-6361471d044b|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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:02:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:02:07.625Z||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-09-03T03:02:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:02:17.161Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:02:17.161Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:03:07.623Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:03:07.623Z|7292e457-ba76-4eb2-8471-6361471d044b|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-09-03T03:03:07.623Z|7292e457-ba76-4eb2-8471-6361471d044b|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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:03:07.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:03:07.625Z||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-09-03T03:03:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:03:17.167Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:03:17.168Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:04:07.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:04:07.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T03:04:07.624Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:04:07.625Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:04:07.625Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|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-09-03T03:04:07.625Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:04:17.160Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:04:17.163Z|3cb68fa0-a81a-4958-8189-4edc7869bb88|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:05:07.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:05:07.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T03:05:07.623Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:05:07.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:05:07.625Z||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-09-03T03:05:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:05:17.164Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:05:17.164Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:06:07.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:06:07.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T03:06:07.623Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:06:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:06:07.625Z||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-09-03T03:06:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:06:17.158Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:06:17.160Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:07:07.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:07:07.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T03:07:07.623Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:07:07.624Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:07:07.624Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T03:07:07.624Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:07:17.158Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:07:17.161Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:08:07.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:08:07.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T03:08:07.623Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:08:07.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:08:07.624Z||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-09-03T03:08:07.624Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:08:17.160Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:08:17.162Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:09:07.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:09:07.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T03:09:07.623Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:09:07.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:09:07.625Z||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-09-03T03:09:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:09:17.157Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:09:17.162Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:10:07.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:10:07.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T03:10:07.623Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:10:07.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:10:07.624Z||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-09-03T03:10:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:10:17.158Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:10:17.158Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:11:07.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:11:07.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:11:07.624Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T03:11:07.624Z||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-09-03T03:11:07.624Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:11:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:11:17.157Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:11:17.162Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:12:07.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:12:07.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T03:12:07.623Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:12:07.624Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:12:07.625Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T03:12:07.625Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:12:17.160Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:12:17.161Z|7292e457-ba76-4eb2-8471-6361471d044b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:13:07.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:13:07.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-03T03:13:07.623Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G2tDZs0RVG7slvRF) ...
2021-09-03T03:13:07.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-03T03:13:07.625Z||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-09-03T03:13:07.625Z||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 G2tDZs0RVG7slvRF) ...
2021-09-03T03:13:17.160Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-03T03:13:17.162Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK