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)

2022-08-16T03:29:15.914Z||main|||||INFO|500||The following profiles are active: basic
2022-08-16T03:29:38.647Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-16T03:29:38.648Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-16T03:29:38.857Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-16T03:29:46.100Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-16T03:29:47.003Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-16T03:29:48.074Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-16T03:29:48.108Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-16T03:29:48.292Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-16T03:29:48.675Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-16T03:29:49.476Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-16T03:29:52.691Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-16T03:29:56.845Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-16T03:29:56.953Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-16T03:29:57.806Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-16T03:29:58.286Z||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.
2022-08-16T03:30:00.438Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-16T03:30:02.097Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-08-16T03:30:02.132Z||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$$461afd56.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)
2022-08-16T03:30:02.133Z||main|||||WARN|500||The sdc end point is not alive
2022-08-16T03:30:08.278Z||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
2022-08-16T03:30:13.264Z||main|||||WARN|500||---
2022-08-16T03:30:13.265Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-16T03:30:13.265Z||main|||||WARN|500||---
2022-08-16T03:30:14.125Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-16T03:30:24.030Z||main|||||INFO|500||Started Application in 73.932 seconds (JVM running for 79.252)
2022-08-16T03:30:24.049Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-16T03:30:24.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-16T03:30:24.093Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-16T03:30:24.140Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-16T03:30:24.224Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2884036a-0804-4312-a3dd-55443d16dfb2 url= /sdc/v1/artifactTypes
2022-08-16T03:30:24.226Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-16T03:30:25.372Z||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.11.139] 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$$12c958a.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
2022-08-16T03:30:25.427Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5ccdb796
2022-08-16T03:30:25.428Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-16T03:30:25.464Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-16T03:30:25.472Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-16T03:30:25.482Z||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$$12c958a.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
2022-08-16T03:31:14.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-16T03:31:14.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-16T03:31:14.014Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-16T03:31:14.019Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-16T03:31:14.038Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 819206e8-055c-435d-8d65-44026f1ab549 url= /sdc/v1/artifactTypes
2022-08-16T03:31:14.039Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-16T03:31:15.099Z||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.11.139] 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$$12c958a.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
2022-08-16T03:31:15.101Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a820082
2022-08-16T03:31:15.102Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-16T03:31:15.103Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-16T03:31:15.103Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-16T03:31:15.104Z||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$$12c958a.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
2022-08-16T03:32:04.014Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-16T03:32:04.017Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-16T03:32:04.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-16T03:32:04.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-16T03:32:04.030Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4b9354a6-053e-4dc9-9df2-8ca78ecf0d5f url= /sdc/v1/artifactTypes
2022-08-16T03:32:04.031Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-16T03:32:05.081Z||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.11.139] 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$$12c958a.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
2022-08-16T03:32:05.084Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ed3cae
2022-08-16T03:32:05.086Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-16T03:32:05.087Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-16T03:32:05.088Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-16T03:32:05.088Z||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$$12c958a.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
2022-08-16T03:32:54.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-16T03:32:54.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-16T03:32:54.015Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-16T03:32:54.019Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-16T03:32:54.034Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a189c458-76c2-461e-80de-bdee0c85a2aa url= /sdc/v1/artifactTypes
2022-08-16T03:32:54.034Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-16T03:32:55.060Z||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.11.139] 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$$12c958a.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
2022-08-16T03:32:55.061Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42f91b3c
2022-08-16T03:32:55.062Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-16T03:32:55.062Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-16T03:32:55.062Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-16T03:32:55.064Z||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$$12c958a.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
2022-08-16T03:33:44.019Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-16T03:33:44.022Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-16T03:33:44.023Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-16T03:33:44.032Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-16T03:33:44.045Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 04b35d9f-c120-485d-9b50-bc21fd7ad708 url= /sdc/v1/artifactTypes
2022-08-16T03:33:44.046Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-16T03:33:45.086Z||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.11.139] 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$$12c958a.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
2022-08-16T03:33:45.087Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1807a553
2022-08-16T03:33:45.088Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-16T03:33:45.089Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-16T03:33:45.090Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-16T03:33:45.091Z||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$$12c958a.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
2022-08-16T03:34:34.015Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-16T03:34:34.017Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-16T03:34:34.019Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-16T03:34:34.026Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-16T03:34:34.039Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 81d1d839-ed19-4ddb-a724-1d92f2dfd136 url= /sdc/v1/artifactTypes
2022-08-16T03:34:34.040Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-16T03:34:35.093Z||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.11.139] 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$$12c958a.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
2022-08-16T03:34:35.094Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1fc694c4
2022-08-16T03:34:35.094Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-16T03:34:35.095Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-16T03:34:35.095Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-16T03:34:35.096Z||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$$12c958a.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
2022-08-16T03:35:24.014Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-16T03:35:24.015Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-16T03:35:24.017Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-16T03:35:24.023Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-16T03:35:24.051Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a5ee5d89-8e57-4c8a-b525-be296204003a url= /sdc/v1/artifactTypes
2022-08-16T03:35:24.052Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-16T03:35:25.111Z||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.11.139] 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$$12c958a.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
2022-08-16T03:35:25.112Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ff1010b
2022-08-16T03:35:25.113Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-16T03:35:25.115Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-16T03:35:25.116Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-16T03:35:25.117Z||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$$12c958a.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
2022-08-16T03:36:14.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-16T03:36:14.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-16T03:36:14.015Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-16T03:36:14.026Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-16T03:36:14.047Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d95bc4f-f428-4bca-98fb-205c88276d27 url= /sdc/v1/artifactTypes
2022-08-16T03:36:14.048Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-16T03:36:14.577Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-16T03:36:14.603Z||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
2022-08-16T03:36:14.680Z||scheduling-1|||||DEBUG|500||create keys
2022-08-16T03:36:14.698Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-16T03:36:14.840Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:36:14.874Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8f5b6992-dac3-4827-b1db-2a116073d032 url= /sdc/v1/registerForDistribution
2022-08-16T03:36:15.270Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8f5b6992-dac3-4827-b1db-2a116073d032 url= /sdc/v1/registerForDistribution
2022-08-16T03:36:15.271Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-16T03:36:15.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:36:15.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:36:15.310Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-16T03:36:15.319Z||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.
2022-08-16T03:36:15.319Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:36:15.319Z||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.
2022-08-16T03:36:15.320Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:36:25.964Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:36:25.975Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:37:15.289Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:37:15.290Z||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.
2022-08-16T03:37:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:37:15.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:37:15.295Z||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.
2022-08-16T03:37:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:37:24.945Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:37:24.947Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:38:15.290Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:38:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:38:15.294Z||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.
2022-08-16T03:38:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:38:15.295Z||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.
2022-08-16T03:38:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:38:24.938Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:38:24.943Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:39:15.290Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:39:15.296Z||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.
2022-08-16T03:39:15.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:39:15.301Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:39:15.302Z||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.
2022-08-16T03:39:15.305Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:39:24.952Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:39:24.961Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:39:29.483Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-16T03:40:15.289Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:40:15.290Z||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.
2022-08-16T03:40:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:40:15.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:40:15.295Z||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.
2022-08-16T03:40:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:40:24.907Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:40:24.917Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:41:15.290Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:41:15.292Z||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.
2022-08-16T03:41:15.292Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:41:15.295Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:41:15.296Z||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.
2022-08-16T03:41:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:41:24.908Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:41:24.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:42:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:42:15.291Z||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.
2022-08-16T03:42:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:42:15.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:42:15.296Z||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.
2022-08-16T03:42:15.297Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:42:24.886Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:42:24.892Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:43:15.291Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:43:15.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:43:15.296Z||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.
2022-08-16T03:43:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:43:15.298Z||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.
2022-08-16T03:43:15.303Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:43:24.897Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:43:24.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:44:15.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:44:15.291Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T03:44:15.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:44:15.295Z||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.
2022-08-16T03:44:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:44:15.291Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T03:44:24.906Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:44:24.922Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:45:15.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:45:15.291Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T03:45:15.292Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T03:45:15.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:45:15.295Z||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.
2022-08-16T03:45:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:45:24.872Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:45:24.892Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:46:15.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:46:15.290Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T03:46:15.291Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T03:46:15.295Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:46:15.296Z||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.
2022-08-16T03:46:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:46:24.872Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:46:24.974Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:47:15.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:47:15.291Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T03:47:15.291Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T03:47:15.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:47:15.295Z||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.
2022-08-16T03:47:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:47:24.914Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:47:24.923Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:48:15.290Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:48:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:48:15.295Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T03:48:15.295Z||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.
2022-08-16T03:48:15.295Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T03:48:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:48:24.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:48:24.913Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:49:15.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:49:15.293Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T03:49:15.294Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T03:49:15.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:49:15.295Z||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.
2022-08-16T03:49:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:49:24.913Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:49:24.923Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:50:15.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:50:15.290Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T03:50:15.291Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T03:50:15.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:50:15.295Z||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.
2022-08-16T03:50:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:50:24.896Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:50:24.937Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:51:15.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:51:15.291Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T03:51:15.291Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T03:51:15.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:51:15.297Z||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.
2022-08-16T03:51:15.297Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:51:24.946Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:51:24.948Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:52:15.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:52:15.291Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T03:52:15.291Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T03:52:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:52:15.295Z||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.
2022-08-16T03:52:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:52:24.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:52:24.931Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:53:15.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:53:15.291Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T03:53:15.292Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T03:53:15.295Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:53:15.296Z||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.
2022-08-16T03:53:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:53:24.941Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:53:24.970Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:54:15.290Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:54:15.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:54:15.296Z||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.
2022-08-16T03:54:15.296Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T03:54:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:54:15.297Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T03:54:24.917Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:54:24.918Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:55:15.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:55:15.290Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T03:55:15.291Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T03:55:15.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:55:15.295Z||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.
2022-08-16T03:55:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:55:24.892Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:55:24.919Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:56:15.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:56:15.291Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T03:56:15.292Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T03:56:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:56:15.302Z||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.
2022-08-16T03:56:15.305Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:56:24.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:56:24.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:57:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:57:15.291Z||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.
2022-08-16T03:57:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:57:15.295Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:57:15.296Z||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.
2022-08-16T03:57:15.297Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:57:24.909Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:57:24.920Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:58:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:58:15.291Z||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.
2022-08-16T03:58:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:58:15.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:58:15.295Z||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.
2022-08-16T03:58:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:58:24.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:58:24.911Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:59:15.290Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:59:15.293Z||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.
2022-08-16T03:59:15.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T03:59:15.295Z||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.
2022-08-16T03:59:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:59:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T03:59:24.988Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T03:59:24.990Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:00:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:00:15.291Z||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.
2022-08-16T04:00:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:00:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:00:15.295Z||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.
2022-08-16T04:00:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:00:24.914Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:00:24.936Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:01:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:01:15.290Z||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.
2022-08-16T04:01:15.290Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:01:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:01:15.294Z||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.
2022-08-16T04:01:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:01:24.898Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:01:24.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:02:15.290Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:02:15.291Z||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.
2022-08-16T04:02:15.292Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:02:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:02:15.295Z||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.
2022-08-16T04:02:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:02:24.930Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:02:24.942Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:03:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:03:15.290Z||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.
2022-08-16T04:03:15.290Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:03:15.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:03:15.295Z||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.
2022-08-16T04:03:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:03:24.871Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:03:24.950Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:04:15.289Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:04:15.291Z||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.
2022-08-16T04:04:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:04:15.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:04:15.302Z||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.
2022-08-16T04:04:15.302Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:04:24.886Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:04:24.929Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:05:15.290Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:05:15.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:05:15.296Z||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.
2022-08-16T04:05:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:05:15.306Z||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.
2022-08-16T04:05:15.307Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:05:24.924Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:05:24.957Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:06:15.289Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:06:15.291Z||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.
2022-08-16T04:06:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:06:15.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:06:15.295Z||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.
2022-08-16T04:06:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:06:24.918Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:06:24.919Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:07:15.289Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:07:15.290Z||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.
2022-08-16T04:07:15.290Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:07:15.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:07:15.298Z||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.
2022-08-16T04:07:15.299Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:07:24.871Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:07:24.881Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:08:15.289Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:08:15.290Z||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.
2022-08-16T04:08:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:08:15.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:08:15.295Z||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.
2022-08-16T04:08:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:08:24.951Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:08:24.965Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:09:15.289Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:09:15.291Z||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.
2022-08-16T04:09:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:09:15.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:09:15.295Z||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.
2022-08-16T04:09:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:09:24.910Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:09:24.962Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:10:15.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:10:15.291Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:10:15.291Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:10:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:10:15.297Z||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.
2022-08-16T04:10:15.298Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:10:24.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:10:24.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:11:15.290Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:11:15.293Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:11:15.294Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:11:15.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:11:15.296Z||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.
2022-08-16T04:11:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:11:24.885Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:11:24.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:12:15.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:12:15.291Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:12:15.291Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:12:15.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:12:15.295Z||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.
2022-08-16T04:12:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:12:24.913Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:12:24.938Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:13:15.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:13:15.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:13:15.295Z||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.
2022-08-16T04:13:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:13:15.300Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:13:15.300Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:13:24.907Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:13:24.930Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:14:15.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:14:15.290Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:14:15.290Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:14:15.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:14:15.294Z||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.
2022-08-16T04:14:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:14:24.866Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:14:24.880Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:15:15.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:15:15.290Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:15:15.290Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:15:15.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:15:15.294Z||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.
2022-08-16T04:15:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:15:24.880Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:15:24.942Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:16:15.289Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:16:15.291Z||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.
2022-08-16T04:16:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:16:15.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:16:15.295Z||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.
2022-08-16T04:16:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:16:24.873Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:16:24.895Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:17:15.290Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:17:15.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:17:15.295Z||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.
2022-08-16T04:17:15.295Z||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.
2022-08-16T04:17:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:17:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:17:24.934Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:17:24.949Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:18:15.289Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:18:15.291Z||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.
2022-08-16T04:18:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:18:15.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:18:15.295Z||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.
2022-08-16T04:18:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:18:24.955Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:18:24.956Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:15.289Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:19:15.291Z||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.
2022-08-16T04:19:15.292Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:19:15.295Z||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.
2022-08-16T04:19:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:15.491Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:15.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "clamp",
  "timestamp": 1660623531880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "cds",
  "timestamp": 1660623528252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623525751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "clamp",
  "timestamp": 1660623531880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:19:15.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "cds",
  "timestamp": 1660623528252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623525751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:19:15.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "clamp",
  "timestamp": 1660623531880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "cds",
  "timestamp": 1660623528252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623525751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:19:15.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660623536578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "clamp",
  "timestamp": 1660623531880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "cds",
  "timestamp": 1660623528252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623525751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660623536578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "clamp",
  "timestamp": 1660623531880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "cds",
  "timestamp": 1660623528252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623525751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-16T04:19:15.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660623536578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "clamp",
  "timestamp": 1660623531880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "cds",
  "timestamp": 1660623528252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623525751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660623536578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "clamp",
  "timestamp": 1660623531880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:19:15.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "cds",
  "timestamp": 1660623528252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:19:15.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623525751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:19:15.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660623536578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "aai-ml",
  "timestamp": 1660623540208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623542244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:19:15.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:19:15.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "cds",
  "timestamp": 1660623542091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:19:15.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:19:15.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660623536578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "aai-ml",
  "timestamp": 1660623540208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660623536578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "cds",
  "timestamp": 1660623543128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-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 (?, ?, ?, ?, ?)
2022-08-16T04:19:15.837Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc4da4cd-8819-4668-8970-4aa9c0aa42d5
2022-08-16T04:19:15.870Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc4da4cd-8819-4668-8970-4aa9c0aa42d5 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 (?, ?, ?, ?, ?)
2022-08-16T04:19:15.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623543482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:19:15.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:19:15.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "aai-ml",
  "timestamp": 1660623540208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "aai-ml",
  "timestamp": 1660623540208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623544707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:19:15.918Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:19:15.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "policy-id",
  "timestamp": 1660623545204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "aai-ml",
  "timestamp": 1660623540208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623545795,
  "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=?
2022-08-16T04:19:15.948Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc4da4cd-8819-4668-8970-4aa9c0aa42d5
2022-08-16T04:19:15.949Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc4da4cd-8819-4668-8970-4aa9c0aa42d5 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 (?, ?, ?, ?, ?)
2022-08-16T04:19:15.964Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:15.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc4da4cd-8819-4668-8970-4aa9c0aa42d5","serviceName":"vFW 2022-08-16 04-16-47","serviceVersion":"1.0","serviceUUID":"a4455bb6-2f24-4c6b-94e1-84d62fa65de6","serviceDescription":"catalog service description","serviceInvariantUUID":"848438cf-2190-416c-a480-79e0dff92f98","resources":[{"resourceInstanceName":"vFW dd18aef3-4b06 0","resourceName":"vFW dd18aef3-4b06","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9deff175-2f8f-41be-a410-ee21dc2a6ffb","resourceInvariantUUID":"62bd9ac9-b3e7-470c-baf9-213096950645","resourceCustomizationUUID":"2ad633e4-e047-442e-986e-96c76c1b8d99","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vf-license-model.xml","artifactChecksum":"YWViZWQ0NWUxMDZmYmNkMmM5YjRiNmMyYTg5YmZlMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4aae039-076a-46ca-ba83-1c43d4a73a1a","artifactVersion":"1"},{"artifactName":"vfwdd18aef34b060_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json","artifactChecksum":"Yzc4YTZmOTk2ZmJkNjU0OGRhMjIyMGJkNGVjYTg3MDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"258f8877-2099-4e5a-bd5d-7cf9f6670092","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9e5c0601-6a52-4e6d-b68c-9682938d468c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vendor-license-model.xml","artifactChecksum":"NzJiOTRjNzUwY2ViOTM0ZjRmOWRmY2QwMjk3ODBhMzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d422f96c-5470-4fcf-828b-38721d88a5ed","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b96ceda4-de86-48ce-a5e9-e25ef36f0050","artifactVersion":"2","generatedFromUUID":"9e5c0601-6a52-4e6d-b68c-9682938d468c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220816041647-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-template.yml","artifactChecksum":"Yzk2NDNjMWFiNzZhZWJhYmUyNWM2YjkxZjgzMmU1NWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4e94204a-0d1f-48c1-add7-a25e5c0891ad","artifactVersion":"1"},{"artifactName":"service-Vfw20220816041647-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar","artifactChecksum":"MmU1ZTZjZGQ0YTFlNDlmM2VkYzk2M2Y3NWM0OTFiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8f711c71-c774-4b72-bbca-857623ca3a47","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-16T04:19:15.978Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:19:15.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "policy-id",
  "timestamp": 1660623545204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.986Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:19:15.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "aai-ml",
  "timestamp": 1660623540208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623546800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:19:15.994Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:19:15.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "policy-id",
  "timestamp": 1660623545204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:19:15.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "aai-ml",
  "timestamp": 1660623540208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:19:15.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "policy-id",
  "timestamp": 1660623545204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "aai-ml",
  "timestamp": 1660623548415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:19:15.997Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:19:15.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "clamp",
  "timestamp": 1660623549087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:19:15.998Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:19:15.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "policy-id",
  "timestamp": 1660623545204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "policy-id",
  "timestamp": 1660623545204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:15.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623549287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:15.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:15.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:16.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "clamp",
  "timestamp": 1660623551124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:19:16.000Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:19:16.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:16.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "policy-id",
  "timestamp": 1660623545204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:19:16.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:16.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:16.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623549287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:16.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:16.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:16.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "clamp",
  "timestamp": 1660623552132,
  "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=?
2022-08-16T04:19:16.008Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:19:16.008Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623555289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:16.024Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc4da4cd-8819-4668-8970-4aa9c0aa42d5
2022-08-16T04:19:16.024Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc4da4cd-8819-4668-8970-4aa9c0aa42d5 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 (?, ?, ?, ?, ?)
2022-08-16T04:19:16.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:16.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623549287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:16.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:16.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:16.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "policy-id",
  "timestamp": 1660623553336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:19:16.045Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:19:16.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:16.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623549287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:16.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:16.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:16.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "policy-id",
  "timestamp": 1660623554353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:19:16.047Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:19:16.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:19:16.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623549287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:16.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:19:16.108Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-16T04:19:16.118Z||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.
2022-08-16T04:19:16.119Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:16.141Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:16.143Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1}
2022-08-16T04:19:17.017Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:19:17.018Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:19:17.020Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:19:17.021Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623555289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:19:17.121Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:19:17.127Z||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.
2022-08-16T04:19:17.127Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:17.166Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:17.169Z||pool-4-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:19:18.022Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:19:18.023Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:19:18.026Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:19:18.027Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623555289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:19:18.127Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:19:18.129Z||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.
2022-08-16T04:19:18.129Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:18.161Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:18.163Z||pool-5-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:19:19.027Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:19:19.028Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:19:19.032Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:19:19.033Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623555289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:19.132Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:19:19.134Z||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.
2022-08-16T04:19:19.134Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:19.175Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:19.177Z||pool-6-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:19:20.034Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:19:20.035Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:19:20.038Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:19:20.038Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623555289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-16T04:19:20.138Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:19:20.141Z||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.
2022-08-16T04:19:20.142Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:20.196Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:20.198Z||pool-7-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":2,"count":1}
2022-08-16T04:19:21.039Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:19:21.041Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:19:21.044Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:19:21.044Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623555289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:19:21.145Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:19:21.146Z||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.
2022-08-16T04:19:21.146Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:21.174Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:21.176Z||pool-8-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:19:22.045Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:19:22.047Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:19:22.052Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:19:22.056Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623555289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:19:22.151Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-08-16T04:19:22.153Z||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.
2022-08-16T04:19:22.154Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:22.173Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:22.174Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:19:23.061Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "serviceName": "vFW 2022-08-16 04-16-47",
  "serviceVersion": "1.0",
  "serviceUUID": "a4455bb6-2f24-4c6b-94e1-84d62fa65de6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "848438cf-2190-416c-a480-79e0dff92f98",
  "resources": [
    {
      "resourceInstanceName": "vFW dd18aef3-4b06 0",
      "resourceCustomizationUUID": "2ad633e4-e047-442e-986e-96c76c1b8d99",
      "resourceName": "vFW dd18aef3-4b06",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9deff175-2f8f-41be-a410-ee21dc2a6ffb",
      "resourceInvariantUUID": "62bd9ac9-b3e7-470c-baf9-213096950645",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdd18aef34b060_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json",
          "artifactChecksum": "Yzc4YTZmOTk2ZmJkNjU0OGRhMjIyMGJkNGVjYTg3MDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "258f8877-2099-4e5a-bd5d-7cf9f6670092",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9e5c0601-6a52-4e6d-b68c-9682938d468c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b96ceda4-de86-48ce-a5e9-e25ef36f0050",
            "generatedFromUUID": "9e5c0601-6a52-4e6d-b68c-9682938d468c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b96ceda4-de86-48ce-a5e9-e25ef36f0050",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220816041647-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
      "artifactChecksum": "MmU1ZTZjZGQ0YTFlNDlmM2VkYzk2M2Y3NWM0OTFiNWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8f711c71-c774-4b72-bbca-857623ca3a47"
    }
  ],
  "workloadContext": "Production"
}
2022-08-16T04:19:23.065Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-16T04:19:23.066Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a4455bb6-2f24-4c6b-94e1-84d62fa65de6 ASDC
2022-08-16T04:19:23.266Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:dc4da4cd-8819-4668-8970-4aa9c0aa42d5
ServiceName:vFW 2022-08-16 04-16-47
ServiceVersion:1.0
ServiceUUID:a4455bb6-2f24-4c6b-94e1-84d62fa65de6
ServiceInvariantUUID:848438cf-2190-416c-a480-79e0dff92f98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220816041647-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar
ArtifactUUID:8f711c71-c774-4b72-bbca-857623ca3a47
ArtifactChecksum:MmU1ZTZjZGQ0YTFlNDlmM2VkYzk2M2Y3NWM0OTFiNWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dd18aef3-4b06 0
ResourceCustomizationUUID:2ad633e4-e047-442e-986e-96c76c1b8d99
ResourceInvariantUUID:62bd9ac9-b3e7-470c-baf9-213096950645
ResourceName:vFW dd18aef3-4b06
ResourceType:VF
ResourceUUID:9deff175-2f8f-41be-a410-ee21dc2a6ffb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdd18aef34b060_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json
ArtifactUUID:258f8877-2099-4e5a-bd5d-7cf9f6670092
ArtifactChecksum:Yzc4YTZmOTk2ZmJkNjU0OGRhMjIyMGJkNGVjYTg3MDk=
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/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml
ArtifactUUID:9e5c0601-6a52-4e6d-b68c-9682938d468c
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/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env
ArtifactUUID:b96ceda4-de86-48ce-a5e9-e25ef36f0050
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/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env
ArtifactUUID:b96ceda4-de86-48ce-a5e9-e25ef36f0050
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-16T04:19:23.270Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4455bb6-2f24-4c6b-94e1-84d62fa65de6 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=?
2022-08-16T04:19:23.422Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:19:23.425Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-16T04:19:23.427Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-16T04:19:23.427Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8f711c71-c774-4b72-bbca-857623ca3a47 from URL: /sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar
2022-08-16T04:19:23.428Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-16T04:19:23.430Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar
2022-08-16T04:19:23.872Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-16T04:19:23.926Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar 8f711c71-c774-4b72-bbca-857623ca3a47 99060
2022-08-16T04:19:23.928Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar ASDC sendASDCNotification
2022-08-16T04:19:23.929Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar
2022-08-16T04:19:23.931Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:19:23.933Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:19:23.937Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:19:23.937Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623563927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:19:24.038Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:19:24.039Z||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.
2022-08-16T04:19:24.039Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:24.060Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:24.061Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:19:24.938Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:19:24.940Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-16T04:19:24.941Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8f711c71-c774-4b72-bbca-857623ca3a47, URL: /sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar to file: /app/ASDC/1/service-Vfw20220816041647-csar.csar
2022-08-16T04:19:24.942Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220816041647-csar.csar
2022-08-16T04:19:25.146Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220816041647-csar.csar
2022-08-16T04:19:25.146Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220816041647-csar.csar
2022-08-16T04:19:26.476Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10240547923930505377/Definitions/service-Vfw20220816041647-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
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
2022-08-16T04:19:32.150Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-16T04:19:32.164Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-16T04:19:32.164Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220816041647-csar.csar
2022-08-16T04:19:32.165Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-16T04:19:32.166Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||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-Vfw20220816041647-csar.csar
2022-08-16T04:19:32.166Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||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-Vfw20220816041647-csar.csar
2022-08-16T04:19:32.167Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|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-Vfw20220816041647-csar.csar
2022-08-16T04:19:32.167Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220816041647-csar.csar
2022-08-16T04:19:32.167Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220816041647-csar.csar
2022-08-16T04:19:32.168Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||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-Vfw20220816041647-csar.csar
2022-08-16T04:19:32.168Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|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-Vfw20220816041647-csar.csar
2022-08-16T04:19:32.168Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220816041647-csar.csar
2022-08-16T04:19:32.169Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220816041647-csar.csar
2022-08-16T04:19:32.169Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220816041647-csar.csar
2022-08-16T04:19:32.169Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220816041647-csar.csar
2022-08-16T04:19:32.169Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|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-Vfw20220816041647-csar.csar
2022-08-16T04:19:32.170Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dd18aef3-4b06 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-Vfw20220816041647-csar.csar
2022-08-16T04:19:32.170Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-16T04:19:32.181Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:32.183Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:19:32.188Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is matching search criteria
2022-08-16T04:19:32.189Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-16T04:19:32.191Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dd18aef3-4b06 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:19:32.194Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:32.195Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:19:32.195Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is matching search criteria
2022-08-16T04:19:32.196Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-16T04:19:32.196Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dd18aef3-4b06 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:19:32.197Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:32.197Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:19:32.202Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:32.203Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is not matching search criteria
2022-08-16T04:19:32.203Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-16T04:19:32.204Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-16T04:19:32.204Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-16T04:19:32.204Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-16T04:19:32.205Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-16T04:19:32.205Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-16T04:19:32.206Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-16T04:19:32.206Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-16T04:19:32.207Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-16T04:19:32.207Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-16T04:19:32.207Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-16T04:19:32.208Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-16T04:19:32.208Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-16T04:19:32.208Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-16T04:19:32.209Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-16T04:19:32.209Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-16T04:19:32.210Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:32.210Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-16T04:19:32.212Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:32.213Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is matching search criteria
2022-08-16T04:19:32.213Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dd18aef3-4b06 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:19:32.214Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:32.214Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is matching search criteria
2022-08-16T04:19:32.215Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dd18aef3-4b06 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:19:32.215Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:32.215Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is matching search criteria
2022-08-16T04:19:32.216Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dd18aef3-4b06 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:19:32.216Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:32.217Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is not matching search criteria
2022-08-16T04:19:32.217Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-16T04:19:32.217Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-16T04:19:32.217Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-16T04:19:32.218Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-16T04:19:32.218Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-16T04:19:32.218Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-16T04:19:32.219Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-16T04:19:32.219Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-16T04:19:32.219Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-16T04:19:32.219Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-16T04:19:32.220Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-16T04:19:32.220Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=73725b69-b3c1-4b3d-8e95-4f434c282a0f
2022-08-16T04:19:32.221Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:32.221Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is not matching search criteria
2022-08-16T04:19:32.222Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-16T04:19:32.222Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-16T04:19:32.222Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-16T04:19:32.222Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-16T04:19:32.223Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-16T04:19:32.223Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-16T04:19:32.224Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-16T04:19:32.224Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-16T04:19:32.225Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-16T04:19:32.225Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-16T04:19:32.226Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-16T04:19:32.226Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-16T04:19:32.226Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a07cbe3b-91ad-48de-9996-d1130c33eecd
2022-08-16T04:19:32.227Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:32.228Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is not matching search criteria
2022-08-16T04:19:32.228Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-16T04:19:32.228Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-16T04:19:32.229Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-16T04:19:32.229Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-16T04:19:32.230Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-16T04:19:32.230Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-16T04:19:32.231Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-16T04:19:32.231Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-16T04:19:32.232Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-16T04:19:32.232Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-16T04:19:32.233Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-16T04:19:32.233Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-16T04:19:32.234Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bcfd9c21-bfbd-484a-b061-2904c4d648f1
2022-08-16T04:19:32.234Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:32.235Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:19:32.235Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:32.236Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:19:32.236Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:32.237Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:19:32.237Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:32.238Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:19:32.238Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-16 04-16-47
Description:catalog service description
Model UUID:a4455bb6-2f24-4c6b-94e1-84d62fa65de6
Model Version:NULL
Model InvariantUuid:848438cf-2190-416c-a480-79e0dff92f98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW dd18aef3-4b06
Model UUID:577b1fba-084a-4940-956e-26e40b483486
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:62bd9ac9-b3e7-470c-baf9-213096950645
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2ad633e4-e047-442e-986e-96c76c1b8d99
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7edf8ffe-1f6a-43bc-b732-4ae09d75b5e5
ModelName:VfwDd18aef34b06..base_vfw..module-0
ModelUuid:022e9ebb-2d6c-47dc-ada3-efad6fae9429
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:73725b69-b3c1-4b3d-8e95-4f434c282a0f
ModelInvariantUuid:f3cf7729-57cd-4a3d-858c-5cbaf49390d1
ModelName:vFW dd18aef3-4b06-nodes.vfwCvfc
ModelUuid:7d84f6a4-5496-41dc-a24d-8fbee3698d4a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:553c4ead-0158-48a9-9ade-160ba88985d0
ModelInvariantUuid:cde03dad-6938-4956-b95a-cf9eca95af6f
ModelName:VfwDd18aef34b06.compute.nodes.heat.vfw
ModelUuid:61f7105b-6ed0-451c-ab68-02fafc23be98
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a07cbe3b-91ad-48de-9996-d1130c33eecd
ModelInvariantUuid:ec7d71bc-7083-4cff-b96c-fa800af44201
ModelName:vFW dd18aef3-4b06-nodes.vsnCvfc
ModelUuid:14513be4-1149-4a74-ad28-924097d97486
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:91395f47-2d1d-40b1-9ab1-5997ed221034
ModelInvariantUuid:ebf58177-7964-4aec-a8f0-5293d08f448d
ModelName:VfwDd18aef34b06.compute.nodes.heat.vsn
ModelUuid:a4914932-201a-4683-9e24-a36cb3241952
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bcfd9c21-bfbd-484a-b061-2904c4d648f1
ModelInvariantUuid:4ab60ae5-3951-4360-a413-b6843001e4f7
ModelName:vFW dd18aef3-4b06-nodes.vpgCvfc
ModelUuid:29686697-8dff-4500-83d1-b808a36769fe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ce0a6542-3397-43f7-b712-0ea95c02dada
ModelInvariantUuid:248f38ef-9c53-4476-b71d-eb511d2e472d
ModelName:VfwDd18aef34b06.compute.nodes.heat.vpg
ModelUuid:baec3847-f235-4b69-b6d2-fbca73c779fb
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-16T04:19:32.283Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 9deff175-2f8f-41be-a410-ee21dc2a6ffb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:19:32.428Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||vFW dd18aef3-4b06 0
2022-08-16T04:19:32.443Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9deff175-2f8f-41be-a410-ee21dc2a6ffb
2022-08-16T04:19:32.444Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 258f8877-2099-4e5a-bd5d-7cf9f6670092 from URL: /sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json
2022-08-16T04:19:32.444Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-16T04:19:32.444Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json
2022-08-16T04:19:32.581Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-16T04:19:32.582Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json 258f8877-2099-4e5a-bd5d-7cf9f6670092 785
2022-08-16T04:19:32.582Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json ASDC sendASDCNotification
2022-08-16T04:19:32.583Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json
2022-08-16T04:19:32.583Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:19:32.583Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:19:32.586Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:19:32.587Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623572582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:19:32.687Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:19:32.688Z||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.
2022-08-16T04:19:32.688Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:32.732Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:32.732Z||pool-11-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:19:33.589Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDd18aef34b06..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7edf8ffe-1f6a-43bc-b732-4ae09d75b5e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "022e9ebb-2d6c-47dc-ada3-efad6fae9429",
    "vfModuleModelCustomizationUUID": "8889373e-2c78-468a-81ee-62aa642352ec",
    "isBase": true,
    "artifacts": [
      "9e5c0601-6a52-4e6d-b68c-9682938d468c",
      "b96ceda4-de86-48ce-a5e9-e25ef36f0050"
    ],
    "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": ""
    }
  }
]
2022-08-16T04:19:33.627Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDd18aef34b06..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:022e9ebb-2d6c-47dc-ada3-efad6fae9429
VfModuleModelInvariantUUID:7edf8ffe-1f6a-43bc-b732-4ae09d75b5e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
9e5c0601-6a52-4e6d-b68c-9682938d468c
,
b96ceda4-de86-48ce-a5e9-e25ef36f0050

}
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


}

2022-08-16T04:19:33.640Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDd18aef34b06..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7edf8ffe-1f6a-43bc-b732-4ae09d75b5e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "022e9ebb-2d6c-47dc-ada3-efad6fae9429",
    "vfModuleModelCustomizationUUID": "8889373e-2c78-468a-81ee-62aa642352ec",
    "isBase": true,
    "artifacts": [
      "9e5c0601-6a52-4e6d-b68c-9682938d468c",
      "b96ceda4-de86-48ce-a5e9-e25ef36f0050"
    ],
    "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": ""
    }
  }
]
2022-08-16T04:19:33.643Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDd18aef34b06..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:022e9ebb-2d6c-47dc-ada3-efad6fae9429
VfModuleModelInvariantUUID:7edf8ffe-1f6a-43bc-b732-4ae09d75b5e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
9e5c0601-6a52-4e6d-b68c-9682938d468c
,
b96ceda4-de86-48ce-a5e9-e25ef36f0050

}
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


}

2022-08-16T04:19:33.644Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9e5c0601-6a52-4e6d-b68c-9682938d468c from URL: /sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml
2022-08-16T04:19:33.645Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-16T04:19:33.645Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml
2022-08-16T04:19:33.801Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-16T04:19:33.804Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml 9e5c0601-6a52-4e6d-b68c-9682938d468c 20368
2022-08-16T04:19:33.804Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-16T04:19:33.805Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml
2022-08-16T04:19:33.805Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:19:33.805Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:19:33.808Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:19:33.808Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623573804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:19:33.908Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:19:33.910Z||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.
2022-08-16T04:19:33.910Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:33.940Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:33.941Z||pool-12-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:19:34.810Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b96ceda4-de86-48ce-a5e9-e25ef36f0050 from URL: /sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env
2022-08-16T04:19:34.812Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-16T04:19:34.812Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env
2022-08-16T04:19:35.018Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-16T04:19:35.019Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env b96ceda4-de86-48ce-a5e9-e25ef36f0050 2098
2022-08-16T04:19:35.020Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-16T04:19:35.021Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env
2022-08-16T04:19:35.021Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:19:35.022Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:19:35.024Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:19:35.025Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623575020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:19:35.131Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-16T04:19:35.133Z||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.
2022-08-16T04:19:35.133Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:35.166Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:35.167Z||pool-13-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:19:36.026Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a4455bb6-2f24-4c6b-94e1-84d62fa65de6
2022-08-16T04:19:36.027Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dd18aef3-4b06 0 9deff175-2f8f-41be-a410-ee21dc2a6ffb ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:19:36.122Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17dff14f, org.onap.sdc.toscaparser.api.parameters.Input@9407d57, org.onap.sdc.toscaparser.api.parameters.Input@7aa9dc2e, org.onap.sdc.toscaparser.api.parameters.Input@60848590, org.onap.sdc.toscaparser.api.parameters.Input@8b95546]
2022-08-16T04:19:36.127Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.128Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:19:36.128Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-08-16T04:19:36.129Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2ad633e4-e047-442e-986e-96c76c1b8d99
2022-08-16T04:19:36.129Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ad633e4-e047-442e-986e-96c76c1b8d99 matches Tosca VF Customization UUID: 2ad633e4-e047-442e-986e-96c76c1b8d99
2022-08-16T04:19:36.129Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2ad633e4-e047-442e-986e-96c76c1b8d99  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-16T04:19:36.143Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.144Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:19:36.146Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 2ad633e4-e047-442e-986e-96c76c1b8d99: {\"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\"}
2022-08-16T04:19:36.147Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e3fddae
2022-08-16T04:19:36.147Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.147Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-16T04:19:36.148Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8889373e-2c78-468a-81ee-62aa642352ec
2022-08-16T04:19:36.151Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8889373e-2c78-468a-81ee-62aa642352ec
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-16T04:19:36.164Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.165Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is matching search criteria
2022-08-16T04:19:36.165Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dd18aef3-4b06 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:19:36.167Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.167Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is matching search criteria
2022-08-16T04:19:36.167Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dd18aef3-4b06 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:19:36.168Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.168Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is not matching search criteria
2022-08-16T04:19:36.168Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-16T04:19:36.169Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-16T04:19:36.169Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-16T04:19:36.169Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-16T04:19:36.169Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-16T04:19:36.170Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-16T04:19:36.170Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-16T04:19:36.170Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-16T04:19:36.170Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-16T04:19:36.170Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-16T04:19:36.171Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-16T04:19:36.171Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=73725b69-b3c1-4b3d-8e95-4f434c282a0f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-16T04:19:36.220Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.221Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is matching search criteria
2022-08-16T04:19:36.221Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dd18aef3-4b06 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:19:36.221Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.222Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is not matching search criteria
2022-08-16T04:19:36.222Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-16T04:19:36.222Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-16T04:19:36.222Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-16T04:19:36.222Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-16T04:19:36.223Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-16T04:19:36.223Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-16T04:19:36.223Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-16T04:19:36.223Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-16T04:19:36.223Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-16T04:19:36.224Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-16T04:19:36.224Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-16T04:19:36.224Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-16T04:19:36.225Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a07cbe3b-91ad-48de-9996-d1130c33eecd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-16T04:19:36.240Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.241Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is matching search criteria
2022-08-16T04:19:36.241Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dd18aef3-4b06 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:19:36.249Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.249Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is not matching search criteria
2022-08-16T04:19:36.250Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-16T04:19:36.250Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-16T04:19:36.250Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-16T04:19:36.250Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-16T04:19:36.251Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-16T04:19:36.251Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-16T04:19:36.251Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-16T04:19:36.251Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-16T04:19:36.252Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-16T04:19:36.252Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-16T04:19:36.252Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-16T04:19:36.252Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-16T04:19:36.252Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bcfd9c21-bfbd-484a-b061-2904c4d648f1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-16T04:19:36.257Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.258Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is matching search criteria
2022-08-16T04:19:36.258Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dd18aef3-4b06 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:19:36.259Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.259Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Node template vFW dd18aef3-4b06 0 is matching search criteria
2022-08-16T04:19:36.259Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dd18aef3-4b06 0] matching following query criteria: sdcType=VF, customizationUUID=2ad633e4-e047-442e-986e-96c76c1b8d99
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:19:36.264Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.265Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:19:36.266Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a4455bb6-2f24-4c6b-94e1-84d62fa65de6: vFW dd18aef3-4b06
2022-08-16T04:19:36.266Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.266Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:19:36.267Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.267Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:19:36.268Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.268Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:19:36.268Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.269Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:19:36.269Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:19:36.270Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-16 04-16-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:19:36.270Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-08-16 04-16-47 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-08-16T04:19:37.348Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dd18aef3-4b06 9deff175-2f8f-41be-a410-ee21dc2a6ffb 1 ASDC deployResourceStructure
2022-08-16T04:19:37.348Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json ASDC sendASDCNotification
2022-08-16T04:19:37.349Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json
2022-08-16T04:19:37.349Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:19:37.349Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:19:37.353Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:19:37.354Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623577348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:19:37.452Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-16T04:19:37.453Z||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.
2022-08-16T04:19:37.454Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:37.483Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:37.484Z||pool-14-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:19:38.356Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-16T04:19:38.356Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml
2022-08-16T04:19:38.356Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:19:38.357Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:19:38.361Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:19:38.362Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623578356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-16T04:19:38.461Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-16T04:19:38.462Z||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.
2022-08-16T04:19:38.462Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:38.488Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:38.489Z||pool-15-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:19:39.365Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-16T04:19:39.365Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env
2022-08-16T04:19:39.365Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:19:39.366Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:19:39.369Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:19:39.370Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623579364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-16T04:19:39.470Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:19:39.471Z||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.
2022-08-16T04:19:39.471Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:39.494Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:39.495Z||pool-16-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:19:40.371Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar ASDC sendASDCNotification
2022-08-16T04:19:40.371Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar
2022-08-16T04:19:40.371Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:19:40.372Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:19:40.389Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:19:40.390Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623580371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:19:40.474Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-08-16T04:19:40.475Z||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.
2022-08-16T04:19:40.476Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:19:40.555Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:19:40.556Z||pool-17-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:19:41.391Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc4da4cd-8819-4668-8970-4aa9c0aa42d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:19:41.467Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc4da4cd-8819-4668-8970-4aa9c0aa42d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:19:41.496Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:19:41.496Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:19:41.497Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:20:11.498Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc4da4cd-8819-4668-8970-4aa9c0aa42d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:20:11.525Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc4da4cd-8819-4668-8970-4aa9c0aa42d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:20:11.532Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:20:11.533Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:20:11.533Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:20:15.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:20:15.295Z||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.
2022-08-16T04:20:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:20:15.366Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:20:15.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:20:15.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "policy-id",
  "timestamp": 1660623555359,
  "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=?
2022-08-16T04:20:15.400Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc4da4cd-8819-4668-8970-4aa9c0aa42d5
2022-08-16T04:20:15.401Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc4da4cd-8819-4668-8970-4aa9c0aa42d5 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=?
2022-08-16T04:20:41.533Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc4da4cd-8819-4668-8970-4aa9c0aa42d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:20:41.560Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc4da4cd-8819-4668-8970-4aa9c0aa42d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:20:41.566Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:20:41.567Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:20:41.567Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:21:11.568Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc4da4cd-8819-4668-8970-4aa9c0aa42d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:21:11.610Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc4da4cd-8819-4668-8970-4aa9c0aa42d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:21:11.622Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:21:11.623Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:21:11.623Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:21:15.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:21:15.297Z||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.
2022-08-16T04:21:15.299Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:21:15.861Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:21:15.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623555289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:15.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623549287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:15.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623555289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:21:15.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623549287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:21:15.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623555289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:21:15.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623557656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:21:15.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:15.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623555289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:15.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623555289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-16T04:21:15.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623555289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:15.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623555289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:21:15.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623563927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:21:15.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:15.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "aai-ml",
  "timestamp": 1660623568049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:21:15.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:15.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623569053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:21:15.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:15.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "aai-ml",
  "timestamp": 1660623569060,
  "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=?
2022-08-16T04:21:15.895Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc4da4cd-8819-4668-8970-4aa9c0aa42d5
2022-08-16T04:21:15.895Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc4da4cd-8819-4668-8970-4aa9c0aa42d5 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 (?, ?, ?, ?, ?)
2022-08-16T04:21:15.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623570077,
  "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=?
2022-08-16T04:21:15.946Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc4da4cd-8819-4668-8970-4aa9c0aa42d5
2022-08-16T04:21:15.947Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc4da4cd-8819-4668-8970-4aa9c0aa42d5 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 (?, ?, ?, ?, ?)
2022-08-16T04:21:15.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623572582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:21:15.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:15.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623573804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:21:15.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:15.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623575020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:21:15.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:15.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "aai-ml",
  "timestamp": 1660623570207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:15.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "cds",
  "timestamp": 1660623573252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:15.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623565751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:15.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "cds",
  "timestamp": 1660623573252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:15.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "aai-ml",
  "timestamp": 1660623570207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:15.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623565751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:21:15.975Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623577348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/vfwdd18aef34b060_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:21:15.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:15.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660623576577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:15.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623565751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:21:15.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "cds",
  "timestamp": 1660623573252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:15.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "aai-ml",
  "timestamp": 1660623570207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:15.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623578356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-16T04:21:15.978Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:15.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:15.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660623576577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:15.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:15.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623565751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "aai-ml",
  "timestamp": 1660623570207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "cds",
  "timestamp": 1660623573252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623579364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/resourceInstances/vfwdd18aef34b060/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-16T04:21:16.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:16.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660623576577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623565751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-16T04:21:16.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "cds",
  "timestamp": 1660623573252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "aai-ml",
  "timestamp": 1660623570207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623580371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220816041647/1.0/artifacts/service-Vfw20220816041647-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:21:16.016Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:16.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660623576577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623579288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623565751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "aai-ml",
  "timestamp": 1660623570207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "cds",
  "timestamp": 1660623573252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660623576577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623579288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623565751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:21:16.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "aai-ml",
  "timestamp": 1660623570207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:21:16.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "cds",
  "timestamp": 1660623573252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:21:16.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660623576577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623579288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660623576577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "aai-ml",
  "timestamp": 1660623582876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:21:16.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:16.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623583348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:21:16.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:16.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "cds",
  "timestamp": 1660623583177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:21:16.055Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:16.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623579288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "cds",
  "timestamp": 1660623584193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-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 (?, ?, ?, ?, ?)
2022-08-16T04:21:16.088Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f59cb735-b600-45be-9ae6-770383a42440
2022-08-16T04:21:16.088Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f59cb735-b600-45be-9ae6-770383a42440 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 (?, ?, ?, ?, ?)
2022-08-16T04:21:16.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623579288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623584708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:21:16.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:16.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "policy-id",
  "timestamp": 1660623585203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623579288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623585943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:21:16.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:16.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "policy-id",
  "timestamp": 1660623585203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623579288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:21:16.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623586963,
  "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=?
2022-08-16T04:21:16.123Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f59cb735-b600-45be-9ae6-770383a42440
2022-08-16T04:21:16.124Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f59cb735-b600-45be-9ae6-770383a42440 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 (?, ?, ?, ?, ?)
2022-08-16T04:21:16.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "policy-id",
  "timestamp": 1660623585203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:21:16.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623587264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:21:16.149Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:16.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660623587971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:21:16.150Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:16.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "policy-id",
  "timestamp": 1660623585203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "policy-id",
  "timestamp": 1660623585203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "policy-id",
  "timestamp": 1660623585203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "policy-id",
  "timestamp": 1660623585203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:21:16.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "aai-ml",
  "timestamp": 1660623591752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:21:16.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:16.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623591841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:21:16.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:16.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "clamp",
  "timestamp": 1660623591889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "policy-id",
  "timestamp": 1660623593300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:21:16.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:16.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "aai-ml",
  "timestamp": 1660623592775,
  "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=?
2022-08-16T04:21:16.170Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f59cb735-b600-45be-9ae6-770383a42440
2022-08-16T04:21:16.171Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f59cb735-b600-45be-9ae6-770383a42440 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 (?, ?, ?, ?, ?)
2022-08-16T04:21:16.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660623592859,
  "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=?
2022-08-16T04:21:16.199Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f59cb735-b600-45be-9ae6-770383a42440
2022-08-16T04:21:16.199Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f59cb735-b600-45be-9ae6-770383a42440 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 (?, ?, ?, ?, ?)
2022-08-16T04:21:16.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "policy-id",
  "timestamp": 1660623594308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:21:16.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:16.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "clamp",
  "timestamp": 1660623591889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:21:16.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "clamp",
  "timestamp": 1660623591889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "policy-id",
  "timestamp": 1660623595318,
  "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=?
2022-08-16T04:21:16.223Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f59cb735-b600-45be-9ae6-770383a42440
2022-08-16T04:21:16.223Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f59cb735-b600-45be-9ae6-770383a42440 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=?
2022-08-16T04:21:16.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "clamp",
  "timestamp": 1660623591889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "clamp",
  "timestamp": 1660623591889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "clamp",
  "timestamp": 1660623591889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:21:16.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "clamp",
  "timestamp": 1660623591889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:21:16.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:21:16.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "clamp",
  "timestamp": 1660623608086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:21:16.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:16.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "clamp",
  "timestamp": 1660623611088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:21:16.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:21:16.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:21:16.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "clamp",
  "timestamp": 1660623612097,
  "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=?
2022-08-16T04:21:16.253Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f59cb735-b600-45be-9ae6-770383a42440
2022-08-16T04:21:16.254Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f59cb735-b600-45be-9ae6-770383a42440 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 (?, ?, ?, ?, ?)
2022-08-16T04:21:41.624Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc4da4cd-8819-4668-8970-4aa9c0aa42d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:21:41.671Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc4da4cd-8819-4668-8970-4aa9c0aa42d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:21:41.678Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:21:41.678Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-16T04:21:41.679Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-16T04:21:41.679Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-16T04:21:41.680Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:21:41.680Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:21:41.680Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:21:41.681Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:21:41.681Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:21:41.681Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:21:41.682Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|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=?
2022-08-16T04:21:41.692Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-16T04:22:11.693Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc4da4cd-8819-4668-8970-4aa9c0aa42d5 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=?
2022-08-16T04:22:11.714Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc4da4cd-8819-4668-8970-4aa9c0aa42d5 and serviceModelVersionId: a4455bb6-2f24-4c6b-94e1-84d62fa65de6
2022-08-16T04:22:11.714Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 848438cf-2190-416c-a480-79e0dff92f98
2022-08-16T04:22:15.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:22:15.337Z||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.
2022-08-16T04:22:15.338Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:22:24.912Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:22:36.046Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/848438cf-2190-416c-a480-79e0dff92f98/model-vers/model-ver/a4455bb6-2f24-4c6b-94e1-84d62fa65de6?depth=0
2022-08-16T04:22:36.204Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-16T04:22:37.174Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/848438cf-2190-416c-a480-79e0dff92f98/model-vers/model-ver/a4455bb6-2f24-4c6b-94e1-84d62fa65de6?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]}
2022-08-16T04:22:37.184Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/848438cf-2190-416c-a480-79e0dff92f98/model-vers/model-ver/a4455bb6-2f24-4c6b-94e1-84d62fa65de6?depth=0|INFO|500||Invoke
2022-08-16T04:22:37.406Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/848438cf-2190-416c-a480-79e0dff92f98/model-vers/model-ver/a4455bb6-2f24-4c6b-94e1-84d62fa65de6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-16T04:22:37.915Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/848438cf-2190-416c-a480-79e0dff92f98/model-vers/model-ver/a4455bb6-2f24-4c6b-94e1-84d62fa65de6?depth=0|INFO|500||InvokeReturn
2022-08-16T04:22:37.923Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/848438cf-2190-416c-a480-79e0dff92f98/model-vers/model-ver/a4455bb6-2f24-4c6b-94e1-84d62fa65de6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220816-04:22:37:421-32288], vertex-id=[213032], Content-Length=[0], Date=[Tue, 16 Aug 2022 04:22:37 GMT], Content-Type=[application/json]}
2022-08-16T04:22:37.924Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-08-16T04:22:37.931Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-16T04:22:37.931Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:22:37.944Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|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)
2022-08-16T04:22:37.946Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc4da4cd-8819-4668-8970-4aa9c0aa42d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-16T04:22:37.948Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-16T04:22:37.949Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:22:37.954Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:22:37.954Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623757947,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:22:38.054Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:22:38.056Z||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.
2022-08-16T04:22:38.056Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:22:38.074Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:22:38.076Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 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=?
2022-08-16T04:22:38.995Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:22:38.999Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|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.
2022-08-16T04:22:38.999Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:22:43.543Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:22:43.544Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-16T04:22:43.545Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f59cb735-b600-45be-9ae6-770383a42440","serviceName":"basic_onboard_FkLdzt","serviceVersion":"1.0","serviceUUID":"0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9","serviceDescription":"service","serviceInvariantUUID":"51bd8dce-ee44-4412-9024-7447e42b60f0","resources":[{"resourceInstanceName":"basic_onboard_FkLdzt 0","resourceName":"basic_onboard_FkLdzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9934e021-480e-4f42-9b14-543cfd76d461","resourceInvariantUUID":"b7dc710c-5345-42bf-a6ce-e837a0200bd7","resourceCustomizationUUID":"547c7e32-ed38-4cbd-ad79-66bd60a0895c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vf-license-model.xml","artifactChecksum":"OTQ0ZmQ2OGJjMjI1YTAxYjQ3NmEzNGY0YzkxZDIwZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"023c3dd5-113b-413f-b0b4-f7088bb1a092","artifactVersion":"1"},{"artifactName":"basic_onboard_fkldzt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json","artifactChecksum":"NWNiZDUzZWZjYWE1NjZlYTUxYjI3NWY0YzFhYTgyOTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"54d63a91-daaa-45f4-bd2f-4a41ca5d31a6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a6aad219-8210-4f04-82f0-55c1afd132da","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"523f61c2-672f-40d0-8655-8d3ad9ef59d4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"63d94c45-f192-47b0-9cd7-12c6847cb5ea","artifactVersion":"2","generatedFromUUID":"a6aad219-8210-4f04-82f0-55c1afd132da"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFkldzt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-template.yml","artifactChecksum":"Yzc5MTgxZGI3NjU2NDI0MzY5YzMzOWFmNzBkOGViNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10b7043d-5020-41b1-942d-f13554a216db","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFkldzt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar","artifactChecksum":"NzU2MDdiYjlmNTNiZmM0YmU3OWQ1MTY1MzEzZDk0MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ea07bca-73d0-426a-8b2f-8251299d9f9d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-16T04:22:43.549Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:22:43.550Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:22:43.562Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:22:43.562Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623758995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:22:43.653Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-08-16T04:22:43.656Z||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.
2022-08-16T04:22:43.656Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:22:43.694Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:22:43.694Z||pool-19-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:22:44.565Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:22:44.566Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:22:44.569Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:22:44.569Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623758995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:22:44.669Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:22:44.671Z||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.
2022-08-16T04:22:44.672Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:22:44.725Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:22:44.726Z||pool-20-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:22:45.579Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:22:45.580Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:22:45.595Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:22:45.595Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623758995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:22:45.696Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-16T04:22:45.699Z||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.
2022-08-16T04:22:45.699Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:22:45.744Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:22:45.745Z||pool-21-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:22:46.598Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:22:46.598Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:22:46.616Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:22:46.618Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623758995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:22:46.720Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-16T04:22:46.721Z||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.
2022-08-16T04:22:46.721Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:22:46.746Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:22:46.746Z||pool-22-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:22:47.619Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:22:47.621Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:22:47.625Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:22:47.626Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623758995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-16T04:22:47.725Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-16T04:22:47.726Z||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.
2022-08-16T04:22:47.726Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:22:47.755Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:22:47.756Z||pool-23-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:22:48.627Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:22:48.627Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:22:48.631Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:22:48.632Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623758995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:22:48.731Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:22:48.732Z||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.
2022-08-16T04:22:48.732Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:22:48.750Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:22:48.752Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:22:49.632Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:22:49.633Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:22:49.637Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:22:49.638Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623758995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:22:49.737Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:22:49.739Z||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.
2022-08-16T04:22:49.739Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:22:49.768Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:22:49.768Z||pool-25-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:22:50.641Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "serviceName": "basic_onboard_FkLdzt",
  "serviceVersion": "1.0",
  "serviceUUID": "0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51bd8dce-ee44-4412-9024-7447e42b60f0",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FkLdzt 0",
      "resourceCustomizationUUID": "547c7e32-ed38-4cbd-ad79-66bd60a0895c",
      "resourceName": "basic_onboard_FkLdzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9934e021-480e-4f42-9b14-543cfd76d461",
      "resourceInvariantUUID": "b7dc710c-5345-42bf-a6ce-e837a0200bd7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_fkldzt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json",
          "artifactChecksum": "NWNiZDUzZWZjYWE1NjZlYTUxYjI3NWY0YzFhYTgyOTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "54d63a91-daaa-45f4-bd2f-4a41ca5d31a6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a6aad219-8210-4f04-82f0-55c1afd132da",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "63d94c45-f192-47b0-9cd7-12c6847cb5ea",
            "generatedFromUUID": "a6aad219-8210-4f04-82f0-55c1afd132da"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "63d94c45-f192-47b0-9cd7-12c6847cb5ea",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFkldzt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
      "artifactChecksum": "NzU2MDdiYjlmNTNiZmM0YmU3OWQ1MTY1MzEzZDk0MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1ea07bca-73d0-426a-8b2f-8251299d9f9d"
    }
  ],
  "workloadContext": "Production"
}
2022-08-16T04:22:50.642Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-16T04:22:50.642Z|dc4da4cd-8819-4668-8970-4aa9c0aa42d5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9 ASDC
2022-08-16T04:22:50.643Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f59cb735-b600-45be-9ae6-770383a42440
ServiceName:basic_onboard_FkLdzt
ServiceVersion:1.0
ServiceUUID:0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9
ServiceInvariantUUID:51bd8dce-ee44-4412-9024-7447e42b60f0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFkldzt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar
ArtifactUUID:1ea07bca-73d0-426a-8b2f-8251299d9f9d
ArtifactChecksum:NzU2MDdiYjlmNTNiZmM0YmU3OWQ1MTY1MzEzZDk0MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FkLdzt 0
ResourceCustomizationUUID:547c7e32-ed38-4cbd-ad79-66bd60a0895c
ResourceInvariantUUID:b7dc710c-5345-42bf-a6ce-e837a0200bd7
ResourceName:basic_onboard_FkLdzt
ResourceType:VF
ResourceUUID:9934e021-480e-4f42-9b14-543cfd76d461
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fkldzt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json
ArtifactUUID:54d63a91-daaa-45f4-bd2f-4a41ca5d31a6
ArtifactChecksum:NWNiZDUzZWZjYWE1NjZlYTUxYjI3NWY0YzFhYTgyOTg=
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/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a6aad219-8210-4f04-82f0-55c1afd132da
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/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env
ArtifactUUID:63d94c45-f192-47b0-9cd7-12c6847cb5ea
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/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env
ArtifactUUID:63d94c45-f192-47b0-9cd7-12c6847cb5ea
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-16T04:22:50.644Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9 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=?
2022-08-16T04:22:50.766Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:22:50.767Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-16T04:22:50.767Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-16T04:22:50.768Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1ea07bca-73d0-426a-8b2f-8251299d9f9d from URL: /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:50.768Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-16T04:22:50.768Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:51.326Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-16T04:22:51.330Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar 1ea07bca-73d0-426a-8b2f-8251299d9f9d 71565
2022-08-16T04:22:51.331Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar ASDC sendASDCNotification
2022-08-16T04:22:51.331Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:51.331Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:22:51.331Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:22:51.334Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:22:51.335Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623771330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:22:51.437Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-16T04:22:51.438Z||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.
2022-08-16T04:22:51.438Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:22:51.470Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:22:51.471Z||pool-26-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:22:52.336Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:22:52.337Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-16T04:22:52.338Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1ea07bca-73d0-426a-8b2f-8251299d9f9d, URL: /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar to file: /app/ASDC/1/service-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:52.338Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:52.338Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:52.339Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:52.808Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14085296621281684788/Definitions/service-BasicOnboardFkldzt-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
2022-08-16T04:22:55.074Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-16T04:22:55.076Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-16T04:22:55.076Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:55.076Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-16T04:22:55.076Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:55.077Z|f59cb735-b600-45be-9ae6-770383a42440|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-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:55.077Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:55.077Z|f59cb735-b600-45be-9ae6-770383a42440|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-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:55.077Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:55.077Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:55.077Z|f59cb735-b600-45be-9ae6-770383a42440|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-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:55.078Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FkLdzt 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-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:55.078Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFkldzt-csar.csar
2022-08-16T04:22:55.078Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-16T04:22:55.078Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:55.078Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:22:55.079Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FkLdzt 0 is matching search criteria
2022-08-16T04:22:55.079Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-16T04:22:55.079Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FkLdzt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:22:55.080Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:55.080Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:22:55.080Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FkLdzt 0 is matching search criteria
2022-08-16T04:22:55.080Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-16T04:22:55.081Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FkLdzt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:22:55.081Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:55.081Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:22:55.081Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:55.082Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FkLdzt 0 is not matching search criteria
2022-08-16T04:22:55.082Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-16T04:22:55.082Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-16T04:22:55.082Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-16T04:22:55.083Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-16T04:22:55.083Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-16T04:22:55.083Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:55.083Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-16T04:22:55.083Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:55.084Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FkLdzt 0 is matching search criteria
2022-08-16T04:22:55.084Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FkLdzt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:22:55.084Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:55.084Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FkLdzt 0 is matching search criteria
2022-08-16T04:22:55.085Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FkLdzt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:22:55.085Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:55.085Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FkLdzt 0 is matching search criteria
2022-08-16T04:22:55.085Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FkLdzt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:22:55.086Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:55.086Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FkLdzt 0 is not matching search criteria
2022-08-16T04:22:55.086Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-16T04:22:55.086Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-16T04:22:55.087Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ee43e9db-7f93-4df4-93cd-da40964d2c2b
2022-08-16T04:22:55.087Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:55.087Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:22:55.087Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:55.087Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:22:55.088Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:55.088Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:22:55.088Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:55.088Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:22:55.089Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_FkLdzt
Description:service
Model UUID:0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9
Model Version:NULL
Model InvariantUuid:51bd8dce-ee44-4412-9024-7447e42b60f0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_FkLdzt
Model UUID:cac15063-eb1f-42ba-85d8-51f6ade8eaaf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b7dc710c-5345-42bf-a6ce-e837a0200bd7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:547c7e32-ed38-4cbd-ad79-66bd60a0895c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7d8907b0-305e-4325-a4fa-a4eaf1f6e8d8
ModelName:BasicOnboardFkldzt..base_ubuntu18..module-0
ModelUuid:c9f92ed2-aba9-45da-84dd-775e17acc72e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ee43e9db-7f93-4df4-93cd-da40964d2c2b
ModelInvariantUuid:1db0ae5f-fa7e-4637-b7ce-a83428c76eaa
ModelName:basic_onboard_FkLdzt-nodes.ubuntu18Cvfc
ModelUuid:47b3ddb3-a5d0-45dd-b49d-26bc7d43ce9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:bb3ce1cc-025f-4d0a-8bef-1b05e707b544
ModelInvariantUuid:1960cb5e-25a8-4933-8f37-d4579a539d88
ModelName:BasicOnboardFkldzt.compute.nodes.heat.ubuntu18
ModelUuid:92167cf0-f858-4ad5-a000-c3fcc5d15acf
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-16T04:22:55.110Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 9934e021-480e-4f42-9b14-543cfd76d461
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:22:55.135Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||basic_onboard_FkLdzt 0
2022-08-16T04:22:55.136Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9934e021-480e-4f42-9b14-543cfd76d461
2022-08-16T04:22:55.136Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 54d63a91-daaa-45f4-bd2f-4a41ca5d31a6 from URL: /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json
2022-08-16T04:22:55.136Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-16T04:22:55.137Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json
2022-08-16T04:22:55.323Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-16T04:22:55.324Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json 54d63a91-daaa-45f4-bd2f-4a41ca5d31a6 798
2022-08-16T04:22:55.324Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json ASDC sendASDCNotification
2022-08-16T04:22:55.324Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json
2022-08-16T04:22:55.324Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:22:55.325Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:22:55.329Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:22:55.329Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623775324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:22:55.428Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:22:55.431Z||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.
2022-08-16T04:22:55.432Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:22:55.455Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:22:55.456Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:22:56.330Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardFkldzt..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7d8907b0-305e-4325-a4fa-a4eaf1f6e8d8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c9f92ed2-aba9-45da-84dd-775e17acc72e",
    "vfModuleModelCustomizationUUID": "e4224dc3-3782-4ce6-879a-8a7e8dbdbfcf",
    "isBase": true,
    "artifacts": [
      "a6aad219-8210-4f04-82f0-55c1afd132da",
      "63d94c45-f192-47b0-9cd7-12c6847cb5ea"
    ],
    "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": ""
    }
  }
]
2022-08-16T04:22:56.340Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFkldzt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c9f92ed2-aba9-45da-84dd-775e17acc72e
VfModuleModelInvariantUUID:7d8907b0-305e-4325-a4fa-a4eaf1f6e8d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6aad219-8210-4f04-82f0-55c1afd132da
,
63d94c45-f192-47b0-9cd7-12c6847cb5ea

}
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


}

2022-08-16T04:22:56.346Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardFkldzt..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7d8907b0-305e-4325-a4fa-a4eaf1f6e8d8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c9f92ed2-aba9-45da-84dd-775e17acc72e",
    "vfModuleModelCustomizationUUID": "e4224dc3-3782-4ce6-879a-8a7e8dbdbfcf",
    "isBase": true,
    "artifacts": [
      "a6aad219-8210-4f04-82f0-55c1afd132da",
      "63d94c45-f192-47b0-9cd7-12c6847cb5ea"
    ],
    "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": ""
    }
  }
]
2022-08-16T04:22:56.347Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFkldzt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c9f92ed2-aba9-45da-84dd-775e17acc72e
VfModuleModelInvariantUUID:7d8907b0-305e-4325-a4fa-a4eaf1f6e8d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6aad219-8210-4f04-82f0-55c1afd132da
,
63d94c45-f192-47b0-9cd7-12c6847cb5ea

}
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


}

2022-08-16T04:22:56.347Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a6aad219-8210-4f04-82f0-55c1afd132da from URL: /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml
2022-08-16T04:22:56.347Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-16T04:22:56.348Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml
2022-08-16T04:22:56.622Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-16T04:22:56.623Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml a6aad219-8210-4f04-82f0-55c1afd132da 5033
2022-08-16T04:22:56.623Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-16T04:22:56.624Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml
2022-08-16T04:22:56.624Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:22:56.625Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:22:56.628Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:22:56.628Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623776623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:22:56.728Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:22:56.730Z||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.
2022-08-16T04:22:56.730Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:22:56.759Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:22:56.759Z||pool-28-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:22:57.629Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 63d94c45-f192-47b0-9cd7-12c6847cb5ea from URL: /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env
2022-08-16T04:22:57.630Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-16T04:22:57.631Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env
2022-08-16T04:22:57.839Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-16T04:22:57.840Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env 63d94c45-f192-47b0-9cd7-12c6847cb5ea 909
2022-08-16T04:22:57.840Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-16T04:22:57.840Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env
2022-08-16T04:22:57.840Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:22:57.841Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:22:57.844Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:22:57.844Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623777840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:22:57.944Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:22:57.946Z||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.
2022-08-16T04:22:57.946Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:22:57.964Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:22:57.965Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:22:58.845Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9
2022-08-16T04:22:58.846Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_FkLdzt 0 9934e021-480e-4f42-9b14-543cfd76d461 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:22:58.890Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68f976ed, org.onap.sdc.toscaparser.api.parameters.Input@202f9f27, org.onap.sdc.toscaparser.api.parameters.Input@6b6d46ca, org.onap.sdc.toscaparser.api.parameters.Input@4e2472fa, org.onap.sdc.toscaparser.api.parameters.Input@6dc93bcd]
2022-08-16T04:22:58.893Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:58.894Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:22:58.895Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-08-16T04:22:58.895Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 547c7e32-ed38-4cbd-ad79-66bd60a0895c
2022-08-16T04:22:58.895Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 547c7e32-ed38-4cbd-ad79-66bd60a0895c matches Tosca VF Customization UUID: 547c7e32-ed38-4cbd-ad79-66bd60a0895c
2022-08-16T04:22:58.895Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 547c7e32-ed38-4cbd-ad79-66bd60a0895c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-16T04:22:58.899Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:58.900Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:22:58.901Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 547c7e32-ed38-4cbd-ad79-66bd60a0895c: {\"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\"}
2022-08-16T04:22:58.901Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d471b5b
2022-08-16T04:22:58.902Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:58.902Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-16T04:22:58.902Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e4224dc3-3782-4ce6-879a-8a7e8dbdbfcf
2022-08-16T04:22:58.903Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e4224dc3-3782-4ce6-879a-8a7e8dbdbfcf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-16T04:22:58.925Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:58.926Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FkLdzt 0 is matching search criteria
2022-08-16T04:22:58.926Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FkLdzt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:22:58.928Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:58.928Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FkLdzt 0 is matching search criteria
2022-08-16T04:22:58.929Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FkLdzt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:22:58.930Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:58.930Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FkLdzt 0 is not matching search criteria
2022-08-16T04:22:58.931Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-16T04:22:58.931Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-16T04:22:58.932Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ee43e9db-7f93-4df4-93cd-da40964d2c2b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-16T04:22:58.950Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:58.951Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FkLdzt 0 is matching search criteria
2022-08-16T04:22:58.951Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FkLdzt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:22:58.952Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:58.952Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FkLdzt 0 is matching search criteria
2022-08-16T04:22:58.952Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FkLdzt 0] matching following query criteria: sdcType=VF, customizationUUID=547c7e32-ed38-4cbd-ad79-66bd60a0895c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:22:58.970Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:58.971Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:22:58.971Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9: basic_onboard_FkLdzt
2022-08-16T04:22:58.971Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:58.972Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:22:58.972Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:58.972Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:22:58.973Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:58.973Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:22:58.973Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:58.974Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:22:58.974Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:22:58.974Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FkLdzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:22:58.977Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_FkLdzt 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-08-16T04:22:59.395Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_FkLdzt 9934e021-480e-4f42-9b14-543cfd76d461 1 ASDC deployResourceStructure
2022-08-16T04:22:59.396Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json ASDC sendASDCNotification
2022-08-16T04:22:59.396Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json
2022-08-16T04:22:59.396Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:22:59.397Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:22:59.401Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:22:59.402Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623779396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:22:59.502Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:22:59.503Z||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.
2022-08-16T04:22:59.503Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:22:59.529Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:22:59.530Z||pool-30-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:23:00.403Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-16T04:23:00.404Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml
2022-08-16T04:23:00.404Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:23:00.405Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:23:00.422Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:23:00.422Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623780403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-16T04:23:00.509Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-08-16T04:23:00.511Z||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.
2022-08-16T04:23:00.511Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:23:00.561Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:23:00.563Z||pool-31-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:23:01.423Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-16T04:23:01.423Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env
2022-08-16T04:23:01.425Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:23:01.425Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:23:01.428Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:23:01.428Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623781423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-16T04:23:01.528Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:23:01.530Z||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.
2022-08-16T04:23:01.530Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:23:01.557Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:23:01.558Z||pool-32-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:23:02.429Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar ASDC sendASDCNotification
2022-08-16T04:23:02.430Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar
2022-08-16T04:23:02.431Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:23:02.431Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:23:02.435Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:23:02.435Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623782429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:23:02.535Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:23:02.536Z||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.
2022-08-16T04:23:02.536Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:23:02.562Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:23:02.562Z||pool-33-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:23:03.437Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f59cb735-b600-45be-9ae6-770383a42440
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:23:03.457Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f59cb735-b600-45be-9ae6-770383a42440
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:23:03.468Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:23:03.471Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-16T04:23:03.475Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-16T04:23:03.475Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-16T04:23:03.476Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:23:03.477Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:23:03.477Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:23:03.479Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:23:03.481Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:23:03.487Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:23:03.488Z|f59cb735-b600-45be-9ae6-770383a42440|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=?
2022-08-16T04:23:03.502Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-16T04:23:15.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:23:15.295Z||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.
2022-08-16T04:23:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:23:15.943Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:23:15.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:23:15.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc4da4cd-8819-4668-8970-4aa9c0aa42d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623757947,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:23:15.945Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:23:15.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:23:15.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623758995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:23:15.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:23:15.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:23:15.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623758995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:23:15.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:23:15.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:23:15.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623758995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:23:15.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:23:15.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:23:15.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623758995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:23:15.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:23:15.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:23:15.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623758995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-16T04:23:15.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:23:15.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:23:15.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623758995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:23:15.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:23:15.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:23:15.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623758995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:23:15.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:23:15.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:23:15.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623771330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:23:15.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:23:15.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:23:15.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623775324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:23:15.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:23:15.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:23:15.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623776623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:23:15.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:23:15.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:23:15.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623777840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:23:15.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:23:15.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:23:15.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623779396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/basic_onboard_fkldzt0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:23:15.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:23:15.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:23:15.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623780403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-16T04:23:15.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:23:15.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:23:15.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623781423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/resourceInstances/basic_onboard_fkldzt0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-16T04:23:15.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:23:15.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:23:15.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623782429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkldzt/1.0/artifacts/service-BasicOnboardFkldzt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:23:15.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:23:33.511Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f59cb735-b600-45be-9ae6-770383a42440 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=?
2022-08-16T04:23:33.524Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f59cb735-b600-45be-9ae6-770383a42440 and serviceModelVersionId: 0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9
2022-08-16T04:23:33.524Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51bd8dce-ee44-4412-9024-7447e42b60f0
2022-08-16T04:23:33.526Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51bd8dce-ee44-4412-9024-7447e42b60f0/model-vers/model-ver/0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9?depth=0
2022-08-16T04:23:33.533Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-16T04:23:33.620Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51bd8dce-ee44-4412-9024-7447e42b60f0/model-vers/model-ver/0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9?depth=0|INFO|500||Invoke
2022-08-16T04:23:33.621Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51bd8dce-ee44-4412-9024-7447e42b60f0/model-vers/model-ver/0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51bd8dce-ee44-4412-9024-7447e42b60f0/model-vers/model-ver/0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f59cb735-b600-45be-9ae6-770383a42440], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0a67ac49-f915-4214-ab58-19820df8c1cc], X-ECOMP-RequestID=[f59cb735-b600-45be-9ae6-770383a42440], X-TransactionId=[], X-ONAP-RequestID=[f59cb735-b600-45be-9ae6-770383a42440], Content-Type=[application/merge-patch+json]}
2022-08-16T04:23:33.662Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51bd8dce-ee44-4412-9024-7447e42b60f0/model-vers/model-ver/0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-16T04:23:33.901Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51bd8dce-ee44-4412-9024-7447e42b60f0/model-vers/model-ver/0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51bd8dce-ee44-4412-9024-7447e42b60f0/model-vers/model-ver/0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220816-04:23:33:671-27227], vertex-id=[180240], Content-Length=[0], Date=[Tue, 16 Aug 2022 04:23:33 GMT], Content-Type=[application/json]}
2022-08-16T04:23:33.902Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51bd8dce-ee44-4412-9024-7447e42b60f0/model-vers/model-ver/0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-16T04:23:33.903Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51bd8dce-ee44-4412-9024-7447e42b60f0/model-vers/model-ver/0831d2e3-e164-4a7f-9faf-82c3c3b5e5b9?depth=0|INFO|500||InvokeReturn
2022-08-16T04:23:33.904Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-16T04:23:33.904Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:23:33.919Z|f59cb735-b600-45be-9ae6-770383a42440|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)
2022-08-16T04:23:33.920Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f59cb735-b600-45be-9ae6-770383a42440 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-16T04:23:33.921Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-16T04:23:33.921Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:23:33.925Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:23:33.925Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623813920,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:23:34.024Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-16T04:23:34.025Z||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.
2022-08-16T04:23:34.025Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:23:34.057Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:23:34.062Z||pool-34-thread-1|||||INFO|500||cambria reply ok (38 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=?
2022-08-16T04:23:34.972Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:23:34.973Z|f59cb735-b600-45be-9ae6-770383a42440|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.
2022-08-16T04:23:34.973Z|f59cb735-b600-45be-9ae6-770383a42440|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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:23:44.548Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:23:44.549Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:23:44.551Z|f59cb735-b600-45be-9ae6-770383a42440|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.
2022-08-16T04:23:44.551Z|f59cb735-b600-45be-9ae6-770383a42440|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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:23:54.148Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:23:54.151Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:23:54.152Z|f59cb735-b600-45be-9ae6-770383a42440|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.
2022-08-16T04:23:54.152Z|f59cb735-b600-45be-9ae6-770383a42440|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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:24:03.784Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:24:15.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:24:15.291Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:24:15.291Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:24:15.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:24:15.295Z||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.
2022-08-16T04:24:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:24:15.946Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:24:15.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-16T04:24:15.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f59cb735-b600-45be-9ae6-770383a42440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660623813920,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:24:15.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:24:24.897Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:25:15.290Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:25:15.292Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:25:15.292Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:25:15.295Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:25:15.296Z||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.
2022-08-16T04:25:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:25:24.882Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:25:24.891Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:26:15.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:26:15.291Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:26:15.292Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:26:15.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:26:15.294Z||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.
2022-08-16T04:26:15.294Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:26:24.874Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:26:24.886Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:27:15.290Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:27:15.293Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:27:15.293Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:27:15.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:27:15.295Z||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.
2022-08-16T04:27:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:27:24.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:27:24.932Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:28:15.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:28:15.291Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:28:15.291Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:28:15.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:28:15.294Z||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.
2022-08-16T04:28:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:28:24.890Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:28:24.892Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:29:15.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:29:15.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:29:15.291Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:29:15.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:29:15.295Z||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.
2022-08-16T04:29:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:29:24.870Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:29:24.896Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:30:15.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:30:15.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:30:15.291Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:30:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:30:15.295Z||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.
2022-08-16T04:30:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:30:15.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:30:15.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:15.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "cds",
  "timestamp": 1660624188252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:30:15.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:30:15.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:15.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624185751,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:30:15.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:30:15.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:15.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "policy-id",
  "timestamp": 1660624185203,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:30:15.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:30:15.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:15.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624185751,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:30:15.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:30:15.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:15.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "cds",
  "timestamp": 1660624188252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:30:15.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:30:15.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:15.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "policy-id",
  "timestamp": 1660624185203,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:30:15.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:30:15.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:15.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "cds",
  "timestamp": 1660624192386,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:30:15.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:30:15.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:15.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "policy-id",
  "timestamp": 1660624193261,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:30:15.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:30:15.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:15.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "clamp",
  "timestamp": 1660624191879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:30:15.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:30:15.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:15.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "cds",
  "timestamp": 1660624193395,
  "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=?
2022-08-16T04:30:15.939Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:30:15.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-16T04:30:15.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"45ac20ee-bfff-4ea5-a66c-7926c698728f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"464a6043-3b2d-4fe7-b0dd-0b47c819ce11","serviceDescription":"service","serviceInvariantUUID":"1343b0cb-794f-484c-95eb-6473208e3878","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"757dd0cf-60e6-46e7-9031-2d646e75f673","resourceInvariantUUID":"a67408f1-eb07-45cf-815d-0fb84eb37889","resourceCustomizationUUID":"bf950661-ecf0-42ee-aab3-3aa10f2403be","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":"NzhmYjFkYTlkYjUwNGI4ZjJhZTdlYjVlOWE0MGUyY2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fcb5ec1e-f37c-477b-884b-f77e76fc3ae6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTk2NjQ1NjkyMmZmZTVkYTQ4NTYyYzNlNTJhZGVkYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc82bc25-68a2-45ae-b93b-0201556bf76d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-16T04:30:15.952Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:30:15.953Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-16T04:30:15.961Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-16T04:30:15.962Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624215289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:30:15.989Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 45ac20ee-bfff-4ea5-a66c-7926c698728f
2022-08-16T04:30:15.989Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45ac20ee-bfff-4ea5-a66c-7926c698728f 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 (?, ?, ?, ?, ?)
2022-08-16T04:30:16.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:16.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "policy-id",
  "timestamp": 1660624194282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:30:16.043Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:30:16.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:16.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "clamp",
  "timestamp": 1660624191879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:30:16.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:30:16.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:16.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "policy-id",
  "timestamp": 1660624195288,
  "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=?
2022-08-16T04:30:16.061Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-16T04:30:16.062Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45ac20ee-bfff-4ea5-a66c-7926c698728f
2022-08-16T04:30:16.062Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45ac20ee-bfff-4ea5-a66c-7926c698728f and ComponentName POLICY
2022-08-16T04:30:16.062Z||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.
2022-08-16T04:30:16.062Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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 (?, ?, ?, ?, ?)
2022-08-16T04:30:16.081Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:30:16.082Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:30:16.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:16.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624196578,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:30:16.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:30:16.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:16.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624196578,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:30:16.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:30:16.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:16.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "clamp",
  "timestamp": 1660624198193,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:30:16.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:30:16.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:16.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "clamp",
  "timestamp": 1660624201207,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:30:16.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:30:16.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:16.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "aai-ml",
  "timestamp": 1660624200208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:30:16.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:30:16.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:16.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "clamp",
  "timestamp": 1660624202223,
  "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=?
2022-08-16T04:30:16.108Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 45ac20ee-bfff-4ea5-a66c-7926c698728f
2022-08-16T04:30:16.109Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45ac20ee-bfff-4ea5-a66c-7926c698728f 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 (?, ?, ?, ?, ?)
2022-08-16T04:30:16.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:16.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "aai-ml",
  "timestamp": 1660624200208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:30:16.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:30:16.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:16.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "aai-ml",
  "timestamp": 1660624203254,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:30:16.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:30:16.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:16.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "aai-ml",
  "timestamp": 1660624208302,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:30:16.132Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:30:16.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:16.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "aai-ml",
  "timestamp": 1660624209308,
  "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=?
2022-08-16T04:30:16.144Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 45ac20ee-bfff-4ea5-a66c-7926c698728f
2022-08-16T04:30:16.144Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45ac20ee-bfff-4ea5-a66c-7926c698728f 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 (?, ?, ?, ?, ?)
2022-08-16T04:30:16.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:16.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624209285,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:30:16.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:30:16.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:16.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624209285,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:30:16.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:30:16.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:30:16.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624212229,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:30:16.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:30:16.963Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:30:16.965Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:30:16.968Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:30:16.968Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624215289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:30:17.068Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:30:17.070Z||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.
2022-08-16T04:30:17.071Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:30:17.099Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:30:17.101Z||pool-36-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:30:17.971Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "464a6043-3b2d-4fe7-b0dd-0b47c819ce11",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1343b0cb-794f-484c-95eb-6473208e3878",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "bf950661-ecf0-42ee-aab3-3aa10f2403be",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "757dd0cf-60e6-46e7-9031-2d646e75f673",
      "resourceInvariantUUID": "a67408f1-eb07-45cf-815d-0fb84eb37889",
      "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": "YTk2NjQ1NjkyMmZmZTVkYTQ4NTYyYzNlNTJhZGVkYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc82bc25-68a2-45ae-b93b-0201556bf76d"
    }
  ],
  "workloadContext": "Production"
}
2022-08-16T04:30:17.972Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-16T04:30:17.972Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 464a6043-3b2d-4fe7-b0dd-0b47c819ce11 ASDC
2022-08-16T04:30:17.973Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:45ac20ee-bfff-4ea5-a66c-7926c698728f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:464a6043-3b2d-4fe7-b0dd-0b47c819ce11
ServiceInvariantUUID:1343b0cb-794f-484c-95eb-6473208e3878
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:fc82bc25-68a2-45ae-b93b-0201556bf76d
ArtifactChecksum:YTk2NjQ1NjkyMmZmZTVkYTQ4NTYyYzNlNTJhZGVkYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bf950661-ecf0-42ee-aab3-3aa10f2403be
ResourceInvariantUUID:a67408f1-eb07-45cf-815d-0fb84eb37889
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:757dd0cf-60e6-46e7-9031-2d646e75f673
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-08-16T04:30:17.974Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 464a6043-3b2d-4fe7-b0dd-0b47c819ce11 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=?
2022-08-16T04:30:18.069Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:30:18.071Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-16T04:30:18.071Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-16T04:30:18.071Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fc82bc25-68a2-45ae-b93b-0201556bf76d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-16T04:30:18.072Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-16T04:30:18.072Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-16T04:30:18.356Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-16T04:30:18.362Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fc82bc25-68a2-45ae-b93b-0201556bf76d 52509
2022-08-16T04:30:18.363Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-16T04:30:18.363Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-16T04:30:18.363Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:30:18.364Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:30:18.366Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:30:18.366Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624218363,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:30:18.466Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:30:18.467Z||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.
2022-08-16T04:30:18.468Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:30:18.492Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:30:18.493Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:30:19.367Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:30:19.369Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-16T04:30:19.369Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fc82bc25-68a2-45ae-b93b-0201556bf76d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-16T04:30:19.370Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-16T04:30:19.371Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-16T04:30:19.371Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-16T04:30:19.640Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10736310799878434347/Definitions/service-BasicNetwork-template.yml
2022-08-16T04:30:20.644Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-16T04:30:20.644Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-16T04:30:20.645Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-16T04:30:20.645Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-16T04:30:20.645Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||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
2022-08-16T04:30:20.645Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||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
2022-08-16T04:30:20.645Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||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
2022-08-16T04:30:20.646Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||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
2022-08-16T04:30:20.646Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-16T04:30:20.646Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||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
2022-08-16T04:30:20.646Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||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
2022-08-16T04:30:20.647Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||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
2022-08-16T04:30:20.647Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-16T04:30:20.647Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:30:20.647Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:30:20.648Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-16T04:30:20.648Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-16T04:30:20.648Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:30:20.649Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:30:20.649Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:30:20.649Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-16T04:30:20.649Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-16T04:30:20.649Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:30:20.650Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:30:20.650Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:30:20.650Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:30:20.650Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:30:20.650Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:30:20.651Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:30:20.651Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:30:20.651Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:30:20.651Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:30:20.651Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:30:20.651Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:464a6043-3b2d-4fe7-b0dd-0b47c819ce11
Model Version:NULL
Model InvariantUuid:1343b0cb-794f-484c-95eb-6473208e3878
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a67408f1-eb07-45cf-815d-0fb84eb37889
Model UUID:4407be8c-06fe-4889-9ef7-f630eab35ade
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:bf950661-ecf0-42ee-aab3-3aa10f2403be
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-16T04:30:20.689Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 757dd0cf-60e6-46e7-9031-2d646e75f673
2022-08-16T04:30:20.690Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||No resources found for Service: 464a6043-3b2d-4fe7-b0dd-0b47c819ce11
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:30:20.709Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||
2022-08-16T04:30:20.710Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-08-16T04:30:20.711Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 464a6043-3b2d-4fe7-b0dd-0b47c819ce11
2022-08-16T04:30:20.711Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 464a6043-3b2d-4fe7-b0dd-0b47c819ce11
2022-08-16T04:30:20.711Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-08-16T04:30:20.712Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:30:20.769Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@100d083, org.onap.sdc.toscaparser.api.parameters.Input@640f240b, org.onap.sdc.toscaparser.api.parameters.Input@1a0483f1, org.onap.sdc.toscaparser.api.parameters.Input@4eca9ea1, org.onap.sdc.toscaparser.api.parameters.Input@4949cb33]
2022-08-16T04:30:20.772Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:30:20.773Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:30:20.774Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:30:20.774Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:30:20.774Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 464a6043-3b2d-4fe7-b0dd-0b47c819ce11: Generic NeutronNet
2022-08-16T04:30:20.775Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:30:20.775Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:30:20.776Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:30:20.776Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||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_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-08-16T04:30:20.872Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:30:20.872Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:30:20.873Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:30:20.873Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:30:20.873Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:30:20.873Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:30:20.874Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_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_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_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 (?, ?)
2022-08-16T04:30:21.059Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-08-16T04:30:21.059Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-16T04:30:21.060Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-16T04:30:21.060Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:30:21.060Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:30:21.064Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:30:21.064Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624221059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:30:21.165Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-16T04:30:21.167Z||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.
2022-08-16T04:30:21.167Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:30:21.249Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:30:21.250Z||pool-38-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:30:22.065Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45ac20ee-bfff-4ea5-a66c-7926c698728f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:30:22.095Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45ac20ee-bfff-4ea5-a66c-7926c698728f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:30:22.103Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:30:22.104Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-16T04:30:22.104Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:30:22.104Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:30:52.104Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45ac20ee-bfff-4ea5-a66c-7926c698728f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:30:52.152Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45ac20ee-bfff-4ea5-a66c-7926c698728f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:30:52.165Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:30:52.166Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-16T04:30:52.166Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:30:52.172Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:31:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:31:15.296Z||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.
2022-08-16T04:31:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:31:15.352Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:31:15.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:31:15.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624214809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:31:15.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:31:22.173Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45ac20ee-bfff-4ea5-a66c-7926c698728f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:31:22.256Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45ac20ee-bfff-4ea5-a66c-7926c698728f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:31:22.263Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:31:22.264Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-16T04:31:22.264Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:31:22.264Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:31:52.264Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45ac20ee-bfff-4ea5-a66c-7926c698728f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:31:52.294Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45ac20ee-bfff-4ea5-a66c-7926c698728f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:31:52.304Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:31:52.305Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-16T04:31:52.305Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:31:52.305Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:32:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:32:15.298Z||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.
2022-08-16T04:32:15.299Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:32:15.367Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:32:15.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:32:15.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624215289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:32:15.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:32:22.306Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45ac20ee-bfff-4ea5-a66c-7926c698728f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:32:22.349Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45ac20ee-bfff-4ea5-a66c-7926c698728f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:32:22.376Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:32:22.376Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-16T04:32:22.376Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:32:22.377Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:32:52.377Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45ac20ee-bfff-4ea5-a66c-7926c698728f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:32:52.404Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45ac20ee-bfff-4ea5-a66c-7926c698728f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:32:52.411Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:32:52.411Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-16T04:32:52.411Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:32:52.411Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:33:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:33:15.296Z||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.
2022-08-16T04:33:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:33:15.349Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:33:15.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624215820,
  "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=?
2022-08-16T04:33:15.398Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 45ac20ee-bfff-4ea5-a66c-7926c698728f
2022-08-16T04:33:15.398Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45ac20ee-bfff-4ea5-a66c-7926c698728f 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 (?, ?, ?, ?, ?)
2022-08-16T04:33:15.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624215289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:33:15.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624218363,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:33:15.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:33:15.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624221059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:33:15.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:33:15.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "cds",
  "timestamp": 1660624248252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624245751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "clamp",
  "timestamp": 1660624251879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "cds",
  "timestamp": 1660624248252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624245751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "clamp",
  "timestamp": 1660624251879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624256577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624245751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "clamp",
  "timestamp": 1660624251879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "cds",
  "timestamp": 1660624248252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624256577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624245751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "clamp",
  "timestamp": 1660624251879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "cds",
  "timestamp": 1660624248252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624256577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624245751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "clamp",
  "timestamp": 1660624251879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "cds",
  "timestamp": 1660624248252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624256577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624245751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "clamp",
  "timestamp": 1660624251879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "cds",
  "timestamp": 1660624248252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624256577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "aai-ml",
  "timestamp": 1660624260207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624245751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "clamp",
  "timestamp": 1660624251879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "cds",
  "timestamp": 1660624248252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624256577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:33:15.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "aai-ml",
  "timestamp": 1660624260207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624245751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:33:15.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "clamp",
  "timestamp": 1660624251879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:33:15.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "cds",
  "timestamp": 1660624248252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:33:15.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624256577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "aai-ml",
  "timestamp": 1660624260207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "cds",
  "timestamp": 1660624264019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:33:15.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:33:15.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624256577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "aai-ml",
  "timestamp": 1660624260207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "cds",
  "timestamp": 1660624265031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-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 (?, ?, ?, ?, ?)
2022-08-16T04:33:15.508Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32ce7324-0596-4837-bef0-72ae9a5df14f
2022-08-16T04:33:15.508Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ce7324-0596-4837-bef0-72ae9a5df14f 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 (?, ?, ?, ?, ?)
2022-08-16T04:33:15.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "policy-id",
  "timestamp": 1660624265203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "aai-ml",
  "timestamp": 1660624260207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624265527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:33:15.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:33:15.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "policy-id",
  "timestamp": 1660624265203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "aai-ml",
  "timestamp": 1660624260207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624266719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-16T04:33:15.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:33:15.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "policy-id",
  "timestamp": 1660624265203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "aai-ml",
  "timestamp": 1660624260207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624267723,
  "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=?
2022-08-16T04:33:15.545Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 32ce7324-0596-4837-bef0-72ae9a5df14f
2022-08-16T04:33:15.545Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ce7324-0596-4837-bef0-72ae9a5df14f 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 (?, ?, ?, ?, ?)
2022-08-16T04:33:15.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "policy-id",
  "timestamp": 1660624265203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "aai-ml",
  "timestamp": 1660624260207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:33:15.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "policy-id",
  "timestamp": 1660624265203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "clamp",
  "timestamp": 1660624269207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:33:15.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:33:15.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "aai-ml",
  "timestamp": 1660624269172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:33:15.570Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:33:15.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "policy-id",
  "timestamp": 1660624265203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624269285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "policy-id",
  "timestamp": 1660624265203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "clamp",
  "timestamp": 1660624271216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:33:15.572Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:33:15.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624269285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "policy-id",
  "timestamp": 1660624265203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:33:15.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "clamp",
  "timestamp": 1660624272220,
  "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=?
2022-08-16T04:33:15.605Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 32ce7324-0596-4837-bef0-72ae9a5df14f
2022-08-16T04:33:15.606Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ce7324-0596-4837-bef0-72ae9a5df14f 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 (?, ?, ?, ?, ?)
2022-08-16T04:33:15.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624269285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624269285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "policy-id",
  "timestamp": 1660624274171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:33:15.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:33:15.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624269285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:15.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:33:15.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:33:15.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "policy-id",
  "timestamp": 1660624275179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:33:15.633Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:33:22.412Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45ac20ee-bfff-4ea5-a66c-7926c698728f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:33:22.445Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45ac20ee-bfff-4ea5-a66c-7926c698728f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:33:22.450Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:33:22.450Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-16T04:33:22.451Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-16T04:33:22.451Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-16T04:33:22.451Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:33:22.451Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:33:22.452Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:33:22.452Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:33:22.452Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:33:22.452Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:33:22.452Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-16T04:33:22.467Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-16T04:33:52.468Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45ac20ee-bfff-4ea5-a66c-7926c698728f 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=?
2022-08-16T04:33:52.489Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45ac20ee-bfff-4ea5-a66c-7926c698728f and serviceModelVersionId: 464a6043-3b2d-4fe7-b0dd-0b47c819ce11
2022-08-16T04:33:52.489Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1343b0cb-794f-484c-95eb-6473208e3878
2022-08-16T04:33:52.494Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1343b0cb-794f-484c-95eb-6473208e3878/model-vers/model-ver/464a6043-3b2d-4fe7-b0dd-0b47c819ce11?depth=0
2022-08-16T04:33:52.510Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-08-16T04:33:52.613Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1343b0cb-794f-484c-95eb-6473208e3878/model-vers/model-ver/464a6043-3b2d-4fe7-b0dd-0b47c819ce11?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]}
2022-08-16T04:33:52.616Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1343b0cb-794f-484c-95eb-6473208e3878/model-vers/model-ver/464a6043-3b2d-4fe7-b0dd-0b47c819ce11?depth=0|INFO|500||Invoke
2022-08-16T04:33:52.670Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1343b0cb-794f-484c-95eb-6473208e3878/model-vers/model-ver/464a6043-3b2d-4fe7-b0dd-0b47c819ce11?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-16T04:33:52.894Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1343b0cb-794f-484c-95eb-6473208e3878/model-vers/model-ver/464a6043-3b2d-4fe7-b0dd-0b47c819ce11?depth=0|INFO|500||InvokeReturn
2022-08-16T04:33:52.895Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1343b0cb-794f-484c-95eb-6473208e3878/model-vers/model-ver/464a6043-3b2d-4fe7-b0dd-0b47c819ce11?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220816-04:33:52:684-77654], vertex-id=[196624], Content-Length=[0], Date=[Tue, 16 Aug 2022 04:33:52 GMT], Content-Type=[application/json]}
2022-08-16T04:33:52.895Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-08-16T04:33:52.895Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-16T04:33:52.895Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:33:52.945Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-16T04:33:52.946Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45ac20ee-bfff-4ea5-a66c-7926c698728f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-16T04:33:52.947Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-16T04:33:52.947Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:33:52.952Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:33:52.952Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624432946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:33:53.052Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:33:53.053Z||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.
2022-08-16T04:33:53.055Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:33:53.088Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:33:53.093Z||pool-39-thread-1|||||INFO|500||cambria reply ok (41 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=?
2022-08-16T04:33:53.999Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:33:54.001Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:33:54.001Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:33:58.559Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:33:58.568Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-16T04:33:58.569Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"32ce7324-0596-4837-bef0-72ae9a5df14f","serviceName":"Demo_pNF_7hIGfGgHTciNvvrQ1aAa","serviceVersion":"1.0","serviceUUID":"9e373ce0-560a-45ed-b825-d191a68a48f5","serviceDescription":"catalog service description","serviceInvariantUUID":"f43eadef-5325-4d29-bff4-892d7e935256","resources":[{"resourceInstanceName":"pNF 62a6be61-fe13 0","resourceName":"pNF 62a6be61-fe13","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dc8295cb-fa8c-461f-8f0a-be25934089ff","resourceInvariantUUID":"251bf3b6-050e-417b-8c0d-d29e0d58605d","resourceCustomizationUUID":"ff7d95f5-410c-421e-8d55-ec28743b952b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vf-license-model.xml","artifactChecksum":"MDQwYzVhNWM1YWE1YjcxNDZiMTczNzkwNjkzNjUwNTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e623cdd-d1f7-4ec5-9d4e-17270108e4fc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/pNF.csar","artifactChecksum":"NGE1ODhlYzU1ZTMzNDJhNjY2ZjIyYThlNjU1Mjg4ZGY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26d912a7-bb6b-4047-aab3-43185ab59ab6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f816436-a635-486a-8485-24aba33361cc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vendor-license-model.xml","artifactChecksum":"MjA5NGY2NGJlMDI5ZGE5MzU3NjcwZTc2NzgzYmNiYTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"caebbf17-39de-40d4-9601-d3bfee106017","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"90c542a7-18da-4003-8c42-7c2704337b8c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f5db39f9-2c4d-4dd1-ad77-07eab461be26","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf7higfgghtcinvvrq1aaa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-template.yml","artifactChecksum":"YzI5M2IyZjZiOWM3YzE5OWRjM2IzOWQ0ZTAzNTBjYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83d68ff7-256d-4ef4-8ff1-8137599f7a44","artifactVersion":"1"},{"artifactName":"service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar","artifactChecksum":"NTM3YmJmZTE1NDk0MWRlNjJjNGUzODQwZGFhZmE5MmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a9ab1e9-9335-4118-8384-c59a7a5520f5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-16T04:33:58.572Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:33:58.573Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:33:58.576Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:33:58.576Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:58.681Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-16T04:33:58.683Z||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.
2022-08-16T04:33:58.683Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:33:58.719Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:33:58.720Z||pool-40-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:33:59.577Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:33:59.578Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:33:59.581Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:33:59.581Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:33:59.681Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:33:59.683Z||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.
2022-08-16T04:33:59.683Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:33:59.714Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:33:59.714Z||pool-41-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:34:00.582Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:34:00.592Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:34:00.596Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:34:00.596Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:00.698Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-16T04:34:00.699Z||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.
2022-08-16T04:34:00.699Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:34:00.776Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:34:00.777Z||pool-42-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:34:01.597Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:34:01.598Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:34:01.601Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:34:01.601Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:01.702Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:34:01.703Z||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.
2022-08-16T04:34:01.703Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:34:01.727Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:34:01.728Z||pool-43-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:34:02.602Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:34:02.603Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:34:02.606Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:34:02.606Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:02.706Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:34:02.707Z||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.
2022-08-16T04:34:02.707Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:34:02.757Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:34:02.758Z||pool-44-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:34:03.610Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:34:03.611Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:34:03.638Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:34:03.639Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:03.715Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2022-08-16T04:34:03.716Z||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.
2022-08-16T04:34:03.717Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:34:03.761Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:34:03.763Z||pool-45-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:34:04.639Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:34:04.643Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:34:04.646Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:34:04.646Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:04.747Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-16T04:34:04.749Z||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.
2022-08-16T04:34:04.750Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:34:04.778Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:34:04.778Z||pool-46-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:34:05.649Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:34:05.652Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:34:05.662Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:34:05.673Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:34:05.757Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-08-16T04:34:05.758Z||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.
2022-08-16T04:34:05.758Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:34:05.784Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:34:05.788Z||pool-47-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":3,"count":1}
2022-08-16T04:34:06.677Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "serviceName": "Demo_pNF_7hIGfGgHTciNvvrQ1aAa",
  "serviceVersion": "1.0",
  "serviceUUID": "9e373ce0-560a-45ed-b825-d191a68a48f5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f43eadef-5325-4d29-bff4-892d7e935256",
  "resources": [
    {
      "resourceInstanceName": "pNF 62a6be61-fe13 0",
      "resourceCustomizationUUID": "ff7d95f5-410c-421e-8d55-ec28743b952b",
      "resourceName": "pNF 62a6be61-fe13",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "dc8295cb-fa8c-461f-8f0a-be25934089ff",
      "resourceInvariantUUID": "251bf3b6-050e-417b-8c0d-d29e0d58605d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
      "artifactChecksum": "NTM3YmJmZTE1NDk0MWRlNjJjNGUzODQwZGFhZmE5MmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4a9ab1e9-9335-4118-8384-c59a7a5520f5"
    }
  ],
  "workloadContext": "Production"
}
2022-08-16T04:34:06.678Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-16T04:34:06.678Z|45ac20ee-bfff-4ea5-a66c-7926c698728f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9e373ce0-560a-45ed-b825-d191a68a48f5 ASDC
2022-08-16T04:34:06.700Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:32ce7324-0596-4837-bef0-72ae9a5df14f
ServiceName:Demo_pNF_7hIGfGgHTciNvvrQ1aAa
ServiceVersion:1.0
ServiceUUID:9e373ce0-560a-45ed-b825-d191a68a48f5
ServiceInvariantUUID:f43eadef-5325-4d29-bff4-892d7e935256
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
ArtifactUUID:4a9ab1e9-9335-4118-8384-c59a7a5520f5
ArtifactChecksum:NTM3YmJmZTE1NDk0MWRlNjJjNGUzODQwZGFhZmE5MmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 62a6be61-fe13 0
ResourceCustomizationUUID:ff7d95f5-410c-421e-8d55-ec28743b952b
ResourceInvariantUUID:251bf3b6-050e-417b-8c0d-d29e0d58605d
ResourceName:pNF 62a6be61-fe13
ResourceType:PNF
ResourceUUID:dc8295cb-fa8c-461f-8f0a-be25934089ff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-16T04:34:06.701Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e373ce0-560a-45ed-b825-d191a68a48f5 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=?
2022-08-16T04:34:06.809Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:34:06.810Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-16T04:34:06.811Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-16T04:34:06.811Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4a9ab1e9-9335-4118-8384-c59a7a5520f5 from URL: /sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
2022-08-16T04:34:06.812Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-16T04:34:06.812Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
2022-08-16T04:34:07.329Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-16T04:34:07.335Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar 4a9ab1e9-9335-4118-8384-c59a7a5520f5 82650
2022-08-16T04:34:07.336Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar ASDC sendASDCNotification
2022-08-16T04:34:07.336Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
2022-08-16T04:34:07.336Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:34:07.336Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:34:07.340Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:34:07.340Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624447336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:07.441Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-16T04:34:07.442Z||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.
2022-08-16T04:34:07.443Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:34:07.468Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:34:07.469Z||pool-48-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:34:08.341Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:34:08.343Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-16T04:34:08.343Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4a9ab1e9-9335-4118-8384-c59a7a5520f5, URL: /sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar to file: /app/ASDC/1/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
2022-08-16T04:34:08.344Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
2022-08-16T04:34:08.345Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
2022-08-16T04:34:08.345Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
2022-08-16T04:34:08.603Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5369381176825310220/Definitions/service-DemoPnf7higfgghtcinvvrq1aaa-template.yml
2022-08-16T04:34:10.052Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-16T04:34:10.053Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-16T04:34:10.054Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
2022-08-16T04:34:10.054Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-16T04:34:10.054Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 62a6be61-fe13 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-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
2022-08-16T04:34:10.054Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
2022-08-16T04:34:10.055Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
2022-08-16T04:34:10.056Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
2022-08-16T04:34:10.056Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
2022-08-16T04:34:10.056Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
2022-08-16T04:34:10.057Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
2022-08-16T04:34:10.057Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-16T04:34:10.058Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:34:10.058Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7hIGfGgHTciNvvrQ1aAa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:34:10.058Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Node template pNF 62a6be61-fe13 0 is matching search criteria
2022-08-16T04:34:10.059Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-16T04:34:10.059Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 62a6be61-fe13 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:34:10.060Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:34:10.060Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7hIGfGgHTciNvvrQ1aAa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:34:10.061Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Node template pNF 62a6be61-fe13 0 is matching search criteria
2022-08-16T04:34:10.061Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-16T04:34:10.061Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 62a6be61-fe13 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:34:10.062Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:34:10.062Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7hIGfGgHTciNvvrQ1aAa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:34:10.062Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:34:10.063Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7hIGfGgHTciNvvrQ1aAa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:34:10.063Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:34:10.063Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7hIGfGgHTciNvvrQ1aAa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:34:10.064Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:34:10.064Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7hIGfGgHTciNvvrQ1aAa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:34:10.064Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:34:10.065Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7hIGfGgHTciNvvrQ1aAa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:34:10.065Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_7hIGfGgHTciNvvrQ1aAa
Description:catalog service description
Model UUID:9e373ce0-560a-45ed-b825-d191a68a48f5
Model Version:NULL
Model InvariantUuid:f43eadef-5325-4d29-bff4-892d7e935256
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-16T04:34:10.076Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: dc8295cb-fa8c-461f-8f0a-be25934089ff
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:34:10.081Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||pNF 62a6be61-fe13 0
2022-08-16T04:34:10.082Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dc8295cb-fa8c-461f-8f0a-be25934089ff
2022-08-16T04:34:10.082Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 9e373ce0-560a-45ed-b825-d191a68a48f5
2022-08-16T04:34:10.082Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9e373ce0-560a-45ed-b825-d191a68a48f5
2022-08-16T04:34:10.082Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 62a6be61-fe13 0 dc8295cb-fa8c-461f-8f0a-be25934089ff ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:34:10.091Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2eeef15a, org.onap.sdc.toscaparser.api.parameters.Input@fefb7e7, org.onap.sdc.toscaparser.api.parameters.Input@2d63515b, org.onap.sdc.toscaparser.api.parameters.Input@369f0a7f, org.onap.sdc.toscaparser.api.parameters.Input@6fa249d7]
2022-08-16T04:34:10.091Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:34:10.092Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7hIGfGgHTciNvvrQ1aAa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:34:10.092Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9e373ce0-560a-45ed-b825-d191a68a48f5: pNF 62a6be61-fe13
2022-08-16T04:34:10.093Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||Processing PNF resource: dc8295cb-fa8c-461f-8f0a-be25934089ff
2022-08-16T04:34:10.093Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:34:10.093Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7hIGfGgHTciNvvrQ1aAa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:34:10.093Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||Resource customization UUID: ff7d95f5-410c-421e-8d55-ec28743b952b is the same as notified resource customizationUUID: ff7d95f5-410c-421e-8d55-ec28743b952b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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 (?, ?)
2022-08-16T04:34:10.194Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 62a6be61-fe13 dc8295cb-fa8c-461f-8f0a-be25934089ff 0 ASDC deployResourceStructure
2022-08-16T04:34:10.197Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar ASDC sendASDCNotification
2022-08-16T04:34:10.197Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar
2022-08-16T04:34:10.198Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:34:10.198Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:34:10.200Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:34:10.201Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624450197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:34:10.301Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:34:10.302Z||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.
2022-08-16T04:34:10.302Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:34:10.332Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:34:10.333Z||pool-49-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:34:11.205Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32ce7324-0596-4837-bef0-72ae9a5df14f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:34:11.246Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32ce7324-0596-4837-bef0-72ae9a5df14f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:34:11.252Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:34:11.252Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:34:11.252Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:34:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:34:15.295Z||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.
2022-08-16T04:34:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:34:15.318Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:34:15.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624269285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "policy-id",
  "timestamp": 1660624276185,
  "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=?
2022-08-16T04:34:15.362Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32ce7324-0596-4837-bef0-72ae9a5df14f
2022-08-16T04:34:15.363Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ce7324-0596-4837-bef0-72ae9a5df14f 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 (?, ?, ?, ?, ?)
2022-08-16T04:34:15.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "aai-ml",
  "timestamp": 1660624275287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:34:15.381Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624269285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.381Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "aai-ml",
  "timestamp": 1660624276295,
  "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=?
2022-08-16T04:34:15.420Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 32ce7324-0596-4837-bef0-72ae9a5df14f
2022-08-16T04:34:15.421Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ce7324-0596-4837-bef0-72ae9a5df14f 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 (?, ?, ?, ?, ?)
2022-08-16T04:34:15.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624269285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624278237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624281443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:34:15.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624276577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "cds",
  "timestamp": 1660624278257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "clamp",
  "timestamp": 1660624281879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624282457,
  "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=?
2022-08-16T04:34:15.491Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32ce7324-0596-4837-bef0-72ae9a5df14f
2022-08-16T04:34:15.492Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ce7324-0596-4837-bef0-72ae9a5df14f 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 (?, ?, ?, ?, ?)
2022-08-16T04:34:15.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624276577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "cds",
  "timestamp": 1660624278257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "clamp",
  "timestamp": 1660624281879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624276577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "cds",
  "timestamp": 1660624278257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "clamp",
  "timestamp": 1660624281879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "policy-id",
  "timestamp": 1660624285203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624276577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "cds",
  "timestamp": 1660624278257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "clamp",
  "timestamp": 1660624281879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "policy-id",
  "timestamp": 1660624285203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624285751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624276577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "cds",
  "timestamp": 1660624278257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "clamp",
  "timestamp": 1660624281879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "policy-id",
  "timestamp": 1660624285203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624285751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624276577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "cds",
  "timestamp": 1660624278257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "clamp",
  "timestamp": 1660624281879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "policy-id",
  "timestamp": 1660624285203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624285751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624276577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "cds",
  "timestamp": 1660624278257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "clamp",
  "timestamp": 1660624281879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "policy-id",
  "timestamp": 1660624285203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624285751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "cds",
  "timestamp": 1660624289689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.526Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "policy-id",
  "timestamp": 1660624285203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624285751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "cds",
  "timestamp": 1660624290700,
  "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 (?, ?, ?, ?, ?)
2022-08-16T04:34:15.557Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ba57527-f954-4aec-a653-dba7b26d8183
2022-08-16T04:34:15.557Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ba57527-f954-4aec-a653-dba7b26d8183 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 (?, ?, ?, ?, ?)
2022-08-16T04:34:15.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "policy-id",
  "timestamp": 1660624285203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "aai-ml",
  "timestamp": 1660624290207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624285751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "policy-id",
  "timestamp": 1660624293075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "aai-ml",
  "timestamp": 1660624290207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624285751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "aai-ml",
  "timestamp": 1660624290207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "policy-id",
  "timestamp": 1660624294082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:34:15.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624293712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "aai-ml",
  "timestamp": 1660624290207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "policy-id",
  "timestamp": 1660624295089,
  "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=?
2022-08-16T04:34:15.587Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ba57527-f954-4aec-a653-dba7b26d8183
2022-08-16T04:34:15.587Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ba57527-f954-4aec-a653-dba7b26d8183 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 (?, ?, ?, ?, ?)
2022-08-16T04:34:15.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624294860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "aai-ml",
  "timestamp": 1660624290207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624296059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "aai-ml",
  "timestamp": 1660624290207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624297075,
  "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=?
2022-08-16T04:34:15.612Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ba57527-f954-4aec-a653-dba7b26d8183
2022-08-16T04:34:15.612Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ba57527-f954-4aec-a653-dba7b26d8183 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=?
2022-08-16T04:34:15.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "aai-ml",
  "timestamp": 1660624290207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624298079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:34:15.626Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "aai-ml",
  "timestamp": 1660624298228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.626Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "clamp",
  "timestamp": 1660624299210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "cds",
  "timestamp": 1660624293252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "cds",
  "timestamp": 1660624293252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "clamp",
  "timestamp": 1660624301223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:34:15.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "cds",
  "timestamp": 1660624293252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "clamp",
  "timestamp": 1660624302233,
  "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=?
2022-08-16T04:34:15.646Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ba57527-f954-4aec-a653-dba7b26d8183
2022-08-16T04:34:15.646Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ba57527-f954-4aec-a653-dba7b26d8183 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 (?, ?, ?, ?, ?)
2022-08-16T04:34:15.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "cds",
  "timestamp": 1660624293252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "cds",
  "timestamp": 1660624293252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "cds",
  "timestamp": 1660624293252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "policy-id",
  "timestamp": 1660624305203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "cds",
  "timestamp": 1660624293252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "policy-id",
  "timestamp": 1660624305203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624305751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "cds",
  "timestamp": 1660624293252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "policy-id",
  "timestamp": 1660624305203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624305751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "cds",
  "timestamp": 1660624293252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624307306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "policy-id",
  "timestamp": 1660624305203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "aai-ml",
  "timestamp": 1660624307864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:34:15.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624305751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "cds",
  "timestamp": 1660624308736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "policy-id",
  "timestamp": 1660624305203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "aai-ml",
  "timestamp": 1660624308870,
  "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=?
2022-08-16T04:34:15.692Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ba57527-f954-4aec-a653-dba7b26d8183
2022-08-16T04:34:15.692Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ba57527-f954-4aec-a653-dba7b26d8183 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 (?, ?, ?, ?, ?)
2022-08-16T04:34:15.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624305751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "cds",
  "timestamp": 1660624309750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-16T04:34:15.744Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 867139b5-80e4-44db-a7d9-0b98d0959f51
2022-08-16T04:34:15.744Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 867139b5-80e4-44db-a7d9-0b98d0959f51 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 (?, ?, ?, ?, ?)
2022-08-16T04:34:15.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "policy-id",
  "timestamp": 1660624305203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624305751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "policy-id",
  "timestamp": 1660624305203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624305751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624311098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:34:15.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "policy-id",
  "timestamp": 1660624305203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624305751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624312110,
  "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=?
2022-08-16T04:34:15.781Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ba57527-f954-4aec-a653-dba7b26d8183
2022-08-16T04:34:15.782Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ba57527-f954-4aec-a653-dba7b26d8183 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 (?, ?, ?, ?, ?)
2022-08-16T04:34:15.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "clamp",
  "timestamp": 1660624311879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "policy-id",
  "timestamp": 1660624305203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624305751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "clamp",
  "timestamp": 1660624311879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624305751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "policy-id",
  "timestamp": 1660624315105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "clamp",
  "timestamp": 1660624311879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "policy-id",
  "timestamp": 1660624316132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:34:15.811Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "clamp",
  "timestamp": 1660624311879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624315738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.813Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "policy-id",
  "timestamp": 1660624317143,
  "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=?
2022-08-16T04:34:15.847Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 867139b5-80e4-44db-a7d9-0b98d0959f51
2022-08-16T04:34:15.847Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 867139b5-80e4-44db-a7d9-0b98d0959f51 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 (?, ?, ?, ?, ?)
2022-08-16T04:34:15.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "clamp",
  "timestamp": 1660624311879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624316856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "clamp",
  "timestamp": 1660624311879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624318031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "clamp",
  "timestamp": 1660624311879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624319161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "clamp",
  "timestamp": 1660624311879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624320214,
  "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=?
2022-08-16T04:34:15.906Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 867139b5-80e4-44db-a7d9-0b98d0959f51
2022-08-16T04:34:15.906Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 867139b5-80e4-44db-a7d9-0b98d0959f51 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=?
2022-08-16T04:34:15.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "clamp",
  "timestamp": 1660624311879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624321222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:34:15.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "aai-ml",
  "timestamp": 1660624320207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "aai-ml",
  "timestamp": 1660624320207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624322323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "aai-ml",
  "timestamp": 1660624320207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "aai-ml",
  "timestamp": 1660624320207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "aai-ml",
  "timestamp": 1660624320207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "aai-ml",
  "timestamp": 1660624320207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624326244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:34:15.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "aai-ml",
  "timestamp": 1660624320207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624327252,
  "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=?
2022-08-16T04:34:15.945Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 867139b5-80e4-44db-a7d9-0b98d0959f51
2022-08-16T04:34:15.946Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 867139b5-80e4-44db-a7d9-0b98d0959f51 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 (?, ?, ?, ?, ?)
2022-08-16T04:34:15.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "aai-ml",
  "timestamp": 1660624320207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:34:15.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "aai-ml",
  "timestamp": 1660624320207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:34:15.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:34:15.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "aai-ml",
  "timestamp": 1660624330223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:15.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:34:15.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "clamp",
  "timestamp": 1660624334219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:34:15.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:34:41.252Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32ce7324-0596-4837-bef0-72ae9a5df14f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:34:41.278Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32ce7324-0596-4837-bef0-72ae9a5df14f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:34:41.298Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:34:41.298Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-16T04:34:41.299Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-16T04:34:41.299Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-16T04:34:41.300Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:34:41.300Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:34:41.300Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:34:41.301Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:34:41.301Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:34:41.301Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:34:41.301Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:34:41.301Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-16T04:34:41.320Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-16T04:35:11.321Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 32ce7324-0596-4837-bef0-72ae9a5df14f 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=?
2022-08-16T04:35:11.339Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32ce7324-0596-4837-bef0-72ae9a5df14f and serviceModelVersionId: 9e373ce0-560a-45ed-b825-d191a68a48f5
2022-08-16T04:35:11.340Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f43eadef-5325-4d29-bff4-892d7e935256
2022-08-16T04:35:11.342Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f43eadef-5325-4d29-bff4-892d7e935256/model-vers/model-ver/9e373ce0-560a-45ed-b825-d191a68a48f5?depth=0
2022-08-16T04:35:11.348Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-08-16T04:35:11.440Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f43eadef-5325-4d29-bff4-892d7e935256/model-vers/model-ver/9e373ce0-560a-45ed-b825-d191a68a48f5?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]}
2022-08-16T04:35:11.444Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f43eadef-5325-4d29-bff4-892d7e935256/model-vers/model-ver/9e373ce0-560a-45ed-b825-d191a68a48f5?depth=0|INFO|500||Invoke
2022-08-16T04:35:11.478Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f43eadef-5325-4d29-bff4-892d7e935256/model-vers/model-ver/9e373ce0-560a-45ed-b825-d191a68a48f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-16T04:35:11.607Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f43eadef-5325-4d29-bff4-892d7e935256/model-vers/model-ver/9e373ce0-560a-45ed-b825-d191a68a48f5?depth=0|INFO|500||InvokeReturn
2022-08-16T04:35:11.608Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f43eadef-5325-4d29-bff4-892d7e935256/model-vers/model-ver/9e373ce0-560a-45ed-b825-d191a68a48f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220816-04:35:11:491-68623], vertex-id=[213200], Content-Length=[0], Date=[Tue, 16 Aug 2022 04:35:11 GMT], Content-Type=[application/json]}
2022-08-16T04:35:11.610Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-08-16T04:35:11.611Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-16T04:35:11.611Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:35:11.617Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-16T04:35:11.618Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32ce7324-0596-4837-bef0-72ae9a5df14f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-16T04:35:11.618Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-16T04:35:11.619Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:35:11.621Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:35:11.621Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624511618,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:35:11.722Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:35:11.724Z||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.
2022-08-16T04:35:11.724Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:11.750Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:11.752Z||pool-50-thread-1|||||INFO|500||cambria reply ok (29 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=?
2022-08-16T04:35:12.652Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-16T04:35:12.653Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ba57527-f954-4aec-a653-dba7b26d8183","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1c8d386c-b242-4c13-9387-f4d659860ebb","serviceDescription":"service","serviceInvariantUUID":"9d58fe0c-1025-43f8-94e5-4f084fb1da2b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b66ce864-ba40-4e07-914f-850c6e3e8b92","resourceInvariantUUID":"91b1b6fd-b31b-492a-9936-c74c26ff96cf","resourceCustomizationUUID":"d6369455-8d28-4b4c-a990-b181892f4655","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":"ZDVhNjRjOWI2YjNhOTYyMmNlMTE5NjY3OGM2N2E0MDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d2de09d-9982-4ad2-936c-6022470662f5","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":"ZTI1NTY5OTNlYWJmNGQ3NzNlYWFmNjY3YTg2YjUzMTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df28d504-4817-43a9-8d0e-83c5d3f89abe","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3b9b0850-fa6b-4318-a51f-d11f64bb2812","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":"0797d7a6-b5c7-4125-992b-e52adb1faee0","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":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2250ea85-dde2-4a21-95e0-75f25caa7d46","artifactVersion":"2","generatedFromUUID":"3b9b0850-fa6b-4318-a51f-d11f64bb2812"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzRjNTI1ZTVhMmNmNzRhMmM5ZjY2OTBlNDMwYmUwNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3445d176-f55b-4d16-b434-dd2b7121e0dc","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjM1ODkwNDNlY2FkOTg3MjZmOGE2YmQ0NzE2NTY5NzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eadcb861-e4a0-415e-be78-86c7bc12d4da","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-16T04:35:12.654Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:35:12.655Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:35:12.657Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:35:12.657Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:35:12.758Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:35:12.760Z||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.
2022-08-16T04:35:12.760Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:12.789Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:12.790Z||pool-51-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:35:13.658Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:35:13.659Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:35:13.662Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:35:13.662Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:35:13.762Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:35:13.763Z||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.
2022-08-16T04:35:13.763Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:13.794Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:13.795Z||pool-52-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:35:14.663Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:35:14.664Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:35:14.672Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:35:14.675Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:35:14.775Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:35:14.776Z||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.
2022-08-16T04:35:14.777Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:14.812Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:14.813Z||pool-53-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:35:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:35:15.295Z||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.
2022-08-16T04:35:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:15.336Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:15.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:35:15.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "clamp",
  "timestamp": 1660624336231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:35:15.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:35:15.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:35:15.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "clamp",
  "timestamp": 1660624337236,
  "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=?
2022-08-16T04:35:15.349Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 867139b5-80e4-44db-a7d9-0b98d0959f51
2022-08-16T04:35:15.349Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 867139b5-80e4-44db-a7d9-0b98d0959f51 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 (?, ?, ?, ?, ?)
2022-08-16T04:35:15.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:35:15.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "aai-ml",
  "timestamp": 1660624339326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:35:15.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:35:15.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:35:15.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "aai-ml",
  "timestamp": 1660624340332,
  "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=?
2022-08-16T04:35:15.386Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 867139b5-80e4-44db-a7d9-0b98d0959f51
2022-08-16T04:35:15.387Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 867139b5-80e4-44db-a7d9-0b98d0959f51 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 (?, ?, ?, ?, ?)
2022-08-16T04:35:15.676Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:35:15.677Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:35:15.679Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:35:15.680Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:35:15.780Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:35:15.781Z||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.
2022-08-16T04:35:15.782Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:15.813Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:15.814Z||pool-54-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:35:16.680Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:35:16.682Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:35:16.687Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:35:16.688Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-16T04:35:16.786Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-16T04:35:16.787Z||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.
2022-08-16T04:35:16.788Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:16.807Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:16.808Z||pool-55-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:35:17.688Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:35:17.690Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:35:17.694Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:35:17.694Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:35:17.794Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:35:17.796Z||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.
2022-08-16T04:35:17.796Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:17.823Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:17.824Z||pool-56-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:35:18.695Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:35:18.696Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:35:18.702Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:35:18.703Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:35:18.799Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-16T04:35:18.800Z||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.
2022-08-16T04:35:18.801Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:18.821Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:18.822Z||pool-57-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:35:19.705Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "1c8d386c-b242-4c13-9387-f4d659860ebb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9d58fe0c-1025-43f8-94e5-4f084fb1da2b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d6369455-8d28-4b4c-a990-b181892f4655",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b66ce864-ba40-4e07-914f-850c6e3e8b92",
      "resourceInvariantUUID": "91b1b6fd-b31b-492a-9936-c74c26ff96cf",
      "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": "ZTI1NTY5OTNlYWJmNGQ3NzNlYWFmNjY3YTg2YjUzMTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df28d504-4817-43a9-8d0e-83c5d3f89abe",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3b9b0850-fa6b-4318-a51f-d11f64bb2812",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2250ea85-dde2-4a21-95e0-75f25caa7d46",
            "generatedFromUUID": "3b9b0850-fa6b-4318-a51f-d11f64bb2812"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2250ea85-dde2-4a21-95e0-75f25caa7d46",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjM1ODkwNDNlY2FkOTg3MjZmOGE2YmQ0NzE2NTY5NzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eadcb861-e4a0-415e-be78-86c7bc12d4da"
    }
  ],
  "workloadContext": "Production"
}
2022-08-16T04:35:19.705Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-16T04:35:19.706Z|32ce7324-0596-4837-bef0-72ae9a5df14f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c8d386c-b242-4c13-9387-f4d659860ebb ASDC
2022-08-16T04:35:19.707Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6ba57527-f954-4aec-a653-dba7b26d8183
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1c8d386c-b242-4c13-9387-f4d659860ebb
ServiceInvariantUUID:9d58fe0c-1025-43f8-94e5-4f084fb1da2b
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:eadcb861-e4a0-415e-be78-86c7bc12d4da
ArtifactChecksum:NjM1ODkwNDNlY2FkOTg3MjZmOGE2YmQ0NzE2NTY5NzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d6369455-8d28-4b4c-a990-b181892f4655
ResourceInvariantUUID:91b1b6fd-b31b-492a-9936-c74c26ff96cf
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b66ce864-ba40-4e07-914f-850c6e3e8b92
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:df28d504-4817-43a9-8d0e-83c5d3f89abe
ArtifactChecksum:ZTI1NTY5OTNlYWJmNGQ3NzNlYWFmNjY3YTg2YjUzMTQ=
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:3b9b0850-fa6b-4318-a51f-d11f64bb2812
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
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:2250ea85-dde2-4a21-95e0-75f25caa7d46
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
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:2250ea85-dde2-4a21-95e0-75f25caa7d46
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-16T04:35:19.707Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c8d386c-b242-4c13-9387-f4d659860ebb 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=?
2022-08-16T04:35:19.786Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:35:19.787Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-16T04:35:19.787Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-16T04:35:19.787Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eadcb861-e4a0-415e-be78-86c7bc12d4da from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-16T04:35:19.787Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-16T04:35:19.788Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-16T04:35:20.120Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-16T04:35:20.124Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar eadcb861-e4a0-415e-be78-86c7bc12d4da 71075
2022-08-16T04:35:20.125Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-16T04:35:20.125Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-16T04:35:20.125Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:35:20.126Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:35:20.129Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:35:20.130Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624520125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:35:20.229Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:35:20.230Z||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.
2022-08-16T04:35:20.230Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:20.307Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:20.308Z||pool-58-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":2,"count":1}
2022-08-16T04:35:21.133Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:35:21.135Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-16T04:35:21.144Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: eadcb861-e4a0-415e-be78-86c7bc12d4da, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-16T04:35:21.144Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-08-16T04:35:21.145Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-16T04:35:21.145Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-08-16T04:35:21.467Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3902464244448435038/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" 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_related_networks" 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_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-08-16T04:35:23.908Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-16T04:35:23.909Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-16T04:35:23.909Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-16T04:35:23.909Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-16T04:35:23.909Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-16T04:35:23.909Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||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
2022-08-16T04:35:23.909Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-16T04:35:23.909Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-16T04:35:23.909Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-16T04:35:23.910Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||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
2022-08-16T04:35:23.910Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-16T04:35:23.910Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||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
2022-08-16T04:35:23.910Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-16T04:35:23.910Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-16T04:35:23.910Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:23.911Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:35:23.911Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-16T04:35:23.911Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-16T04:35:23.912Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:35:23.912Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:23.912Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:35:23.913Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-16T04:35:23.913Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-16T04:35:23.914Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:35:23.914Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:23.914Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:35:23.914Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:23.915Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-16T04:35:23.915Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-16T04:35:23.915Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-16T04:35:23.915Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-16T04:35:23.915Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-16T04:35:23.916Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-16T04:35:23.916Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:23.916Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-16T04:35:23.916Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:23.917Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-16T04:35:23.917Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:35:23.917Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:23.918Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-16T04:35:23.918Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:35:23.918Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:23.918Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-16T04:35:23.918Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:35:23.919Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:23.919Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-16T04:35:23.919Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-16T04:35:23.920Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-16T04:35:23.920Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=113047f8-738a-4a74-ac20-5a2a6d7fe89c
2022-08-16T04:35:23.920Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:23.920Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:35:23.921Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:23.922Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:35:23.922Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:23.922Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:35:23.922Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:23.923Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:35:23.923Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:1c8d386c-b242-4c13-9387-f4d659860ebb
Model Version:NULL
Model InvariantUuid:9d58fe0c-1025-43f8-94e5-4f084fb1da2b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:c51265af-0edb-46eb-bd6b-058f8d935ff1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:91b1b6fd-b31b-492a-9936-c74c26ff96cf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d6369455-8d28-4b4c-a990-b181892f4655
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3e855968-bc31-484b-8fe1-5d8be2576197
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:2d1ea0be-75f4-4de5-a54e-d7054d0f871c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:113047f8-738a-4a74-ac20-5a2a6d7fe89c
ModelInvariantUuid:5eec7b46-f5c2-4d55-a48c-a3968d43829f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0711abb2-8fd5-4734-b508-203d9eb9f709
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b2900aca-b149-4fbd-87ff-bc27342f09e5
ModelInvariantUuid:1ee7d16a-3de5-4a39-a789-3732ada39dc1
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:d3619c92-637a-4f19-acb6-050d7dda0632
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-16T04:35:23.938Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b66ce864-ba40-4e07-914f-850c6e3e8b92
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:35:23.944Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-08-16T04:35:23.944Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b66ce864-ba40-4e07-914f-850c6e3e8b92
2022-08-16T04:35:23.944Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: df28d504-4817-43a9-8d0e-83c5d3f89abe from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-16T04:35:23.944Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-16T04:35:23.945Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||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
2022-08-16T04:35:24.094Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-16T04:35:24.095Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json df28d504-4817-43a9-8d0e-83c5d3f89abe 787
2022-08-16T04:35:24.095Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||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
2022-08-16T04:35:24.095Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||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
2022-08-16T04:35:24.095Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:35:24.101Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:35:24.105Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:35:24.105Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624524095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:35:24.205Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:35:24.207Z||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.
2022-08-16T04:35:24.207Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:24.242Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:24.242Z||pool-59-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:35:25.106Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3e855968-bc31-484b-8fe1-5d8be2576197",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d1ea0be-75f4-4de5-a54e-d7054d0f871c",
    "vfModuleModelCustomizationUUID": "e910a9bd-3f32-46e8-969f-e121e2b8a2e6",
    "isBase": true,
    "artifacts": [
      "3b9b0850-fa6b-4318-a51f-d11f64bb2812",
      "2250ea85-dde2-4a21-95e0-75f25caa7d46"
    ],
    "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": ""
    }
  }
]
2022-08-16T04:35:25.112Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d1ea0be-75f4-4de5-a54e-d7054d0f871c
VfModuleModelInvariantUUID:3e855968-bc31-484b-8fe1-5d8be2576197
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b9b0850-fa6b-4318-a51f-d11f64bb2812
,
2250ea85-dde2-4a21-95e0-75f25caa7d46

}
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


}

2022-08-16T04:35:25.115Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3e855968-bc31-484b-8fe1-5d8be2576197",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d1ea0be-75f4-4de5-a54e-d7054d0f871c",
    "vfModuleModelCustomizationUUID": "e910a9bd-3f32-46e8-969f-e121e2b8a2e6",
    "isBase": true,
    "artifacts": [
      "3b9b0850-fa6b-4318-a51f-d11f64bb2812",
      "2250ea85-dde2-4a21-95e0-75f25caa7d46"
    ],
    "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": ""
    }
  }
]
2022-08-16T04:35:25.115Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d1ea0be-75f4-4de5-a54e-d7054d0f871c
VfModuleModelInvariantUUID:3e855968-bc31-484b-8fe1-5d8be2576197
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b9b0850-fa6b-4318-a51f-d11f64bb2812
,
2250ea85-dde2-4a21-95e0-75f25caa7d46

}
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


}

2022-08-16T04:35:25.115Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3b9b0850-fa6b-4318-a51f-d11f64bb2812 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-16T04:35:25.116Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-16T04:35:25.116Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-16T04:35:25.234Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-16T04:35:25.234Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 3b9b0850-fa6b-4318-a51f-d11f64bb2812 5033
2022-08-16T04:35:25.235Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||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
2022-08-16T04:35:25.235Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||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
2022-08-16T04:35:25.235Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:35:25.235Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:35:25.238Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:35:25.238Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624525235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:35:25.344Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-08-16T04:35:25.346Z||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.
2022-08-16T04:35:25.346Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:25.365Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:25.367Z||pool-60-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:35:26.239Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2250ea85-dde2-4a21-95e0-75f25caa7d46 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-16T04:35:26.240Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-16T04:35:26.240Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-16T04:35:26.441Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-16T04:35:26.442Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2250ea85-dde2-4a21-95e0-75f25caa7d46 903
2022-08-16T04:35:26.443Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||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
2022-08-16T04:35:26.443Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||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
2022-08-16T04:35:26.444Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:35:26.444Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:35:26.449Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:35:26.450Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624526443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:35:26.550Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-16T04:35:26.551Z||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.
2022-08-16T04:35:26.552Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:26.571Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:26.572Z||pool-61-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:35:27.452Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1c8d386c-b242-4c13-9387-f4d659860ebb
2022-08-16T04:35:27.452Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b66ce864-ba40-4e07-914f-850c6e3e8b92 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:35:27.508Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48b670b3, org.onap.sdc.toscaparser.api.parameters.Input@52fe85ef, org.onap.sdc.toscaparser.api.parameters.Input@4b26108d, org.onap.sdc.toscaparser.api.parameters.Input@6a49944d, org.onap.sdc.toscaparser.api.parameters.Input@1181425f]
2022-08-16T04:35:27.511Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:27.511Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:35:27.511Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-08-16T04:35:27.511Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d6369455-8d28-4b4c-a990-b181892f4655
2022-08-16T04:35:27.512Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d6369455-8d28-4b4c-a990-b181892f4655 matches Tosca VF Customization UUID: d6369455-8d28-4b4c-a990-b181892f4655
2022-08-16T04:35:27.512Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d6369455-8d28-4b4c-a990-b181892f4655  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-16T04:35:27.526Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:27.529Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:35:27.531Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d6369455-8d28-4b4c-a990-b181892f4655: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-08-16T04:35:27.531Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ae2be42
2022-08-16T04:35:27.532Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:27.532Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-16T04:35:27.533Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e910a9bd-3f32-46e8-969f-e121e2b8a2e6
2022-08-16T04:35:27.533Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e910a9bd-3f32-46e8-969f-e121e2b8a2e6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-16T04:35:27.547Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:27.547Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-16T04:35:27.548Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:35:27.549Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:27.549Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-16T04:35:27.549Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:35:27.550Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:27.550Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-16T04:35:27.551Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-16T04:35:27.551Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-16T04:35:27.552Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=113047f8-738a-4a74-ac20-5a2a6d7fe89c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-16T04:35:27.559Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:27.562Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-16T04:35:27.562Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:35:27.563Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:27.563Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-16T04:35:27.563Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d6369455-8d28-4b4c-a990-b181892f4655
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:35:27.574Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:27.574Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:35:27.574Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1c8d386c-b242-4c13-9387-f4d659860ebb: basic_vm
2022-08-16T04:35:27.575Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:27.575Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:35:27.575Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:27.575Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:35:27.575Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:27.575Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:35:27.576Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:27.576Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:35:27.576Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:35:27.576Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:35:27.576Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-08-16T04:35:27.870Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b66ce864-ba40-4e07-914f-850c6e3e8b92 1 ASDC deployResourceStructure
2022-08-16T04:35:27.870Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||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
2022-08-16T04:35:27.870Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||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
2022-08-16T04:35:27.871Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:35:27.871Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:35:27.874Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:35:27.875Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624527870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:35:27.975Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:35:27.976Z||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.
2022-08-16T04:35:27.976Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:28.009Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:28.010Z||pool-62-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:35:28.877Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||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
2022-08-16T04:35:28.878Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||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
2022-08-16T04:35:28.881Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:35:28.881Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:35:28.884Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:35:28.884Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624528877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-16T04:35:28.985Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-16T04:35:28.986Z||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.
2022-08-16T04:35:28.986Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:29.047Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:29.048Z||pool-63-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:35:29.886Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||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
2022-08-16T04:35:29.886Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||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
2022-08-16T04:35:29.886Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:35:29.886Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:35:29.888Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:35:29.889Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624529885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-16T04:35:29.989Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:35:29.990Z||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.
2022-08-16T04:35:29.991Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:30.055Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:30.056Z||pool-64-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:35:30.889Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-16T04:35:30.890Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-16T04:35:30.891Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:35:30.891Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:35:30.893Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:35:30.893Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624530889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:35:30.994Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:35:30.995Z||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.
2022-08-16T04:35:30.995Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:35:31.041Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:35:31.042Z||pool-65-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:35:31.895Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ba57527-f954-4aec-a653-dba7b26d8183
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:35:31.934Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ba57527-f954-4aec-a653-dba7b26d8183
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:35:31.939Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:35:31.939Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-16T04:35:31.939Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-16T04:35:31.939Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-16T04:35:31.939Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:35:31.940Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:35:31.940Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:35:31.940Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:35:31.940Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:35:31.940Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:35:31.940Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-16T04:35:31.955Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-16T04:36:01.955Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ba57527-f954-4aec-a653-dba7b26d8183 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=?
2022-08-16T04:36:01.973Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ba57527-f954-4aec-a653-dba7b26d8183 and serviceModelVersionId: 1c8d386c-b242-4c13-9387-f4d659860ebb
2022-08-16T04:36:01.974Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d58fe0c-1025-43f8-94e5-4f084fb1da2b
2022-08-16T04:36:01.975Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d58fe0c-1025-43f8-94e5-4f084fb1da2b/model-vers/model-ver/1c8d386c-b242-4c13-9387-f4d659860ebb?depth=0
2022-08-16T04:36:01.980Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-08-16T04:36:02.048Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d58fe0c-1025-43f8-94e5-4f084fb1da2b/model-vers/model-ver/1c8d386c-b242-4c13-9387-f4d659860ebb?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]}
2022-08-16T04:36:02.050Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d58fe0c-1025-43f8-94e5-4f084fb1da2b/model-vers/model-ver/1c8d386c-b242-4c13-9387-f4d659860ebb?depth=0|INFO|500||Invoke
2022-08-16T04:36:02.102Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d58fe0c-1025-43f8-94e5-4f084fb1da2b/model-vers/model-ver/1c8d386c-b242-4c13-9387-f4d659860ebb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-16T04:36:02.249Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d58fe0c-1025-43f8-94e5-4f084fb1da2b/model-vers/model-ver/1c8d386c-b242-4c13-9387-f4d659860ebb?depth=0|INFO|500||InvokeReturn
2022-08-16T04:36:02.251Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d58fe0c-1025-43f8-94e5-4f084fb1da2b/model-vers/model-ver/1c8d386c-b242-4c13-9387-f4d659860ebb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220816-04:36:02:120-95449], vertex-id=[241704], Content-Length=[0], Date=[Tue, 16 Aug 2022 04:36:02 GMT], Content-Type=[application/json]}
2022-08-16T04:36:02.252Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-08-16T04:36:02.252Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-16T04:36:02.253Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:36:02.281Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-16T04:36:02.281Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ba57527-f954-4aec-a653-dba7b26d8183 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-16T04:36:02.281Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-16T04:36:02.282Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:02.285Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:02.285Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624562281,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:36:02.385Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:36:02.386Z||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.
2022-08-16T04:36:02.386Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:02.431Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:02.432Z||pool-66-thread-1|||||INFO|500||cambria reply ok (47 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=?
2022-08-16T04:36:03.314Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-16T04:36:03.314Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"867139b5-80e4-44db-a7d9-0b98d0959f51","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"1b715e41-9236-41a4-9633-6b789b24977f","serviceDescription":"service","serviceInvariantUUID":"a09aaf90-ff51-43a1-9623-891d3940b2d3","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"31958c9d-b7ca-4002-aca2-03df28878524","resourceInvariantUUID":"9c68d7aa-6555-4605-8248-2e994cb0386b","resourceCustomizationUUID":"1a2f7c6a-d215-4740-9d29-4d14d040f2bb","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":"ZGVhOTdhZTgwZThlZGMwNGQxMWJmNTlhMjBjZDUxOWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ac4a0bd-ba6e-42ae-b702-2daf8931d5b4","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":"1f0ba6da-88ca-427e-9c3d-1d95d2440811","artifactVersion":"2","generatedFromUUID":"d717d0d1-7743-42b1-9295-4f89bbdd043d"},{"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":"d717d0d1-7743-42b1-9295-4f89bbdd043d","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":"ZWYxYzg2MWQ3YmQzMjBmYjNlYTUzOGY2ODA3YmExMzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"437e40f0-3ea9-4ff5-949d-5a7a5070aac3","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":"0f40b117-583a-406f-add9-89df59b484b2","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":"63170e03-026f-4800-9ce2-b9ebb84e5801","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":"04c74791-2bea-46c3-95bb-88a04612ed3f","artifactVersion":"2","generatedFromUUID":"0f40b117-583a-406f-add9-89df59b484b2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MzM0MjQ5MTFjYzEyMzU1ZTk2NTU2NjJhNGU2MmE3ODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7eccfb0c-5f22-4231-b10f-3685eaad0de3","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDlmNzJmZGZlYjBlMWUzZGNiOWE2Y2IwMGI1ZTYyZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac0d9b56-346f-4504-b068-dac341b36128","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-16T04:36:03.315Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:36:03.315Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:03.320Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:03.321Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:36:03.418Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-16T04:36:03.419Z||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.
2022-08-16T04:36:03.420Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:03.442Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:03.443Z||pool-67-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:36:04.322Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:36:04.323Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:04.327Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:04.327Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-16T04:36:04.427Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:36:04.428Z||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.
2022-08-16T04:36:04.428Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:04.509Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:04.510Z||pool-68-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:36:05.328Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:36:05.330Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:05.333Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:05.333Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-16T04:36:05.433Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:36:05.435Z||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.
2022-08-16T04:36:05.435Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:05.456Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:05.459Z||pool-69-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:36:06.334Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:36:06.335Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:06.338Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:06.338Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:36:06.444Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-16T04:36:06.445Z||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.
2022-08-16T04:36:06.449Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:06.469Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:06.470Z||pool-70-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:36:07.339Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:36:07.339Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:07.342Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:07.342Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:36:07.444Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-16T04:36:07.445Z||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.
2022-08-16T04:36:07.446Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:07.478Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:07.479Z||pool-71-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:36:08.343Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:36:08.343Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:08.347Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:08.347Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:36:08.447Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:36:08.449Z||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.
2022-08-16T04:36:08.449Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:08.474Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:08.475Z||pool-72-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":2,"count":1}
2022-08-16T04:36:09.348Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:36:09.349Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:09.354Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:09.354Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-16T04:36:09.451Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-16T04:36:09.452Z||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.
2022-08-16T04:36:09.452Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:09.470Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:09.471Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:36:10.355Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:36:10.356Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:10.358Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:10.359Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:36:10.461Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-16T04:36:10.462Z||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.
2022-08-16T04:36:10.462Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:10.566Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:10.567Z||pool-74-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:36:11.359Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:36:11.360Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:11.363Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:11.363Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:36:11.463Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:36:11.465Z||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.
2022-08-16T04:36:11.465Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:11.499Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:11.499Z||pool-75-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:36:12.365Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "1b715e41-9236-41a4-9633-6b789b24977f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a09aaf90-ff51-43a1-9623-891d3940b2d3",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "1a2f7c6a-d215-4740-9d29-4d14d040f2bb",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "31958c9d-b7ca-4002-aca2-03df28878524",
      "resourceInvariantUUID": "9c68d7aa-6555-4605-8248-2e994cb0386b",
      "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": "1f0ba6da-88ca-427e-9c3d-1d95d2440811",
          "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": "d717d0d1-7743-42b1-9295-4f89bbdd043d",
          "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": "ZWYxYzg2MWQ3YmQzMjBmYjNlYTUzOGY2ODA3YmExMzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "437e40f0-3ea9-4ff5-949d-5a7a5070aac3",
          "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": "0f40b117-583a-406f-add9-89df59b484b2",
          "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": "04c74791-2bea-46c3-95bb-88a04612ed3f",
            "generatedFromUUID": "0f40b117-583a-406f-add9-89df59b484b2"
          },
          "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": "04c74791-2bea-46c3-95bb-88a04612ed3f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NDlmNzJmZGZlYjBlMWUzZGNiOWE2Y2IwMGI1ZTYyZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac0d9b56-346f-4504-b068-dac341b36128"
    }
  ],
  "workloadContext": "Production"
}
2022-08-16T04:36:12.366Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-16T04:36:12.366Z|6ba57527-f954-4aec-a653-dba7b26d8183|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1b715e41-9236-41a4-9633-6b789b24977f ASDC
2022-08-16T04:36:12.367Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:867139b5-80e4-44db-a7d9-0b98d0959f51
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:1b715e41-9236-41a4-9633-6b789b24977f
ServiceInvariantUUID:a09aaf90-ff51-43a1-9623-891d3940b2d3
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:ac0d9b56-346f-4504-b068-dac341b36128
ArtifactChecksum:NDlmNzJmZGZlYjBlMWUzZGNiOWE2Y2IwMGI1ZTYyZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:1a2f7c6a-d215-4740-9d29-4d14d040f2bb
ResourceInvariantUUID:9c68d7aa-6555-4605-8248-2e994cb0386b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:31958c9d-b7ca-4002-aca2-03df28878524
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:1f0ba6da-88ca-427e-9c3d-1d95d2440811
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:d717d0d1-7743-42b1-9295-4f89bbdd043d
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:437e40f0-3ea9-4ff5-949d-5a7a5070aac3
ArtifactChecksum:ZWYxYzg2MWQ3YmQzMjBmYjNlYTUzOGY2ODA3YmExMzI=
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:0f40b117-583a-406f-add9-89df59b484b2
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:04c74791-2bea-46c3-95bb-88a04612ed3f
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:04c74791-2bea-46c3-95bb-88a04612ed3f
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-16T04:36:12.367Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b715e41-9236-41a4-9633-6b789b24977f 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=?
2022-08-16T04:36:12.429Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:36:12.430Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-16T04:36:12.430Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-16T04:36:12.430Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ac0d9b56-346f-4504-b068-dac341b36128 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-16T04:36:12.430Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-16T04:36:12.431Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-16T04:36:12.723Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-16T04:36:12.727Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ac0d9b56-346f-4504-b068-dac341b36128 68956
2022-08-16T04:36:12.727Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-16T04:36:12.728Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-16T04:36:12.728Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:36:12.728Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:12.730Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:12.730Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624572727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:36:12.830Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:36:12.832Z||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.
2022-08-16T04:36:12.832Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:12.864Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:12.865Z||pool-76-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:36:13.731Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:36:13.732Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-16T04:36:13.733Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ac0d9b56-346f-4504-b068-dac341b36128, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-16T04:36:13.733Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-08-16T04:36:13.734Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-16T04:36:13.734Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-16T04:36:13.917Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2457023407956723880/Definitions/service-BasicCnf-template.yml
2022-08-16T04:36:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:36:15.296Z||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.
2022-08-16T04:36:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:15.331Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:15.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:36:15.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45ac20ee-bfff-4ea5-a66c-7926c698728f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624432946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:36:15.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:36:15.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:36:15.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:36:15.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:36:15.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:36:15.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:36:15.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:36:15.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:36:15.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:36:15.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:36:15.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:36:15.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:36:15.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:36:15.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:36:15.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:36:15.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:36:15.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:36:15.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/resourceInstances/pnf62a6be61fe130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:36:15.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:36:15.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:36:15.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:36:15.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:36:15.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:36:15.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:36:15.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:36:15.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:36:15.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624447336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:36:15.347Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:36:15.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:36:15.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624450197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7higfgghtcinvvrq1aaa/1.0/artifacts/service-DemoPnf7higfgghtcinvvrq1aaa-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:36:15.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:36:15.759Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-16T04:36:15.759Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-16T04:36:15.759Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-16T04:36:15.760Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-16T04:36:15.760Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:15.760Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:15.760Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-16T04:36:15.760Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:15.761Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-16T04:36:15.761Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:15.761Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:36:15.761Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-16T04:36:15.762Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-16T04:36:15.762Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:36:15.762Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:15.763Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:36:15.763Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-16T04:36:15.763Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-16T04:36:15.763Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:36:15.764Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:15.764Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:36:15.764Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:15.764Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-16T04:36:15.765Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-08-16T04:36:15.765Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-08-16T04:36:15.765Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-16T04:36:15.765Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:15.766Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-16T04:36:15.766Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:15.766Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-16T04:36:15.766Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:36:15.767Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:15.767Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-16T04:36:15.767Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:36:15.768Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:15.768Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-16T04:36:15.768Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:36:15.768Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:15.769Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-16T04:36:15.769Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-16T04:36:15.769Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=69ed5a78-2b1b-42ab-9fed-ec4d73029399
2022-08-16T04:36:15.769Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:15.770Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:36:15.770Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:15.770Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:36:15.770Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:15.771Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:36:15.771Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:15.771Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:36:15.772Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:1b715e41-9236-41a4-9633-6b789b24977f
Model Version:NULL
Model InvariantUuid:a09aaf90-ff51-43a1-9623-891d3940b2d3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:ff973d60-6913-4789-bcdf-bab45bd4e171
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c68d7aa-6555-4605-8248-2e994cb0386b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a2f7c6a-d215-4740-9d29-4d14d040f2bb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:798e8cd1-d6bc-484e-9709-bc0bfda5144c
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:4e6a3cc5-11e0-4cb2-afcc-af6678784ddb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:69ed5a78-2b1b-42ab-9fed-ec4d73029399
ModelInvariantUuid:41d47249-2bc1-4e88-b6fb-901cef9ec735
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:d10d4885-611e-4c3e-bddb-b428c67efea6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:bb62b826-ec5d-435b-8e9c-66abeebe79dc
ModelInvariantUuid:b70ff01c-89a6-451a-9b47-2b8abb0a0732
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ab2e7a8c-e375-4555-863b-aed5063abdae
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-16T04:36:15.785Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 31958c9d-b7ca-4002-aca2-03df28878524
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:36:15.790Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-08-16T04:36:15.790Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 31958c9d-b7ca-4002-aca2-03df28878524
2022-08-16T04:36:15.790Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f0ba6da-88ca-427e-9c3d-1d95d2440811 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-16T04:36:15.790Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-16T04:36:15.790Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:15.976Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-16T04:36:15.977Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1f0ba6da-88ca-427e-9c3d-1d95d2440811 12
2022-08-16T04:36:15.977Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:15.977Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:15.977Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:36:15.977Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:15.980Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:15.980Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624575977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:36:16.080Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:36:16.081Z||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.
2022-08-16T04:36:16.081Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:16.102Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:16.102Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:36:16.981Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d717d0d1-7743-42b1-9295-4f89bbdd043d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-16T04:36:16.981Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-16T04:36:16.982Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:17.120Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-16T04:36:17.121Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d717d0d1-7743-42b1-9295-4f89bbdd043d 2688
2022-08-16T04:36:17.122Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:17.122Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:17.123Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:36:17.123Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:17.129Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:17.130Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624577122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:36:17.231Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-16T04:36:17.232Z||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.
2022-08-16T04:36:17.232Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:17.286Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:17.287Z||pool-78-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:36:18.132Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 437e40f0-3ea9-4ff5-949d-5a7a5070aac3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-16T04:36:18.133Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-16T04:36:18.133Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:18.380Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-16T04:36:18.381Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 437e40f0-3ea9-4ff5-949d-5a7a5070aac3 828
2022-08-16T04:36:18.381Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:18.382Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:18.382Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:36:18.382Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:18.385Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:18.385Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624578381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:36:18.485Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:36:18.486Z||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.
2022-08-16T04:36:18.487Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:18.541Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:18.542Z||pool-79-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:36:19.386Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "798e8cd1-d6bc-484e-9709-bc0bfda5144c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e6a3cc5-11e0-4cb2-afcc-af6678784ddb",
    "vfModuleModelCustomizationUUID": "2e544442-4057-4d89-8395-19405dfe6ab0",
    "isBase": true,
    "artifacts": [
      "0f40b117-583a-406f-add9-89df59b484b2",
      "d717d0d1-7743-42b1-9295-4f89bbdd043d",
      "04c74791-2bea-46c3-95bb-88a04612ed3f"
    ],
    "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": ""
    }
  }
]
2022-08-16T04:36:19.390Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e6a3cc5-11e0-4cb2-afcc-af6678784ddb
VfModuleModelInvariantUUID:798e8cd1-d6bc-484e-9709-bc0bfda5144c
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f40b117-583a-406f-add9-89df59b484b2
,
d717d0d1-7743-42b1-9295-4f89bbdd043d
,
04c74791-2bea-46c3-95bb-88a04612ed3f

}
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


}

2022-08-16T04:36:19.394Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "798e8cd1-d6bc-484e-9709-bc0bfda5144c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e6a3cc5-11e0-4cb2-afcc-af6678784ddb",
    "vfModuleModelCustomizationUUID": "2e544442-4057-4d89-8395-19405dfe6ab0",
    "isBase": true,
    "artifacts": [
      "0f40b117-583a-406f-add9-89df59b484b2",
      "d717d0d1-7743-42b1-9295-4f89bbdd043d",
      "04c74791-2bea-46c3-95bb-88a04612ed3f"
    ],
    "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": ""
    }
  }
]
2022-08-16T04:36:19.394Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e6a3cc5-11e0-4cb2-afcc-af6678784ddb
VfModuleModelInvariantUUID:798e8cd1-d6bc-484e-9709-bc0bfda5144c
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f40b117-583a-406f-add9-89df59b484b2
,
d717d0d1-7743-42b1-9295-4f89bbdd043d
,
04c74791-2bea-46c3-95bb-88a04612ed3f

}
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


}

2022-08-16T04:36:19.394Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0f40b117-583a-406f-add9-89df59b484b2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-16T04:36:19.395Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-16T04:36:19.395Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-16T04:36:19.531Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-16T04:36:19.532Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0f40b117-583a-406f-add9-89df59b484b2 1164
2022-08-16T04:36:19.532Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:19.532Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:19.532Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:36:19.533Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:19.535Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:19.536Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624579532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:36:19.636Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:36:19.637Z||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.
2022-08-16T04:36:19.637Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:19.683Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:19.683Z||pool-80-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:36:20.538Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 04c74791-2bea-46c3-95bb-88a04612ed3f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-16T04:36:20.539Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-16T04:36:20.539Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-16T04:36:20.675Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-16T04:36:20.677Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 04c74791-2bea-46c3-95bb-88a04612ed3f 200
2022-08-16T04:36:20.677Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:20.677Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:20.677Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:36:20.678Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:20.681Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:20.681Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624580677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:36:20.781Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:36:20.782Z||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.
2022-08-16T04:36:20.783Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:20.820Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:20.820Z||pool-81-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:36:21.682Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1b715e41-9236-41a4-9633-6b789b24977f
2022-08-16T04:36:21.683Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 31958c9d-b7ca-4002-aca2-03df28878524 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-08-16T04:36:23.111Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:36:23.122Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b15d59a, org.onap.sdc.toscaparser.api.parameters.Input@361eb6f7, org.onap.sdc.toscaparser.api.parameters.Input@6085e13e, org.onap.sdc.toscaparser.api.parameters.Input@73c78758, org.onap.sdc.toscaparser.api.parameters.Input@76fb35bf]
2022-08-16T04:36:23.124Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:23.124Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:36:23.124Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-08-16T04:36:23.124Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1a2f7c6a-d215-4740-9d29-4d14d040f2bb
2022-08-16T04:36:23.125Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1a2f7c6a-d215-4740-9d29-4d14d040f2bb matches Tosca VF Customization UUID: 1a2f7c6a-d215-4740-9d29-4d14d040f2bb
2022-08-16T04:36:23.125Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1a2f7c6a-d215-4740-9d29-4d14d040f2bb  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-16T04:36:23.141Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:23.144Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:36:23.147Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 1a2f7c6a-d215-4740-9d29-4d14d040f2bb: {\"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\"}
2022-08-16T04:36:23.147Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35e0b241
2022-08-16T04:36:23.148Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:23.148Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-16T04:36:23.149Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2e544442-4057-4d89-8395-19405dfe6ab0
2022-08-16T04:36:23.149Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2e544442-4057-4d89-8395-19405dfe6ab0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-16T04:36:23.156Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:23.157Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-16T04:36:23.158Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:36:23.159Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:23.159Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-16T04:36:23.160Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:36:23.161Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:23.161Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-16T04:36:23.162Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-16T04:36:23.163Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=69ed5a78-2b1b-42ab-9fed-ec4d73029399
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-16T04:36:23.172Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:23.173Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-16T04:36:23.173Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:36:23.174Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:23.174Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-16T04:36:23.175Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=1a2f7c6a-d215-4740-9d29-4d14d040f2bb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:36:23.187Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:23.187Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:36:23.188Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1b715e41-9236-41a4-9633-6b789b24977f: basic_cnf
2022-08-16T04:36:23.188Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:23.190Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:36:23.191Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:23.191Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:36:23.191Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:23.191Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:36:23.192Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:23.192Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:36:23.192Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:36:23.192Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:36:23.192Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-08-16T04:36:23.650Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 31958c9d-b7ca-4002-aca2-03df28878524 1 ASDC deployResourceStructure
2022-08-16T04:36:23.652Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:23.652Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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)
2022-08-16T04:36:23.653Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-16T04:36:23.653Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:23.660Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:23.661Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624583651,
  "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"
}
2022-08-16T04:36:23.756Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-16T04:36:23.757Z||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.
2022-08-16T04:36:23.757Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:23.781Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:23.782Z||pool-82-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:36:24.667Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:24.668Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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)
2022-08-16T04:36:24.668Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-16T04:36:24.669Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:24.685Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:24.687Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624584667,
  "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"
}
2022-08-16T04:36:24.776Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-08-16T04:36:24.777Z||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.
2022-08-16T04:36:24.778Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:24.815Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:24.816Z||pool-83-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:36:25.689Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:25.690Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:25.690Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:36:25.691Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:25.704Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:25.704Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624585689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:36:25.806Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-16T04:36:25.808Z||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.
2022-08-16T04:36:25.808Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:25.831Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:25.832Z||pool-84-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:36:26.707Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:26.707Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:26.707Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:36:26.708Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:26.713Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:26.714Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624586707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-16T04:36:26.814Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:36:26.816Z||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.
2022-08-16T04:36:26.816Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:26.843Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:26.843Z||pool-85-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:36:27.715Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:27.715Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||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
2022-08-16T04:36:27.715Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:36:27.715Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:27.719Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:27.719Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624587715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-16T04:36:27.819Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:36:27.820Z||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.
2022-08-16T04:36:27.821Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:27.844Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:27.845Z||pool-86-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:36:28.720Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-16T04:36:28.721Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-16T04:36:28.725Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:36:28.726Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:36:28.731Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:36:28.731Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624588720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:36:28.829Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-16T04:36:28.830Z||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.
2022-08-16T04:36:28.831Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:36:28.851Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:36:28.852Z||pool-87-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:36:29.736Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 867139b5-80e4-44db-a7d9-0b98d0959f51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:36:29.759Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 867139b5-80e4-44db-a7d9-0b98d0959f51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:36:29.766Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:36:29.766Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-16T04:36:29.767Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-16T04:36:29.767Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-16T04:36:29.767Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:36:29.768Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:36:29.768Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:36:29.768Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:36:29.769Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:36:29.769Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:36:29.769Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-16T04:36:29.799Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-16T04:36:59.800Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 867139b5-80e4-44db-a7d9-0b98d0959f51 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=?
2022-08-16T04:36:59.820Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 867139b5-80e4-44db-a7d9-0b98d0959f51 and serviceModelVersionId: 1b715e41-9236-41a4-9633-6b789b24977f
2022-08-16T04:36:59.820Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a09aaf90-ff51-43a1-9623-891d3940b2d3
2022-08-16T04:36:59.821Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a09aaf90-ff51-43a1-9623-891d3940b2d3/model-vers/model-ver/1b715e41-9236-41a4-9633-6b789b24977f?depth=0
2022-08-16T04:36:59.835Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-08-16T04:36:59.905Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a09aaf90-ff51-43a1-9623-891d3940b2d3/model-vers/model-ver/1b715e41-9236-41a4-9633-6b789b24977f?depth=0|INFO|500||Invoke
2022-08-16T04:36:59.906Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a09aaf90-ff51-43a1-9623-891d3940b2d3/model-vers/model-ver/1b715e41-9236-41a4-9633-6b789b24977f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a09aaf90-ff51-43a1-9623-891d3940b2d3/model-vers/model-ver/1b715e41-9236-41a4-9633-6b789b24977f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[867139b5-80e4-44db-a7d9-0b98d0959f51], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cf770149-4194-4611-a526-4be27bbfde24], X-ECOMP-RequestID=[867139b5-80e4-44db-a7d9-0b98d0959f51], X-TransactionId=[], X-ONAP-RequestID=[867139b5-80e4-44db-a7d9-0b98d0959f51], Content-Type=[application/merge-patch+json]}
2022-08-16T04:36:59.939Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a09aaf90-ff51-43a1-9623-891d3940b2d3/model-vers/model-ver/1b715e41-9236-41a4-9633-6b789b24977f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-16T04:37:00.090Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a09aaf90-ff51-43a1-9623-891d3940b2d3/model-vers/model-ver/1b715e41-9236-41a4-9633-6b789b24977f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a09aaf90-ff51-43a1-9623-891d3940b2d3/model-vers/model-ver/1b715e41-9236-41a4-9633-6b789b24977f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220816-04:36:59:950-11867], vertex-id=[221248], Content-Length=[0], Date=[Tue, 16 Aug 2022 04:36:59 GMT], Content-Type=[application/json]}
2022-08-16T04:37:00.091Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a09aaf90-ff51-43a1-9623-891d3940b2d3/model-vers/model-ver/1b715e41-9236-41a4-9633-6b789b24977f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-16T04:37:00.092Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a09aaf90-ff51-43a1-9623-891d3940b2d3/model-vers/model-ver/1b715e41-9236-41a4-9633-6b789b24977f?depth=0|INFO|500||InvokeReturn
2022-08-16T04:37:00.092Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-16T04:37:00.093Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:37:00.105Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-16T04:37:00.106Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 867139b5-80e4-44db-a7d9-0b98d0959f51 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-16T04:37:00.107Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-16T04:37:00.108Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:37:00.111Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:37:00.111Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624620107,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:37:00.211Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:37:00.213Z||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.
2022-08-16T04:37:00.214Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:37:00.251Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:37:00.252Z||pool-88-thread-1|||||INFO|500||cambria reply ok (40 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=?
2022-08-16T04:37:01.183Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:37:01.184Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:37:01.184Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:37:11.662Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:37:11.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:37:11.664Z||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.
2022-08-16T04:37:11.664Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:37:15.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:37:15.295Z||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.
2022-08-16T04:37:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:37:15.322Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:37:15.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:37:15.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ce7324-0596-4837-bef0-72ae9a5df14f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624511618,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:37:15.323Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:37:15.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:37:15.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:37:15.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:37:15.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:37:15.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:37:15.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:37:15.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:37:15.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:37:15.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:37:21.252Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:37:21.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:37:21.253Z||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.
2022-08-16T04:37:21.253Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:37:30.888Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:37:30.889Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:37:30.890Z||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.
2022-08-16T04:37:30.890Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:37:40.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:37:40.480Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:37:40.480Z||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.
2022-08-16T04:37:40.480Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:37:50.155Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:37:50.156Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:37:50.156Z||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.
2022-08-16T04:37:50.157Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:37:59.760Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:38:15.290Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:38:15.293Z||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.
2022-08-16T04:38:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:38:15.294Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:38:15.294Z||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.
2022-08-16T04:38:15.294Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:38:15.334Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:38:15.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:38:15.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:38:15.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-16T04:38:15.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:38:15.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:38:15.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:38:15.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:38:15.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:38:15.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624520125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:38:15.340Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:38:15.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624524095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:38:15.341Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:38:15.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624525235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:38:15.341Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:38:15.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624526443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:38:15.342Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:38:15.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624527870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:38:15.343Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:38:15.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624528877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-16T04:38:15.343Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:38:15.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624529885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-16T04:38:15.344Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:38:15.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624530889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:38:15.345Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:38:15.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ba57527-f954-4aec-a653-dba7b26d8183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624562281,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:38:15.345Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:38:15.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:38:15.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:38:15.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-16T04:38:15.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:38:15.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-16T04:38:15.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:38:15.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:38:15.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:38:15.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:38:15.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:38:15.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:38:15.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:38:15.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-16T04:38:15.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:38:15.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:38:15.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:38:15.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624433999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:38:15.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:38:15.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:38:15.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624572727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:38:15.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:38:24.922Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:39:15.290Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:39:15.293Z||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.
2022-08-16T04:39:15.293Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:39:15.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:39:15.295Z||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.
2022-08-16T04:39:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:39:15.861Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:39:15.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-16T04:39:15.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624575977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:39:15.864Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:39:15.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-16T04:39:15.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624577122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:39:15.865Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:39:15.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-16T04:39:15.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624578381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:39:15.865Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:39:15.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-16T04:39:15.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624579532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:39:15.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:39:15.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-16T04:39:15.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624580677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:39:15.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:39:15.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-16T04:39:15.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624583651,
  "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"
}
2022-08-16T04:39:15.867Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:39:15.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-16T04:39:15.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624584667,
  "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"
}
2022-08-16T04:39:15.867Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:39:15.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-16T04:39:15.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624585689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:39:15.868Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:39:15.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-16T04:39:15.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624586707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-16T04:39:15.868Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:39:15.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-16T04:39:15.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624587715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-16T04:39:15.870Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:39:15.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-16T04:39:15.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624588720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:39:15.870Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:39:15.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-16T04:39:15.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "867139b5-80e4-44db-a7d9-0b98d0959f51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624620107,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:39:15.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:39:24.902Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:40:15.289Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:40:15.291Z||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.
2022-08-16T04:40:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:40:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:40:15.295Z||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.
2022-08-16T04:40:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:40:15.946Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:40:15.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-16T04:40:15.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b6c8f824-5831-42f0-8c40-18a1de0cf4d1","serviceName":"Demo_pNF_RazLI8zb8YVAFhzfmlxH","serviceVersion":"1.0","serviceUUID":"92c0746e-340f-4c63-9da6-ad2efdffcad7","serviceDescription":"catalog service description","serviceInvariantUUID":"2911f591-7caf-42c6-a0ee-cde24d8822f3","resources":[{"resourceInstanceName":"pNF 79e37307-1f72 0","resourceName":"pNF 79e37307-1f72","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"53fb542c-e5dc-46a2-8070-d2a8eaf92160","resourceInvariantUUID":"f83beedb-0e7d-4577-9aaa-5918d65ebc2a","resourceCustomizationUUID":"a3ca087f-7c65-433c-8244-c3a7f8305f66","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vf-license-model.xml","artifactChecksum":"Mjc0MmQ3MGQ1Njc2ZWQxYzk4MGRjZDMzY2FiNTc0NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c6fac281-4a70-412f-86ac-8732e29d47e1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/pNF.csar","artifactChecksum":"NGE1ODhlYzU1ZTMzNDJhNjY2ZjIyYThlNjU1Mjg4ZGY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"84b23881-57f9-4044-86c6-4d292a02fcde","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6376256-b9fd-4b7d-983c-071e7b6833ed","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vendor-license-model.xml","artifactChecksum":"ZWQwNGFiZDkzMjliNzc4OTkxYWU4NDEwMzA3NjQ5ZTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"91b9b6b2-dc65-443d-b462-54481bee30c2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b84c646e-6347-4fdd-9e1d-37362c2a6156","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c85c3b7d-efa1-4bd2-b2b0-50b8d28eeeb2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRazli8zb8yvafhzfmlxh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-template.yml","artifactChecksum":"OGZlMjdhZDVhNjQ0ODcyN2IxZmM1NWIzYmVkN2Y0MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9afa7452-a3f8-4569-96b1-e700a82699cd","artifactVersion":"1"},{"artifactName":"service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar","artifactChecksum":"N2E0MzZiZDA4MjMxOTU2NTJkZDEyMTY4MWM2Y2NlOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2dfe3325-147a-400f-a2bf-031766d4338d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-16T04:40:15.960Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:40:15.961Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:40:15.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:40:15.972Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:40:15.972Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624815289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:15.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:15.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "clamp",
  "timestamp": 1660624791884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:15.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:15.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:15.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "aai-ml",
  "timestamp": 1660624800207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:15.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:15.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:15.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624796577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:15.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:15.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:15.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "clamp",
  "timestamp": 1660624791884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:15.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:15.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:15.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "aai-ml",
  "timestamp": 1660624800207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:15.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:15.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:15.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624796577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:15.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:15.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:15.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "clamp",
  "timestamp": 1660624791884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:15.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:15.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:15.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "aai-ml",
  "timestamp": 1660624800207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:15.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:15.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:15.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624796577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:15.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:15.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:15.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "cds",
  "timestamp": 1660624803252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:15.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:15.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:15.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "clamp",
  "timestamp": 1660624791884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:15.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:15.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:15.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "aai-ml",
  "timestamp": 1660624800207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:15.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:15.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:15.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624796577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:15.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:15.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "cds",
  "timestamp": 1660624803252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "policy-id",
  "timestamp": 1660624805203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "clamp",
  "timestamp": 1660624791884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "aai-ml",
  "timestamp": 1660624800207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624796577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "cds",
  "timestamp": 1660624803252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "policy-id",
  "timestamp": 1660624805203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "clamp",
  "timestamp": 1660624791884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624805751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "aai-ml",
  "timestamp": 1660624800207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624796577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:40:16.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "cds",
  "timestamp": 1660624803252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "policy-id",
  "timestamp": 1660624805203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624805751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "clamp",
  "timestamp": 1660624791884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "aai-ml",
  "timestamp": 1660624800207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624796577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "cds",
  "timestamp": 1660624803252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "policy-id",
  "timestamp": 1660624805203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "clamp",
  "timestamp": 1660624791884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:40:16.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624805751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "aai-ml",
  "timestamp": 1660624800207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:40:16.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624796577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "cds",
  "timestamp": 1660624803252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "policy-id",
  "timestamp": 1660624805203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624805751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "aai-ml",
  "timestamp": 1660624809170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:40:16.036Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:40:16.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624809675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:40:16.038Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:40:16.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "cds",
  "timestamp": 1660624803252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "policy-id",
  "timestamp": 1660624805203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624805751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624809295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624810704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-16T04:40:16.044Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:40:16.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "cds",
  "timestamp": 1660624803252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:40:16.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "policy-id",
  "timestamp": 1660624805203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624805751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624809295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660624811708,
  "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=?
2022-08-16T04:40:16.072Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:40:16.074Z||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.
2022-08-16T04:40:16.074Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?)
2022-08-16T04:40:16.102Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b6c8f824-5831-42f0-8c40-18a1de0cf4d1
2022-08-16T04:40:16.103Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6c8f824-5831-42f0-8c40-18a1de0cf4d1 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 (?, ?, ?, ?, ?)
2022-08-16T04:40:16.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "policy-id",
  "timestamp": 1660624805203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:40:16.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "cds",
  "timestamp": 1660624812168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:40:16.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:40:16.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624805751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624809295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "cds",
  "timestamp": 1660624813185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-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=?
2022-08-16T04:40:16.148Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b6c8f824-5831-42f0-8c40-18a1de0cf4d1
2022-08-16T04:40:16.148Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6c8f824-5831-42f0-8c40-18a1de0cf4d1 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 (?, ?, ?, ?, ?)
2022-08-16T04:40:16.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.175Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:40:16.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "policy-id",
  "timestamp": 1660624814164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:40:16.176Z||pool-89-thread-1|||||INFO|500||cambria reply ok (103 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:40:16.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:40:16.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660624805751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:40:16.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624809295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "policy-id",
  "timestamp": 1660624815170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:40:16.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:40:16.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:40:16.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624809295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:16.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:40:16.973Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:40:16.974Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:40:16.979Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:40:16.979Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624815289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:17.079Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:40:17.080Z||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.
2022-08-16T04:40:17.080Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:40:17.115Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:40:17.116Z||pool-90-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:40:17.980Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:40:17.980Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:40:17.985Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:40:17.985Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624815289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:18.085Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:40:18.086Z||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.
2022-08-16T04:40:18.087Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:40:18.110Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:40:18.111Z||pool-91-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:40:18.986Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:40:18.987Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:40:18.989Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:40:18.990Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624815289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:19.090Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:40:19.091Z||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.
2022-08-16T04:40:19.091Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:40:19.130Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:40:19.131Z||pool-92-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:40:19.990Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:40:19.992Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:40:19.997Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:40:19.997Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624815289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:20.098Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:40:20.099Z||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.
2022-08-16T04:40:20.099Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:40:20.183Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:40:20.183Z||pool-93-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:40:20.999Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:40:20.999Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:40:21.002Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:40:21.002Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624815289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:21.102Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:40:21.103Z||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.
2022-08-16T04:40:21.103Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:40:21.147Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:40:21.148Z||pool-94-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:40:22.002Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:40:22.003Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:40:22.008Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:40:22.008Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624815289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:40:22.108Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:40:22.109Z||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.
2022-08-16T04:40:22.110Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:40:22.140Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:40:22.140Z||pool-95-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:40:23.008Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:40:23.010Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:40:23.012Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:40:23.013Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624815289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:40:23.115Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-16T04:40:23.116Z||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.
2022-08-16T04:40:23.116Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:40:23.141Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:40:23.141Z||pool-96-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:40:24.015Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "serviceName": "Demo_pNF_RazLI8zb8YVAFhzfmlxH",
  "serviceVersion": "1.0",
  "serviceUUID": "92c0746e-340f-4c63-9da6-ad2efdffcad7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2911f591-7caf-42c6-a0ee-cde24d8822f3",
  "resources": [
    {
      "resourceInstanceName": "pNF 79e37307-1f72 0",
      "resourceCustomizationUUID": "a3ca087f-7c65-433c-8244-c3a7f8305f66",
      "resourceName": "pNF 79e37307-1f72",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "53fb542c-e5dc-46a2-8070-d2a8eaf92160",
      "resourceInvariantUUID": "f83beedb-0e7d-4577-9aaa-5918d65ebc2a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
      "artifactChecksum": "N2E0MzZiZDA4MjMxOTU2NTJkZDEyMTY4MWM2Y2NlOGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2dfe3325-147a-400f-a2bf-031766d4338d"
    }
  ],
  "workloadContext": "Production"
}
2022-08-16T04:40:24.015Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-16T04:40:24.016Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 92c0746e-340f-4c63-9da6-ad2efdffcad7 ASDC
2022-08-16T04:40:24.017Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b6c8f824-5831-42f0-8c40-18a1de0cf4d1
ServiceName:Demo_pNF_RazLI8zb8YVAFhzfmlxH
ServiceVersion:1.0
ServiceUUID:92c0746e-340f-4c63-9da6-ad2efdffcad7
ServiceInvariantUUID:2911f591-7caf-42c6-a0ee-cde24d8822f3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
ArtifactUUID:2dfe3325-147a-400f-a2bf-031766d4338d
ArtifactChecksum:N2E0MzZiZDA4MjMxOTU2NTJkZDEyMTY4MWM2Y2NlOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 79e37307-1f72 0
ResourceCustomizationUUID:a3ca087f-7c65-433c-8244-c3a7f8305f66
ResourceInvariantUUID:f83beedb-0e7d-4577-9aaa-5918d65ebc2a
ResourceName:pNF 79e37307-1f72
ResourceType:PNF
ResourceUUID:53fb542c-e5dc-46a2-8070-d2a8eaf92160
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-16T04:40:24.017Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 92c0746e-340f-4c63-9da6-ad2efdffcad7 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=?
2022-08-16T04:40:24.105Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:40:24.108Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-16T04:40:24.109Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-16T04:40:24.109Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2dfe3325-147a-400f-a2bf-031766d4338d from URL: /sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
2022-08-16T04:40:24.110Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-16T04:40:24.110Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
2022-08-16T04:40:24.377Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-16T04:40:24.386Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar 2dfe3325-147a-400f-a2bf-031766d4338d 82641
2022-08-16T04:40:24.388Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar ASDC sendASDCNotification
2022-08-16T04:40:24.388Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
2022-08-16T04:40:24.396Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:40:24.396Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:40:24.406Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:40:24.407Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624824387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:40:24.508Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:40:24.510Z||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.
2022-08-16T04:40:24.514Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:40:24.535Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:40:24.536Z||pool-97-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:40:25.407Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:40:25.409Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-16T04:40:25.409Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2dfe3325-147a-400f-a2bf-031766d4338d, URL: /sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar to file: /app/ASDC/1/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
2022-08-16T04:40:25.410Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
2022-08-16T04:40:25.411Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
2022-08-16T04:40:25.411Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
2022-08-16T04:40:25.674Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9372401393045826408/Definitions/service-DemoPnfRazli8zb8yvafhzfmlxh-template.yml
2022-08-16T04:40:27.503Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-16T04:40:27.504Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-16T04:40:27.504Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
2022-08-16T04:40:27.505Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-16T04:40:27.505Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 79e37307-1f72 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-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
2022-08-16T04:40:27.510Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||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-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
2022-08-16T04:40:27.510Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
2022-08-16T04:40:27.510Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||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-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
2022-08-16T04:40:27.511Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
2022-08-16T04:40:27.511Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
2022-08-16T04:40:27.511Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
2022-08-16T04:40:27.511Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-16T04:40:27.511Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:40:27.512Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_RazLI8zb8YVAFhzfmlxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:40:27.512Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Node template pNF 79e37307-1f72 0 is matching search criteria
2022-08-16T04:40:27.513Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-16T04:40:27.513Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 79e37307-1f72 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:40:27.513Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:40:27.513Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_RazLI8zb8YVAFhzfmlxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:40:27.514Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Node template pNF 79e37307-1f72 0 is matching search criteria
2022-08-16T04:40:27.514Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-16T04:40:27.514Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 79e37307-1f72 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:40:27.514Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:40:27.515Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_RazLI8zb8YVAFhzfmlxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:40:27.515Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:40:27.515Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_RazLI8zb8YVAFhzfmlxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:40:27.515Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:40:27.516Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_RazLI8zb8YVAFhzfmlxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:40:27.516Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:40:27.516Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_RazLI8zb8YVAFhzfmlxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:40:27.516Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:40:27.517Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_RazLI8zb8YVAFhzfmlxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:40:27.517Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_RazLI8zb8YVAFhzfmlxH
Description:catalog service description
Model UUID:92c0746e-340f-4c63-9da6-ad2efdffcad7
Model Version:NULL
Model InvariantUuid:2911f591-7caf-42c6-a0ee-cde24d8822f3
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-16T04:40:27.527Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 53fb542c-e5dc-46a2-8070-d2a8eaf92160
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:40:27.534Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||pNF 79e37307-1f72 0
2022-08-16T04:40:27.534Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 53fb542c-e5dc-46a2-8070-d2a8eaf92160
2022-08-16T04:40:27.534Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 92c0746e-340f-4c63-9da6-ad2efdffcad7
2022-08-16T04:40:27.534Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 92c0746e-340f-4c63-9da6-ad2efdffcad7
2022-08-16T04:40:27.535Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 79e37307-1f72 0 53fb542c-e5dc-46a2-8070-d2a8eaf92160 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:40:27.554Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2189051b, org.onap.sdc.toscaparser.api.parameters.Input@7de54a87, org.onap.sdc.toscaparser.api.parameters.Input@18def0d2, org.onap.sdc.toscaparser.api.parameters.Input@476ac909, org.onap.sdc.toscaparser.api.parameters.Input@2ea2ad22]
2022-08-16T04:40:27.554Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:40:27.555Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_RazLI8zb8YVAFhzfmlxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:40:27.555Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 92c0746e-340f-4c63-9da6-ad2efdffcad7: pNF 79e37307-1f72
2022-08-16T04:40:27.555Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||Processing PNF resource: 53fb542c-e5dc-46a2-8070-d2a8eaf92160
2022-08-16T04:40:27.555Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:40:27.556Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_RazLI8zb8YVAFhzfmlxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:40:27.556Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||Resource customization UUID: a3ca087f-7c65-433c-8244-c3a7f8305f66 is the same as notified resource customizationUUID: a3ca087f-7c65-433c-8244-c3a7f8305f66
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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 (?, ?)
2022-08-16T04:40:27.640Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 79e37307-1f72 53fb542c-e5dc-46a2-8070-d2a8eaf92160 0 ASDC deployResourceStructure
2022-08-16T04:40:27.640Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar ASDC sendASDCNotification
2022-08-16T04:40:27.641Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar
2022-08-16T04:40:27.641Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:40:27.642Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:40:27.646Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:40:27.647Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624827640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:40:27.746Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:40:27.747Z||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.
2022-08-16T04:40:27.747Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:40:27.769Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:40:27.770Z||pool-98-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:40:28.647Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6c8f824-5831-42f0-8c40-18a1de0cf4d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:40:28.682Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6c8f824-5831-42f0-8c40-18a1de0cf4d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:40:28.686Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:40:28.686Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:40:28.687Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:40:58.687Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6c8f824-5831-42f0-8c40-18a1de0cf4d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:40:58.734Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6c8f824-5831-42f0-8c40-18a1de0cf4d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:40:58.749Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:40:58.750Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:40:58.750Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:41:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:41:15.295Z||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.
2022-08-16T04:41:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:41:15.486Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:41:15.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:41:15.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624815289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:41:15.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:41:28.750Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6c8f824-5831-42f0-8c40-18a1de0cf4d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:41:28.763Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6c8f824-5831-42f0-8c40-18a1de0cf4d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:41:28.769Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:41:28.769Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:41:28.769Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:41:58.769Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6c8f824-5831-42f0-8c40-18a1de0cf4d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:41:58.794Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6c8f824-5831-42f0-8c40-18a1de0cf4d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:41:58.802Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:41:58.802Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:41:58.802Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:42:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:42:15.295Z||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.
2022-08-16T04:42:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:42:15.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:42:15.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "clamp",
  "timestamp": 1660624815325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:42:15.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:42:15.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "policy-id",
  "timestamp": 1660624816174,
  "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=?
2022-08-16T04:42:15.862Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6c8f824-5831-42f0-8c40-18a1de0cf4d1
2022-08-16T04:42:15.862Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6c8f824-5831-42f0-8c40-18a1de0cf4d1 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 (?, ?, ?, ?, ?)
2022-08-16T04:42:15.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624809295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:42:15.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:42:15.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "aai-ml",
  "timestamp": 1660624815510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:42:15.884Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:42:15.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624815289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:42:15.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:42:15.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624809295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:42:15.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:42:15.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "aai-ml",
  "timestamp": 1660624816541,
  "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=?
2022-08-16T04:42:15.894Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b6c8f824-5831-42f0-8c40-18a1de0cf4d1
2022-08-16T04:42:15.894Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6c8f824-5831-42f0-8c40-18a1de0cf4d1 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 (?, ?, ?, ?, ?)
2022-08-16T04:42:15.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "clamp",
  "timestamp": 1660624817336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:42:15.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:42:15.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624815289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:42:15.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:42:15.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624809295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:42:15.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:42:15.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "clamp",
  "timestamp": 1660624818346,
  "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=?
2022-08-16T04:42:15.938Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b6c8f824-5831-42f0-8c40-18a1de0cf4d1
2022-08-16T04:42:15.939Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6c8f824-5831-42f0-8c40-18a1de0cf4d1 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 (?, ?, ?, ?, ?)
2022-08-16T04:42:15.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624815289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:42:15.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:42:15.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624818549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:42:15.954Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:42:15.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624815289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:42:15.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:42:15.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624815289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/resourceInstances/pnf79e373071f720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:42:15.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:42:15.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624815289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:42:15.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:42:15.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624821562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:42:15.956Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:42:15.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624815289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:42:15.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:42:15.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660624822570,
  "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=?
2022-08-16T04:42:15.965Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b6c8f824-5831-42f0-8c40-18a1de0cf4d1
2022-08-16T04:42:15.965Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6c8f824-5831-42f0-8c40-18a1de0cf4d1 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 (?, ?, ?, ?, ?)
2022-08-16T04:42:15.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624824387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:42:15.986Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:42:15.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-16T04:42:15.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624827640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazli8zb8yvafhzfmlxh/1.0/artifacts/service-DemoPnfRazli8zb8yvafhzfmlxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:42:15.986Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:42:28.802Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6c8f824-5831-42f0-8c40-18a1de0cf4d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:42:28.819Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6c8f824-5831-42f0-8c40-18a1de0cf4d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:42:28.824Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:42:28.825Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-16T04:42:28.825Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-16T04:42:28.825Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-16T04:42:28.825Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:42:28.826Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:42:28.826Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:42:28.826Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:42:28.826Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:42:28.827Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:42:28.827Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:42:28.827Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-16T04:42:28.861Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-16T04:42:58.862Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6c8f824-5831-42f0-8c40-18a1de0cf4d1 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=?
2022-08-16T04:42:58.872Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6c8f824-5831-42f0-8c40-18a1de0cf4d1 and serviceModelVersionId: 92c0746e-340f-4c63-9da6-ad2efdffcad7
2022-08-16T04:42:58.873Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2911f591-7caf-42c6-a0ee-cde24d8822f3
2022-08-16T04:42:58.874Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2911f591-7caf-42c6-a0ee-cde24d8822f3/model-vers/model-ver/92c0746e-340f-4c63-9da6-ad2efdffcad7?depth=0
2022-08-16T04:42:58.886Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-08-16T04:42:58.990Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2911f591-7caf-42c6-a0ee-cde24d8822f3/model-vers/model-ver/92c0746e-340f-4c63-9da6-ad2efdffcad7?depth=0|INFO|500||Invoke
2022-08-16T04:42:58.991Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2911f591-7caf-42c6-a0ee-cde24d8822f3/model-vers/model-ver/92c0746e-340f-4c63-9da6-ad2efdffcad7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2911f591-7caf-42c6-a0ee-cde24d8822f3/model-vers/model-ver/92c0746e-340f-4c63-9da6-ad2efdffcad7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b6c8f824-5831-42f0-8c40-18a1de0cf4d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[574c1fcb-f2bb-4058-81a7-a71af9ca7564], X-ECOMP-RequestID=[b6c8f824-5831-42f0-8c40-18a1de0cf4d1], X-TransactionId=[], X-ONAP-RequestID=[b6c8f824-5831-42f0-8c40-18a1de0cf4d1], Content-Type=[application/merge-patch+json]}
2022-08-16T04:42:59.030Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2911f591-7caf-42c6-a0ee-cde24d8822f3/model-vers/model-ver/92c0746e-340f-4c63-9da6-ad2efdffcad7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-16T04:42:59.424Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2911f591-7caf-42c6-a0ee-cde24d8822f3/model-vers/model-ver/92c0746e-340f-4c63-9da6-ad2efdffcad7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2911f591-7caf-42c6-a0ee-cde24d8822f3/model-vers/model-ver/92c0746e-340f-4c63-9da6-ad2efdffcad7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220816-04:42:59:058-9362], vertex-id=[266456], Content-Length=[0], Date=[Tue, 16 Aug 2022 04:42:59 GMT], Content-Type=[application/json]}
2022-08-16T04:42:59.424Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2911f591-7caf-42c6-a0ee-cde24d8822f3/model-vers/model-ver/92c0746e-340f-4c63-9da6-ad2efdffcad7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-16T04:42:59.426Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2911f591-7caf-42c6-a0ee-cde24d8822f3/model-vers/model-ver/92c0746e-340f-4c63-9da6-ad2efdffcad7?depth=0|INFO|500||InvokeReturn
2022-08-16T04:42:59.427Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-16T04:42:59.427Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:42:59.435Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-16T04:42:59.436Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6c8f824-5831-42f0-8c40-18a1de0cf4d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-16T04:42:59.437Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-16T04:42:59.437Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:42:59.440Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:42:59.442Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624979436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:42:59.540Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-16T04:42:59.543Z||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.
2022-08-16T04:42:59.543Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:42:59.586Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:42:59.587Z||pool-99-thread-1|||||INFO|500||cambria reply ok (46 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=?
2022-08-16T04:43:00.490Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:43:00.490Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|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.
2022-08-16T04:43:00.491Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:43:11.235Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:43:11.236Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:43:11.237Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|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.
2022-08-16T04:43:11.237Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:43:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:43:15.296Z||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.
2022-08-16T04:43:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:43:15.937Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:43:15.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:43:15.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6c8f824-5831-42f0-8c40-18a1de0cf4d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660624979436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:43:15.939Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:43:20.852Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:43:20.854Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:43:20.855Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|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.
2022-08-16T04:43:20.856Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:43:30.482Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:44:15.289Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:44:15.292Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|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.
2022-08-16T04:44:15.293Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:44:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:44:15.295Z||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.
2022-08-16T04:44:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:44:24.931Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:44:24.943Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:45:15.289Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:45:15.291Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|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.
2022-08-16T04:45:15.291Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:45:15.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:45:15.298Z||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.
2022-08-16T04:45:15.298Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:45:24.890Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:45:24.913Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:46:15.289Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:46:15.290Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|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.
2022-08-16T04:46:15.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:46:15.295Z||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.
2022-08-16T04:46:15.290Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:46:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:46:24.885Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:46:24.886Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:47:15.289Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:47:15.290Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|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.
2022-08-16T04:47:15.290Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:47:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:47:15.295Z||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.
2022-08-16T04:47:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:47:24.897Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:47:24.908Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:15.289Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:48:15.290Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|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.
2022-08-16T04:48:15.291Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:15.295Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:48:15.299Z||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.
2022-08-16T04:48:15.300Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:15.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:15.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625256578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625259285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "policy-id",
  "timestamp": 1660625265204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625256578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625259285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "policy-id",
  "timestamp": 1660625265204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625265751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625256578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625259285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625265751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "policy-id",
  "timestamp": 1660625265204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625256578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625259285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625265751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "policy-id",
  "timestamp": 1660625265204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "cds",
  "timestamp": 1660625268252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625256578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625259285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625265751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "policy-id",
  "timestamp": 1660625265204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "cds",
  "timestamp": 1660625268252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625256578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625259285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625265751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "policy-id",
  "timestamp": 1660625265204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "cds",
  "timestamp": 1660625268252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625256578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625259285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625265751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "policy-id",
  "timestamp": 1660625265204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "cds",
  "timestamp": 1660625268252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625256578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625259285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625265751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "policy-id",
  "timestamp": 1660625265204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "clamp",
  "timestamp": 1660625271879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "cds",
  "timestamp": 1660625268252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625256578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625259285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625265751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "policy-id",
  "timestamp": 1660625265204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "clamp",
  "timestamp": 1660625271879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "cds",
  "timestamp": 1660625268252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625256578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625265751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625259285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "policy-id",
  "timestamp": 1660625265204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "clamp",
  "timestamp": 1660625271879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "cds",
  "timestamp": 1660625268252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625265751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "clamp",
  "timestamp": 1660625271879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625275623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:15.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "policy-id",
  "timestamp": 1660625276737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:15.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "cds",
  "timestamp": 1660625268252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625276716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:15.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "clamp",
  "timestamp": 1660625271879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "policy-id",
  "timestamp": 1660625277744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:48:15.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "cds",
  "timestamp": 1660625268252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625276577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "clamp",
  "timestamp": 1660625271879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "policy-id",
  "timestamp": 1660625278748,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-16T04:48:15.620Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bca8d2cf-21f4-4831-8d9f-6085422dedbd
2022-08-16T04:48:15.621Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bca8d2cf-21f4-4831-8d9f-6085422dedbd 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 (?, ?, ?, ?, ?)
2022-08-16T04:48:15.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625278032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:15.657Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "cds",
  "timestamp": 1660625268252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625276577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "clamp",
  "timestamp": 1660625271879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625279246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:15.660Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625276577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "cds",
  "timestamp": 1660625279431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:15.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "clamp",
  "timestamp": 1660625271879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625279843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:48:15.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625276577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625280444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:15.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "clamp",
  "timestamp": 1660625271879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625280853,
  "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=?
2022-08-16T04:48:15.681Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bca8d2cf-21f4-4831-8d9f-6085422dedbd
2022-08-16T04:48:15.682Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bca8d2cf-21f4-4831-8d9f-6085422dedbd 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 (?, ?, ?, ?, ?)
2022-08-16T04:48:15.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625276577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625281526,
  "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=?
2022-08-16T04:48:15.711Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bca8d2cf-21f4-4831-8d9f-6085422dedbd
2022-08-16T04:48:15.712Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bca8d2cf-21f4-4831-8d9f-6085422dedbd 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=?
2022-08-16T04:48:15.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "clamp",
  "timestamp": 1660625271879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625276577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625282536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:48:15.737Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "cds",
  "timestamp": 1660625282898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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=?
2022-08-16T04:48:15.772Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bca8d2cf-21f4-4831-8d9f-6085422dedbd
2022-08-16T04:48:15.772Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bca8d2cf-21f4-4831-8d9f-6085422dedbd 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 (?, ?, ?, ?, ?)
2022-08-16T04:48:15.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625276577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625276577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "cds",
  "timestamp": 1660625283907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "policy-id",
  "timestamp": 1660625285203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "cds",
  "timestamp": 1660625283907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "policy-id",
  "timestamp": 1660625285203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625285753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "cds",
  "timestamp": 1660625283907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "policy-id",
  "timestamp": 1660625285203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625285753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "cds",
  "timestamp": 1660625283907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "policy-id",
  "timestamp": 1660625285203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625285753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "clamp",
  "timestamp": 1660625288395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:15.800Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "cds",
  "timestamp": 1660625283907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "policy-id",
  "timestamp": 1660625285203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625285753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "cds",
  "timestamp": 1660625283907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "policy-id",
  "timestamp": 1660625285203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625289285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625285753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "cds",
  "timestamp": 1660625283907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "policy-id",
  "timestamp": 1660625285203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625289285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625285753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "aai-ml",
  "timestamp": 1660625291312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:15.809Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "cds",
  "timestamp": 1660625283907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "policy-id",
  "timestamp": 1660625285203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625289285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625285753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "clamp",
  "timestamp": 1660625292835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:48:15.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625285753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:48:15.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625289285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "cds",
  "timestamp": 1660625293356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:15.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "policy-id",
  "timestamp": 1660625294303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:15.813Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "clamp",
  "timestamp": 1660625293840,
  "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=?
2022-08-16T04:48:15.835Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bca8d2cf-21f4-4831-8d9f-6085422dedbd
2022-08-16T04:48:15.835Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bca8d2cf-21f4-4831-8d9f-6085422dedbd 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 (?, ?, ?, ?, ?)
2022-08-16T04:48:15.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625289285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:15.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:48:15.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "policy-id",
  "timestamp": 1660625295315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:48:15.854Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625294627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:15.854Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:48:15.981Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:15.982Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-16T04:48:15.983Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"bca8d2cf-21f4-4831-8d9f-6085422dedbd","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551","serviceDescription":"service","serviceInvariantUUID":"2b2c1884-0c8c-486a-b5f6-b298212c4573","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"545ebc12-c90a-41bb-9aca-69c893af65fd","resourceInvariantUUID":"9180ebc5-b024-461c-88da-a8e65141d444","resourceCustomizationUUID":"c4b96449-ea9f-4717-8cf1-556f3fce2fb6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YzI0YzY4YmY3NjA2MzkxZWMzMGJiNGQ2N2M4NmU3N2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4dcb109-6a39-46d0-946f-b1ca64e04d67","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"YjExZDdjYmY5YjU2OGRkNjE2Njc1ZjdjNzg1MjBlOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"334f386f-d1ac-42b9-b4cd-33d62892a072","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"185f5e1a-6a02-4eff-941c-f66ab77d7879","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff8765a8-892f-4eb5-ba5e-c520f1143efb","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"315fa140-b61a-4fef-a39c-eba9a4ec0941","artifactVersion":"2","generatedFromUUID":"133984d5-9098-4ce3-9d2c-b1e764a1865f"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"01b7d309-9efc-4b62-adde-118be2760dfb","artifactVersion":"2","generatedFromUUID":"185f5e1a-6a02-4eff-941c-f66ab77d7879"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"133984d5-9098-4ce3-9d2c-b1e764a1865f","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ef1ded69-0769-4ff7-b81e-da4235aeaed3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ODNiOGFiZjFhNzk2YTFjY2EzNGU0MDQyYmVkZDBmZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0eb50407-53f7-4d33-bafa-7ce3ae720be8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDBlZWEzZDdhN2M1YjE2MWE4ZDM1ZjFlODExNDU0YjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0908437c-06e3-4603-9166-080cdc724772","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-16T04:48:15.987Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:48:15.988Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:15.994Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:15.994Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:16.095Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-16T04:48:16.098Z||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.
2022-08-16T04:48:16.098Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:16.125Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:16.126Z||pool-100-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:48:16.995Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:48:16.996Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:16.999Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:17.003Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:48:17.100Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-16T04:48:17.101Z||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.
2022-08-16T04:48:17.102Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:17.142Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:17.143Z||pool-101-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:48:18.003Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:48:18.004Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:18.006Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:18.007Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:48:18.107Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:48:18.108Z||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.
2022-08-16T04:48:18.108Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:18.137Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:18.137Z||pool-102-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:48:19.007Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:48:19.009Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:19.011Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:19.012Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:19.111Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:48:19.113Z||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.
2022-08-16T04:48:19.113Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:19.164Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:19.168Z||pool-103-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:48:20.012Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:48:20.013Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:20.016Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:20.016Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-16T04:48:20.116Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:48:20.118Z||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.
2022-08-16T04:48:20.118Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:20.219Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:20.220Z||pool-104-thread-1|||||INFO|500||cambria reply ok (103 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:48:21.016Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:48:21.018Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:21.021Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:21.022Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-16T04:48:21.122Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:48:21.123Z||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.
2022-08-16T04:48:21.124Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:21.188Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:21.189Z||pool-105-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:48:22.023Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:48:22.024Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:22.026Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:22.027Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-16T04:48:22.127Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:48:22.129Z||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.
2022-08-16T04:48:22.130Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:22.178Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:22.178Z||pool-106-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:48:23.030Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:48:23.031Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:23.034Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:23.034Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:23.135Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-16T04:48:23.136Z||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.
2022-08-16T04:48:23.136Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:23.222Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:23.222Z||pool-107-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:48:24.039Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:48:24.040Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:24.042Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:24.042Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:48:24.143Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:48:24.144Z||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.
2022-08-16T04:48:24.145Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:24.182Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:24.184Z||pool-108-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:48:25.043Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:48:25.044Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:25.047Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:25.047Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:48:25.147Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:48:25.149Z||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.
2022-08-16T04:48:25.149Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:25.200Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:25.201Z||pool-109-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:48:26.049Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2b2c1884-0c8c-486a-b5f6-b298212c4573",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "c4b96449-ea9f-4717-8cf1-556f3fce2fb6",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "545ebc12-c90a-41bb-9aca-69c893af65fd",
      "resourceInvariantUUID": "9180ebc5-b024-461c-88da-a8e65141d444",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "YjExZDdjYmY5YjU2OGRkNjE2Njc1ZjdjNzg1MjBlOTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "334f386f-d1ac-42b9-b4cd-33d62892a072",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "185f5e1a-6a02-4eff-941c-f66ab77d7879",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "01b7d309-9efc-4b62-adde-118be2760dfb",
            "generatedFromUUID": "185f5e1a-6a02-4eff-941c-f66ab77d7879"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "315fa140-b61a-4fef-a39c-eba9a4ec0941",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "01b7d309-9efc-4b62-adde-118be2760dfb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "133984d5-9098-4ce3-9d2c-b1e764a1865f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDBlZWEzZDdhN2M1YjE2MWE4ZDM1ZjFlODExNDU0YjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0908437c-06e3-4603-9166-080cdc724772"
    }
  ],
  "workloadContext": "Production"
}
2022-08-16T04:48:26.049Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-16T04:48:26.050Z|b6c8f824-5831-42f0-8c40-18a1de0cf4d1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551 ASDC
2022-08-16T04:48:26.051Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bca8d2cf-21f4-4831-8d9f-6085422dedbd
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551
ServiceInvariantUUID:2b2c1884-0c8c-486a-b5f6-b298212c4573
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:0908437c-06e3-4603-9166-080cdc724772
ArtifactChecksum:ZDBlZWEzZDdhN2M1YjE2MWE4ZDM1ZjFlODExNDU0YjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:c4b96449-ea9f-4717-8cf1-556f3fce2fb6
ResourceInvariantUUID:9180ebc5-b024-461c-88da-a8e65141d444
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:545ebc12-c90a-41bb-9aca-69c893af65fd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:334f386f-d1ac-42b9-b4cd-33d62892a072
ArtifactChecksum:YjExZDdjYmY5YjU2OGRkNjE2Njc1ZjdjNzg1MjBlOTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:185f5e1a-6a02-4eff-941c-f66ab77d7879
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:01b7d309-9efc-4b62-adde-118be2760dfb
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:315fa140-b61a-4fef-a39c-eba9a4ec0941
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:01b7d309-9efc-4b62-adde-118be2760dfb
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:133984d5-9098-4ce3-9d2c-b1e764a1865f
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-16T04:48:26.051Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551 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=?
2022-08-16T04:48:26.244Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:48:26.246Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-16T04:48:26.246Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-16T04:48:26.246Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0908437c-06e3-4603-9166-080cdc724772 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-16T04:48:26.247Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-16T04:48:26.248Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-16T04:48:26.539Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-16T04:48:26.557Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0908437c-06e3-4603-9166-080cdc724772 158214
2022-08-16T04:48:26.558Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-16T04:48:26.558Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-16T04:48:26.558Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:48:26.559Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:26.563Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:26.563Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625306558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:26.664Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:48:26.665Z||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.
2022-08-16T04:48:26.665Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:26.689Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:26.690Z||pool-110-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:48:27.564Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:48:27.569Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-16T04:48:27.569Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0908437c-06e3-4603-9166-080cdc724772, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-16T04:48:27.570Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-08-16T04:48:27.571Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-16T04:48:27.572Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-16T04:48:27.836Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2672730512705491032/Definitions/service-BasicCnfMacro-template.yml
2022-08-16T04:48:29.864Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-16T04:48:29.865Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-16T04:48:29.865Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-16T04:48:29.866Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-16T04:48:29.866Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-16T04:48:29.866Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-16T04:48:29.867Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-16T04:48:29.867Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-16T04:48:29.867Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-16T04:48:29.868Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:29.868Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:48:29.869Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-16T04:48:29.871Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-16T04:48:29.871Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:48:29.871Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:29.872Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:48:29.872Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-16T04:48:29.873Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-16T04:48:29.873Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:48:29.873Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:29.874Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:48:29.874Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:29.875Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-16T04:48:29.875Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-08-16T04:48:29.875Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-08-16T04:48:29.876Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-16T04:48:29.876Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:29.876Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-16T04:48:29.877Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:29.877Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-16T04:48:29.877Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:48:29.878Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:29.878Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-16T04:48:29.878Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:48:29.879Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:29.879Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-16T04:48:29.879Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:48:29.880Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:29.880Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-16T04:48:29.880Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:48:29.881Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:29.881Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-16T04:48:29.881Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-08-16T04:48:29.882Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=ee410c5b-3280-4780-b2ca-692888e4e457
2022-08-16T04:48:29.882Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:29.882Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:48:29.883Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:29.883Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:48:29.883Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:29.884Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:48:29.884Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:29.884Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:48:29.884Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551
Model Version:NULL
Model InvariantUuid:2b2c1884-0c8c-486a-b5f6-b298212c4573
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:9236370f-3153-43b4-8e8e-2561dbcf5b54
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9180ebc5-b024-461c-88da-a8e65141d444
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c4b96449-ea9f-4717-8cf1-556f3fce2fb6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0d67a878-1782-4d25-aa21-957ac63a2201
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:fe6ca40a-0196-4060-b2eb-c05165de01a5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6d57bd44-0caa-4bd9-b724-68df34a76e18
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:4562826a-1a6e-4488-82ff-d5a12e3f7b0d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ee410c5b-3280-4780-b2ca-692888e4e457
ModelInvariantUuid:ce7f99ed-5f9c-4f90-8f41-12bcff76289e
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:28e996f1-6c7a-4ae3-8760-151ca2392638
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c6ae67d1-accf-4186-ac39-3f5869e6d32c
ModelInvariantUuid:93170628-1100-4341-872a-7d207be4c2c4
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:116397b4-1277-430e-9363-de58d18af158
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-16T04:48:29.905Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 545ebc12-c90a-41bb-9aca-69c893af65fd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:48:29.917Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-08-16T04:48:29.917Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 545ebc12-c90a-41bb-9aca-69c893af65fd
2022-08-16T04:48:29.917Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 334f386f-d1ac-42b9-b4cd-33d62892a072 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-16T04:48:29.918Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-16T04:48:29.918Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-16T04:48:30.018Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-16T04:48:30.019Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 334f386f-d1ac-42b9-b4cd-33d62892a072 1565
2022-08-16T04:48:30.020Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-16T04:48:30.020Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-16T04:48:30.020Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:48:30.021Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:30.024Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:30.024Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625310020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:30.125Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:48:30.141Z||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.
2022-08-16T04:48:30.142Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:30.190Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:30.191Z||pool-111-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:48:31.025Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6d57bd44-0caa-4bd9-b724-68df34a76e18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4562826a-1a6e-4488-82ff-d5a12e3f7b0d",
    "vfModuleModelCustomizationUUID": "9517cffe-f4cc-48ab-9d39-9fc3abad2707",
    "isBase": true,
    "artifacts": [
      "185f5e1a-6a02-4eff-941c-f66ab77d7879",
      "01b7d309-9efc-4b62-adde-118be2760dfb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "0d67a878-1782-4d25-aa21-957ac63a2201",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe6ca40a-0196-4060-b2eb-c05165de01a5",
    "vfModuleModelCustomizationUUID": "6b487556-e30e-457e-81a2-f302f65b46eb",
    "isBase": false,
    "artifacts": [
      "133984d5-9098-4ce3-9d2c-b1e764a1865f"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-16T04:48:31.036Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4562826a-1a6e-4488-82ff-d5a12e3f7b0d
VfModuleModelInvariantUUID:6d57bd44-0caa-4bd9-b724-68df34a76e18
VfModuleModelDescription:NULL
Artifacts UUID List:{
185f5e1a-6a02-4eff-941c-f66ab77d7879
,
01b7d309-9efc-4b62-adde-118be2760dfb

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:fe6ca40a-0196-4060-b2eb-c05165de01a5
VfModuleModelInvariantUUID:0d67a878-1782-4d25-aa21-957ac63a2201
VfModuleModelDescription:NULL
Artifacts UUID List:{
133984d5-9098-4ce3-9d2c-b1e764a1865f

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-08-16T04:48:31.040Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6d57bd44-0caa-4bd9-b724-68df34a76e18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4562826a-1a6e-4488-82ff-d5a12e3f7b0d",
    "vfModuleModelCustomizationUUID": "9517cffe-f4cc-48ab-9d39-9fc3abad2707",
    "isBase": true,
    "artifacts": [
      "185f5e1a-6a02-4eff-941c-f66ab77d7879",
      "01b7d309-9efc-4b62-adde-118be2760dfb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "0d67a878-1782-4d25-aa21-957ac63a2201",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe6ca40a-0196-4060-b2eb-c05165de01a5",
    "vfModuleModelCustomizationUUID": "6b487556-e30e-457e-81a2-f302f65b46eb",
    "isBase": false,
    "artifacts": [
      "133984d5-9098-4ce3-9d2c-b1e764a1865f"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-16T04:48:31.041Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4562826a-1a6e-4488-82ff-d5a12e3f7b0d
VfModuleModelInvariantUUID:6d57bd44-0caa-4bd9-b724-68df34a76e18
VfModuleModelDescription:NULL
Artifacts UUID List:{
185f5e1a-6a02-4eff-941c-f66ab77d7879
,
01b7d309-9efc-4b62-adde-118be2760dfb

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:fe6ca40a-0196-4060-b2eb-c05165de01a5
VfModuleModelInvariantUUID:0d67a878-1782-4d25-aa21-957ac63a2201
VfModuleModelDescription:NULL
Artifacts UUID List:{
133984d5-9098-4ce3-9d2c-b1e764a1865f

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-08-16T04:48:31.041Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 185f5e1a-6a02-4eff-941c-f66ab77d7879 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-16T04:48:31.041Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-16T04:48:31.041Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-16T04:48:31.178Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-16T04:48:31.179Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 185f5e1a-6a02-4eff-941c-f66ab77d7879 914
2022-08-16T04:48:31.179Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-16T04:48:31.180Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-16T04:48:31.180Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:48:31.180Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:31.183Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:31.183Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625311179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:31.283Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:48:31.285Z||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.
2022-08-16T04:48:31.286Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:31.376Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:31.378Z||pool-112-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:48:32.184Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 315fa140-b61a-4fef-a39c-eba9a4ec0941 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-16T04:48:32.185Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-16T04:48:32.185Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-16T04:48:32.348Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-16T04:48:32.349Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 315fa140-b61a-4fef-a39c-eba9a4ec0941 12
2022-08-16T04:48:32.350Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-16T04:48:32.350Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-16T04:48:32.350Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:48:32.350Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:32.357Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:32.358Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625312349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:32.453Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-16T04:48:32.456Z||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.
2022-08-16T04:48:32.456Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:32.511Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:32.512Z||pool-113-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:48:33.361Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 01b7d309-9efc-4b62-adde-118be2760dfb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-16T04:48:33.362Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-16T04:48:33.362Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-16T04:48:33.545Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-16T04:48:33.546Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 01b7d309-9efc-4b62-adde-118be2760dfb 96
2022-08-16T04:48:33.547Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-16T04:48:33.547Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-16T04:48:33.547Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:48:33.548Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:33.551Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:33.551Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625313547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:33.651Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:48:33.653Z||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.
2022-08-16T04:48:33.653Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:33.677Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:33.678Z||pool-114-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:48:34.552Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 133984d5-9098-4ce3-9d2c-b1e764a1865f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-16T04:48:34.553Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-16T04:48:34.553Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-16T04:48:34.738Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-16T04:48:34.740Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 133984d5-9098-4ce3-9d2c-b1e764a1865f 20206
2022-08-16T04:48:34.749Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-16T04:48:34.749Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-16T04:48:34.750Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:48:34.750Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:34.757Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:34.757Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625314749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:48:34.854Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-16T04:48:34.855Z||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.
2022-08-16T04:48:34.856Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:34.933Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:34.933Z||pool-115-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:48:35.765Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551
2022-08-16T04:48:35.765Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 545ebc12-c90a-41bb-9aca-69c893af65fd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:48:35.818Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5517b248, org.onap.sdc.toscaparser.api.parameters.Input@e9ca4a, org.onap.sdc.toscaparser.api.parameters.Input@20220804, org.onap.sdc.toscaparser.api.parameters.Input@3ee4ed3e, org.onap.sdc.toscaparser.api.parameters.Input@56099d58]
2022-08-16T04:48:35.822Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:35.823Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:48:35.824Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-08-16T04:48:35.824Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c4b96449-ea9f-4717-8cf1-556f3fce2fb6
2022-08-16T04:48:35.824Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c4b96449-ea9f-4717-8cf1-556f3fce2fb6 matches Tosca VF Customization UUID: c4b96449-ea9f-4717-8cf1-556f3fce2fb6
2022-08-16T04:48:35.824Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c4b96449-ea9f-4717-8cf1-556f3fce2fb6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-16T04:48:35.831Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:35.832Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:48:35.833Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c4b96449-ea9f-4717-8cf1-556f3fce2fb6: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-08-16T04:48:35.833Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@313a7a5c
2022-08-16T04:48:35.833Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:35.834Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-16T04:48:35.834Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b487556-e30e-457e-81a2-f302f65b46eb
2022-08-16T04:48:35.834Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b487556-e30e-457e-81a2-f302f65b46eb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-16T04:48:35.843Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:35.845Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-16T04:48:35.845Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:48:35.846Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:35.846Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-16T04:48:35.846Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:48:35.846Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:35.847Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-16T04:48:35.847Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c4b96449-ea9f-4717-8cf1-556f3fce2fb6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:48:35.853Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:35.854Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:48:35.854Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551: basic_cnf_macro
2022-08-16T04:48:35.855Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:35.855Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:48:35.855Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:35.855Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:48:35.856Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:35.856Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:48:35.856Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:35.856Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:48:35.857Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:48:35.857Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:48:35.857Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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 vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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 (?, ?, ?, ?, ?)
2022-08-16T04:48:36.038Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 545ebc12-c90a-41bb-9aca-69c893af65fd 2 ASDC deployResourceStructure
2022-08-16T04:48:36.039Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-16T04:48:36.039Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-16T04:48:36.039Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:48:36.039Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:36.057Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:36.058Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625316039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:48:36.148Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-08-16T04:48:36.149Z||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.
2022-08-16T04:48:36.149Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:36.204Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:36.205Z||pool-116-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":4,"count":1}
2022-08-16T04:48:37.060Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-16T04:48:37.063Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-16T04:48:37.064Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:48:37.065Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:37.071Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:37.071Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625317060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-16T04:48:37.172Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:48:37.175Z||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.
2022-08-16T04:48:37.176Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:37.205Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:37.206Z||pool-117-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:48:38.073Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-16T04:48:38.073Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-08-16T04:48:38.074Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-16T04:48:38.074Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:38.077Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:38.077Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625318072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-16T04:48:38.178Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-16T04:48:38.179Z||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.
2022-08-16T04:48:38.179Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:38.198Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:38.199Z||pool-118-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:48:39.078Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-16T04:48:39.079Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-16T04:48:39.079Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:48:39.079Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:39.082Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:39.082Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625319078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-16T04:48:39.182Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:48:39.183Z||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.
2022-08-16T04:48:39.183Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:39.215Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:39.215Z||pool-119-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:48:40.083Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-16T04:48:40.083Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-08-16T04:48:40.083Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-16T04:48:40.084Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:40.091Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:40.092Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625320082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-16T04:48:40.191Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:48:40.193Z||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.
2022-08-16T04:48:40.193Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:40.256Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:40.257Z||pool-120-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:48:41.099Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-16T04:48:41.100Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-16T04:48:41.100Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:48:41.104Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:48:41.116Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:48:41.117Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625321093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:48:41.213Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-16T04:48:41.215Z||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.
2022-08-16T04:48:41.215Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:48:41.284Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:48:41.285Z||pool-121-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:48:42.118Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bca8d2cf-21f4-4831-8d9f-6085422dedbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:48:42.151Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bca8d2cf-21f4-4831-8d9f-6085422dedbd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:48:42.158Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:48:42.158Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:48:42.159Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:49:12.160Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bca8d2cf-21f4-4831-8d9f-6085422dedbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:49:12.212Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bca8d2cf-21f4-4831-8d9f-6085422dedbd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:49:12.221Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:49:12.221Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:49:12.222Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:49:15.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:49:15.296Z||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.
2022-08-16T04:49:15.296Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:49:15.356Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:49:15.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:49:15.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "cds",
  "timestamp": 1660625294640,
  "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 (?, ?, ?, ?, ?)
2022-08-16T04:49:15.397Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ba70800b-619c-41cd-af74-6682d80521b4
2022-08-16T04:49:15.397Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba70800b-619c-41cd-af74-6682d80521b4 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 (?, ?, ?, ?, ?)
2022-08-16T04:49:42.223Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bca8d2cf-21f4-4831-8d9f-6085422dedbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:49:42.249Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bca8d2cf-21f4-4831-8d9f-6085422dedbd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:49:42.254Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:49:42.254Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:49:42.255Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:50:12.255Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bca8d2cf-21f4-4831-8d9f-6085422dedbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:50:12.276Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bca8d2cf-21f4-4831-8d9f-6085422dedbd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:50:12.282Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:50:12.283Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-16T04:50:12.283Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-16T04:50:15.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:50:15.295Z||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.
2022-08-16T04:50:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:50:15.353Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:50:15.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625289285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "policy-id",
  "timestamp": 1660625296324,
  "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=?
2022-08-16T04:50:15.378Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba70800b-619c-41cd-af74-6682d80521b4
2022-08-16T04:50:15.378Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba70800b-619c-41cd-af74-6682d80521b4 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 (?, ?, ?, ?, ?)
2022-08-16T04:50:15.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625295853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:50:15.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625289285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:50:15.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625297113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:50:15.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:50:15.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625289285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:50:15.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625298131,
  "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=?
2022-08-16T04:50:15.419Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba70800b-619c-41cd-af74-6682d80521b4
2022-08-16T04:50:15.420Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba70800b-619c-41cd-af74-6682d80521b4 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=?
2022-08-16T04:50:15.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625298369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:50:15.436Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625299134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:50:15.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-16T04:50:15.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-16T04:50:15.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-16T04:50:15.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "aai-ml",
  "timestamp": 1660625301369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:50:15.442Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "clamp",
  "timestamp": 1660625301879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "aai-ml",
  "timestamp": 1660625302378,
  "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=?
2022-08-16T04:50:15.459Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bca8d2cf-21f4-4831-8d9f-6085422dedbd
2022-08-16T04:50:15.460Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bca8d2cf-21f4-4831-8d9f-6085422dedbd 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 (?, ?, ?, ?, ?)
2022-08-16T04:50:15.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625302439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:50:15.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "clamp",
  "timestamp": 1660625301879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:50:15.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625303446,
  "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=?
2022-08-16T04:50:15.498Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ba70800b-619c-41cd-af74-6682d80521b4
2022-08-16T04:50:15.498Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba70800b-619c-41cd-af74-6682d80521b4 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 (?, ?, ?, ?, ?)
2022-08-16T04:50:15.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:50:15.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "clamp",
  "timestamp": 1660625301879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "clamp",
  "timestamp": 1660625301879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625306558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:50:15.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "clamp",
  "timestamp": 1660625301879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "clamp",
  "timestamp": 1660625301879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "clamp",
  "timestamp": 1660625301879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625310020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:50:15.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "clamp",
  "timestamp": 1660625301879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:50:15.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:50:15.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625311179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:50:15.529Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "aai-ml",
  "timestamp": 1660625280207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:50:15.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:50:15.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625312349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:50:15.530Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "aai-ml",
  "timestamp": 1660625311638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:50:15.530Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625313547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:50:15.530Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625314749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:50:15.530Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625316039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:50:15.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625317060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-16T04:50:15.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625318072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-16T04:50:15.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625319078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-16T04:50:15.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625320082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-16T04:50:15.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625321093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:50:15.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "aai-ml",
  "timestamp": 1660625320297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:50:15.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "aai-ml",
  "timestamp": 1660625321305,
  "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=?
2022-08-16T04:50:15.542Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ba70800b-619c-41cd-af74-6682d80521b4
2022-08-16T04:50:15.542Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba70800b-619c-41cd-af74-6682d80521b4 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 (?, ?, ?, ?, ?)
2022-08-16T04:50:15.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "clamp",
  "timestamp": 1660625322398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:50:15.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "clamp",
  "timestamp": 1660625325402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:50:15.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:50:15.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:50:15.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "clamp",
  "timestamp": 1660625326410,
  "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=?
2022-08-16T04:50:15.573Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ba70800b-619c-41cd-af74-6682d80521b4
2022-08-16T04:50:15.574Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba70800b-619c-41cd-af74-6682d80521b4 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 (?, ?, ?, ?, ?)
2022-08-16T04:50:42.284Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bca8d2cf-21f4-4831-8d9f-6085422dedbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:50:42.306Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bca8d2cf-21f4-4831-8d9f-6085422dedbd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:50:42.311Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:50:42.312Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-16T04:50:42.312Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-16T04:50:42.312Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-16T04:50:42.312Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:50:42.313Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:50:42.313Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:50:42.314Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:50:42.314Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:50:42.314Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:50:42.314Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-16T04:50:42.324Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-16T04:51:12.325Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bca8d2cf-21f4-4831-8d9f-6085422dedbd 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=?
2022-08-16T04:51:12.344Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bca8d2cf-21f4-4831-8d9f-6085422dedbd and serviceModelVersionId: 7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551
2022-08-16T04:51:12.344Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b2c1884-0c8c-486a-b5f6-b298212c4573
2022-08-16T04:51:12.347Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b2c1884-0c8c-486a-b5f6-b298212c4573/model-vers/model-ver/7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551?depth=0
2022-08-16T04:51:12.361Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-08-16T04:51:12.454Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b2c1884-0c8c-486a-b5f6-b298212c4573/model-vers/model-ver/7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551?depth=0|INFO|500||Invoke
2022-08-16T04:51:12.456Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b2c1884-0c8c-486a-b5f6-b298212c4573/model-vers/model-ver/7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b2c1884-0c8c-486a-b5f6-b298212c4573/model-vers/model-ver/7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bca8d2cf-21f4-4831-8d9f-6085422dedbd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0a89bf09-de87-4cc4-99cc-ccc3d71228f0], X-ECOMP-RequestID=[bca8d2cf-21f4-4831-8d9f-6085422dedbd], X-TransactionId=[], X-ONAP-RequestID=[bca8d2cf-21f4-4831-8d9f-6085422dedbd], Content-Type=[application/merge-patch+json]}
2022-08-16T04:51:12.508Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b2c1884-0c8c-486a-b5f6-b298212c4573/model-vers/model-ver/7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-16T04:51:12.701Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b2c1884-0c8c-486a-b5f6-b298212c4573/model-vers/model-ver/7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b2c1884-0c8c-486a-b5f6-b298212c4573/model-vers/model-ver/7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220816-04:51:12:529-68046], vertex-id=[254080], Content-Length=[0], Date=[Tue, 16 Aug 2022 04:51:12 GMT], Content-Type=[application/json]}
2022-08-16T04:51:12.702Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b2c1884-0c8c-486a-b5f6-b298212c4573/model-vers/model-ver/7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-16T04:51:12.703Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b2c1884-0c8c-486a-b5f6-b298212c4573/model-vers/model-ver/7cb89a26-9ba9-4d90-a6b5-b7d0b04a5551?depth=0|INFO|500||InvokeReturn
2022-08-16T04:51:12.703Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-16T04:51:12.703Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:51:12.722Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-16T04:51:12.723Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bca8d2cf-21f4-4831-8d9f-6085422dedbd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-16T04:51:12.723Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-16T04:51:12.724Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:12.728Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:12.728Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625472723,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:51:12.828Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:51:12.829Z||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.
2022-08-16T04:51:12.829Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:12.853Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:12.853Z||pool-122-thread-1|||||INFO|500||cambria reply ok (25 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=?
2022-08-16T04:51:13.756Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-16T04:51:13.756Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ba70800b-619c-41cd-af74-6682d80521b4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"46012428-6e48-4732-a906-003f11336afe","serviceDescription":"service","serviceInvariantUUID":"dbc5a8a6-0106-4379-b0fd-642ed3d055ec","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b0bbf9e0-e88f-4523-8047-8700f62df05c","resourceInvariantUUID":"d1747668-504f-493f-9599-281e0ba1f8f6","resourceCustomizationUUID":"b65ea121-6e1f-4f5a-b483-c74f853268d8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MDdjYjI0YjFiOWM2NTU3ZWRjMjE4OTdjZWE4YTEwMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a645521-2a3a-4f42-b771-798754acac4b","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MzBkN2QxZjc2NzhmOWIwY2U0NjMxZDliNDFkMmY4OGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5f850a59-6936-4930-a615-134e7f6f84b1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"85a537ee-369b-45f9-b03e-5946cee62953","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6b0249eb-653e-4506-8d7c-0f03d3f6c38d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b215d6dc-9333-4451-b130-921ec168c8f0","artifactVersion":"2","generatedFromUUID":"85a537ee-369b-45f9-b03e-5946cee62953"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"YTM1OTJkOWI2NmFlNmY3NzEzNDQ4Mzg2YzIyMDNiODc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"91f3d319-ee28-4bae-8b74-5394aeb0f705","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ODBmZDMzNzJkNzVkZDYyNjUwOTNkOGU2ZjgxMjEyMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f04a23a-973a-4556-8d2c-5b2f006cd4ee","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTFiODBkYjQ0NjVhYTg3NTYyMzdiZDY3YWEzOGQ4ZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9add336-148d-4bd9-8787-13699ff9e8ff","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-16T04:51:13.757Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:51:13.757Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:13.760Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:13.760Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:13.861Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:51:13.862Z||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.
2022-08-16T04:51:13.862Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:13.911Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:13.911Z||pool-123-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:51:14.761Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:51:14.762Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:14.766Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:14.766Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:51:14.866Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:51:14.867Z||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.
2022-08-16T04:51:14.867Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:14.933Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:14.934Z||pool-124-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:51:15.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:51:15.295Z||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.
2022-08-16T04:51:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:15.403Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:15.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "cds",
  "timestamp": 1660625373254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625365751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "aai-ml",
  "timestamp": 1660625370207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "cds",
  "timestamp": 1660625373254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625365751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "aai-ml",
  "timestamp": 1660625370207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "cds",
  "timestamp": 1660625373254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625365751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "aai-ml",
  "timestamp": 1660625370207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625376577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "cds",
  "timestamp": 1660625373254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625365751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "aai-ml",
  "timestamp": 1660625370207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625376577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "cds",
  "timestamp": 1660625373254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625365751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "aai-ml",
  "timestamp": 1660625370207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625376577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "cds",
  "timestamp": 1660625373254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625365751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "aai-ml",
  "timestamp": 1660625370207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625376577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625379285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "cds",
  "timestamp": 1660625373254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625365751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "aai-ml",
  "timestamp": 1660625370207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625376577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625379285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "cds",
  "timestamp": 1660625373254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625365751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "aai-ml",
  "timestamp": 1660625370207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625376577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625379285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "cds",
  "timestamp": 1660625373254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:51:15.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660625365751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:51:15.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "aai-ml",
  "timestamp": 1660625370207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:51:15.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625376577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:51:15.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625379285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625376577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625379285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "aai-ml",
  "timestamp": 1660625384100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:51:15.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:51:15.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "cds",
  "timestamp": 1660625384327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:51:15.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:51:15.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "policy-id",
  "timestamp": 1660625385202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625376577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625379285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "cds",
  "timestamp": 1660625385611,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?)
2022-08-16T04:51:15.474Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d842159a-e128-4f18-a686-b135c1e64e4f
2022-08-16T04:51:15.475Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d842159a-e128-4f18-a686-b135c1e64e4f 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 (?, ?, ?, ?, ?)
2022-08-16T04:51:15.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "policy-id",
  "timestamp": 1660625385202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625386443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:51:15.506Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:51:15.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625379285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "policy-id",
  "timestamp": 1660625385202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625387471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-16T04:51:15.508Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:51:15.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625379285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "policy-id",
  "timestamp": 1660625385202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625379285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:51:15.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660625388478,
  "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=?
2022-08-16T04:51:15.525Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d842159a-e128-4f18-a686-b135c1e64e4f
2022-08-16T04:51:15.526Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d842159a-e128-4f18-a686-b135c1e64e4f 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 (?, ?, ?, ?, ?)
2022-08-16T04:51:15.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "policy-id",
  "timestamp": 1660625385202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625389278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:51:15.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:51:15.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "policy-id",
  "timestamp": 1660625385202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "aai-ml",
  "timestamp": 1660625390137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:51:15.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:51:15.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "policy-id",
  "timestamp": 1660625385202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "aai-ml",
  "timestamp": 1660625391142,
  "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=?
2022-08-16T04:51:15.561Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d842159a-e128-4f18-a686-b135c1e64e4f
2022-08-16T04:51:15.561Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d842159a-e128-4f18-a686-b135c1e64e4f 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 (?, ?, ?, ?, ?)
2022-08-16T04:51:15.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "policy-id",
  "timestamp": 1660625385202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625392075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:51:15.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:51:15.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "clamp",
  "timestamp": 1660625391880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "policy-id",
  "timestamp": 1660625385202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:51:15.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660625393082,
  "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=?
2022-08-16T04:51:15.586Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d842159a-e128-4f18-a686-b135c1e64e4f
2022-08-16T04:51:15.587Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d842159a-e128-4f18-a686-b135c1e64e4f 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 (?, ?, ?, ?, ?)
2022-08-16T04:51:15.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "clamp",
  "timestamp": 1660625391880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "policy-id",
  "timestamp": 1660625395331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:51:15.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:51:15.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "clamp",
  "timestamp": 1660625391880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "policy-id",
  "timestamp": 1660625396346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:51:15.609Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:51:15.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "clamp",
  "timestamp": 1660625391880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "policy-id",
  "timestamp": 1660625397351,
  "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=?
2022-08-16T04:51:15.617Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d842159a-e128-4f18-a686-b135c1e64e4f
2022-08-16T04:51:15.617Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d842159a-e128-4f18-a686-b135c1e64e4f 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 (?, ?, ?, ?, ?)
2022-08-16T04:51:15.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "clamp",
  "timestamp": 1660625391880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "clamp",
  "timestamp": 1660625391880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "clamp",
  "timestamp": 1660625391880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "clamp",
  "timestamp": 1660625391880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:15.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "clamp",
  "timestamp": 1660625391880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:51:15.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:51:15.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "clamp",
  "timestamp": 1660625411412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:51:15.643Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:51:15.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-16T04:51:15.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "clamp",
  "timestamp": 1660625414413,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:51:15.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:51:15.769Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:51:15.770Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:15.774Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:15.774Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:51:15.874Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:51:15.875Z||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.
2022-08-16T04:51:15.875Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:15.896Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:15.896Z||pool-125-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:51:16.774Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:51:16.776Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:16.780Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:16.780Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:16.880Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:51:16.881Z||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.
2022-08-16T04:51:16.881Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:16.899Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:16.900Z||pool-126-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:51:17.781Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:51:17.782Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:17.784Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:17.784Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-16T04:51:17.885Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:51:17.886Z||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.
2022-08-16T04:51:17.886Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:17.911Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:17.911Z||pool-127-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:51:18.785Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:51:18.793Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:18.796Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:18.796Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:18.897Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:51:18.898Z||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.
2022-08-16T04:51:18.898Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:18.936Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:18.937Z||pool-128-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":2,"count":1}
2022-08-16T04:51:19.797Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:51:19.799Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:19.803Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:19.803Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:51:19.907Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-16T04:51:19.908Z||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.
2022-08-16T04:51:19.908Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:19.959Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:19.960Z||pool-129-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:51:20.804Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:51:20.805Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:20.807Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:20.807Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:51:20.907Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:51:20.909Z||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.
2022-08-16T04:51:20.910Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:20.951Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:20.951Z||pool-130-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:51:21.808Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "46012428-6e48-4732-a906-003f11336afe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dbc5a8a6-0106-4379-b0fd-642ed3d055ec",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b65ea121-6e1f-4f5a-b483-c74f853268d8",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b0bbf9e0-e88f-4523-8047-8700f62df05c",
      "resourceInvariantUUID": "d1747668-504f-493f-9599-281e0ba1f8f6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "MzBkN2QxZjc2NzhmOWIwY2U0NjMxZDliNDFkMmY4OGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5f850a59-6936-4930-a615-134e7f6f84b1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "85a537ee-369b-45f9-b03e-5946cee62953",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b215d6dc-9333-4451-b130-921ec168c8f0",
            "generatedFromUUID": "85a537ee-369b-45f9-b03e-5946cee62953"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b215d6dc-9333-4451-b130-921ec168c8f0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZTFiODBkYjQ0NjVhYTg3NTYyMzdiZDY3YWEzOGQ4ZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f9add336-148d-4bd9-8787-13699ff9e8ff"
    }
  ],
  "workloadContext": "Production"
}
2022-08-16T04:51:21.809Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-16T04:51:21.809Z|bca8d2cf-21f4-4831-8d9f-6085422dedbd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 46012428-6e48-4732-a906-003f11336afe ASDC
2022-08-16T04:51:21.810Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ba70800b-619c-41cd-af74-6682d80521b4
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:46012428-6e48-4732-a906-003f11336afe
ServiceInvariantUUID:dbc5a8a6-0106-4379-b0fd-642ed3d055ec
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:f9add336-148d-4bd9-8787-13699ff9e8ff
ArtifactChecksum:ZTFiODBkYjQ0NjVhYTg3NTYyMzdiZDY3YWEzOGQ4ZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b65ea121-6e1f-4f5a-b483-c74f853268d8
ResourceInvariantUUID:d1747668-504f-493f-9599-281e0ba1f8f6
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b0bbf9e0-e88f-4523-8047-8700f62df05c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:5f850a59-6936-4930-a615-134e7f6f84b1
ArtifactChecksum:MzBkN2QxZjc2NzhmOWIwY2U0NjMxZDliNDFkMmY4OGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:85a537ee-369b-45f9-b03e-5946cee62953
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:b215d6dc-9333-4451-b130-921ec168c8f0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:b215d6dc-9333-4451-b130-921ec168c8f0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-16T04:51:21.810Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 46012428-6e48-4732-a906-003f11336afe 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=?
2022-08-16T04:51:21.893Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:51:21.895Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-16T04:51:21.895Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-16T04:51:21.896Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f9add336-148d-4bd9-8787-13699ff9e8ff from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-16T04:51:21.896Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-16T04:51:21.897Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-16T04:51:22.315Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-16T04:51:22.321Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f9add336-148d-4bd9-8787-13699ff9e8ff 78808
2022-08-16T04:51:22.322Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-16T04:51:22.322Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-16T04:51:22.323Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:51:22.323Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:22.328Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:22.328Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625482322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:51:22.428Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:51:22.429Z||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.
2022-08-16T04:51:22.430Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:22.452Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:22.453Z||pool-131-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:51:23.329Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:51:23.330Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-16T04:51:23.330Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f9add336-148d-4bd9-8787-13699ff9e8ff, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-16T04:51:23.331Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-08-16T04:51:23.331Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-16T04:51:23.332Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-16T04:51:23.571Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12485845675222039429/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" 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_related_networks" 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_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-08-16T04:51:25.730Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-16T04:51:25.731Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-16T04:51:25.731Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-16T04:51:25.731Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-16T04:51:25.731Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-16T04:51:25.731Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-16T04:51:25.731Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-16T04:51:25.732Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-16T04:51:25.732Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-16T04:51:25.732Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-16T04:51:25.732Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-16T04:51:25.732Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-16T04:51:25.732Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-16T04:51:25.732Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-16T04:51:25.733Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:25.733Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:51:25.733Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-16T04:51:25.734Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-16T04:51:25.734Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:51:25.734Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:25.734Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:51:25.734Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-16T04:51:25.735Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-16T04:51:25.735Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:51:25.735Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:25.735Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:51:25.735Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:25.736Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-16T04:51:25.736Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-16T04:51:25.736Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-16T04:51:25.736Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-16T04:51:25.737Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-16T04:51:25.737Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-16T04:51:25.737Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:25.737Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-16T04:51:25.737Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:25.738Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-16T04:51:25.738Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:51:25.738Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:25.738Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-16T04:51:25.738Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:51:25.739Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:25.739Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-16T04:51:25.739Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:51:25.739Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:25.740Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-16T04:51:25.740Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-16T04:51:25.740Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-16T04:51:25.740Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f6dedefa-0a0f-432b-a434-7da77b3ce649
2022-08-16T04:51:25.740Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:25.740Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:51:25.741Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:25.741Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:51:25.741Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:25.741Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:51:25.741Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:25.742Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:51:25.742Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:46012428-6e48-4732-a906-003f11336afe
Model Version:NULL
Model InvariantUuid:dbc5a8a6-0106-4379-b0fd-642ed3d055ec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:d65fba7f-838c-4d0f-b3ab-6510f979d2b2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d1747668-504f-493f-9599-281e0ba1f8f6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b65ea121-6e1f-4f5a-b483-c74f853268d8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:511a049d-46b3-4bdf-839a-e12a277e3304
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:1960f1ef-1bb0-4fbc-b5db-690ae01dd4f7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f6dedefa-0a0f-432b-a434-7da77b3ce649
ModelInvariantUuid:d7c817f1-58b1-4eb6-bce9-ca5b0c0a9235
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:6c8b019e-273e-4db1-aa05-c70e98f44d7e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:84a653ac-aa9d-4db3-8111-7d31e8e52ae1
ModelInvariantUuid:d98f026c-f4bb-443d-8564-26fc3cce38ab
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:e4a7b3c5-68ae-4a77-b2f9-d32e974579dd
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-16T04:51:25.774Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b0bbf9e0-e88f-4523-8047-8700f62df05c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:51:25.782Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-08-16T04:51:25.785Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b0bbf9e0-e88f-4523-8047-8700f62df05c
2022-08-16T04:51:25.789Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5f850a59-6936-4930-a615-134e7f6f84b1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-08-16T04:51:25.789Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-16T04:51:25.790Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-08-16T04:51:25.883Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-16T04:51:25.884Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 5f850a59-6936-4930-a615-134e7f6f84b1 792
2022-08-16T04:51:25.884Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-08-16T04:51:25.884Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-08-16T04:51:25.884Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:51:25.884Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:25.887Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:25.887Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625485884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:51:25.987Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:51:25.988Z||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.
2022-08-16T04:51:25.988Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:26.025Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:26.026Z||pool-132-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:51:26.888Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "511a049d-46b3-4bdf-839a-e12a277e3304",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1960f1ef-1bb0-4fbc-b5db-690ae01dd4f7",
    "vfModuleModelCustomizationUUID": "def0965a-75a4-43f4-aa0e-43871564ae0a",
    "isBase": true,
    "artifacts": [
      "85a537ee-369b-45f9-b03e-5946cee62953",
      "b215d6dc-9333-4451-b130-921ec168c8f0"
    ],
    "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": ""
    }
  }
]
2022-08-16T04:51:26.892Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1960f1ef-1bb0-4fbc-b5db-690ae01dd4f7
VfModuleModelInvariantUUID:511a049d-46b3-4bdf-839a-e12a277e3304
VfModuleModelDescription:NULL
Artifacts UUID List:{
85a537ee-369b-45f9-b03e-5946cee62953
,
b215d6dc-9333-4451-b130-921ec168c8f0

}
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


}

2022-08-16T04:51:26.895Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "511a049d-46b3-4bdf-839a-e12a277e3304",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1960f1ef-1bb0-4fbc-b5db-690ae01dd4f7",
    "vfModuleModelCustomizationUUID": "def0965a-75a4-43f4-aa0e-43871564ae0a",
    "isBase": true,
    "artifacts": [
      "85a537ee-369b-45f9-b03e-5946cee62953",
      "b215d6dc-9333-4451-b130-921ec168c8f0"
    ],
    "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": ""
    }
  }
]
2022-08-16T04:51:26.895Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1960f1ef-1bb0-4fbc-b5db-690ae01dd4f7
VfModuleModelInvariantUUID:511a049d-46b3-4bdf-839a-e12a277e3304
VfModuleModelDescription:NULL
Artifacts UUID List:{
85a537ee-369b-45f9-b03e-5946cee62953
,
b215d6dc-9333-4451-b130-921ec168c8f0

}
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


}

2022-08-16T04:51:26.896Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 85a537ee-369b-45f9-b03e-5946cee62953 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-08-16T04:51:26.896Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-16T04:51:26.896Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-08-16T04:51:26.984Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-16T04:51:26.985Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 85a537ee-369b-45f9-b03e-5946cee62953 5033
2022-08-16T04:51:26.985Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-08-16T04:51:26.985Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-08-16T04:51:26.986Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:51:26.986Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:26.989Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:26.989Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625486985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:51:27.091Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-16T04:51:27.091Z||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.
2022-08-16T04:51:27.092Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:27.126Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:27.127Z||pool-133-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:51:27.996Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b215d6dc-9333-4451-b130-921ec168c8f0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-08-16T04:51:27.996Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-16T04:51:27.996Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-08-16T04:51:28.096Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-16T04:51:28.097Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env b215d6dc-9333-4451-b130-921ec168c8f0 903
2022-08-16T04:51:28.098Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-08-16T04:51:28.098Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-08-16T04:51:28.098Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:51:28.099Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:28.102Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:28.103Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625488098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:51:28.205Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-16T04:51:28.207Z||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.
2022-08-16T04:51:28.207Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:28.246Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:28.247Z||pool-134-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:51:29.104Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 46012428-6e48-4732-a906-003f11336afe
2022-08-16T04:51:29.105Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b0bbf9e0-e88f-4523-8047-8700f62df05c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:51:29.245Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4da9fa8b, org.onap.sdc.toscaparser.api.parameters.Input@752fce34, org.onap.sdc.toscaparser.api.parameters.Input@76495c9e, org.onap.sdc.toscaparser.api.parameters.Input@5368af07, org.onap.sdc.toscaparser.api.parameters.Input@51177a43]
2022-08-16T04:51:29.247Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:29.247Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:51:29.248Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-08-16T04:51:29.248Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b65ea121-6e1f-4f5a-b483-c74f853268d8
2022-08-16T04:51:29.248Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b65ea121-6e1f-4f5a-b483-c74f853268d8 matches Tosca VF Customization UUID: b65ea121-6e1f-4f5a-b483-c74f853268d8
2022-08-16T04:51:29.249Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b65ea121-6e1f-4f5a-b483-c74f853268d8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-16T04:51:29.269Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:29.269Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:51:29.271Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b65ea121-6e1f-4f5a-b483-c74f853268d8: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-08-16T04:51:29.271Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7055c10b
2022-08-16T04:51:29.271Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:29.271Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-16T04:51:29.271Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : def0965a-75a4-43f4-aa0e-43871564ae0a
2022-08-16T04:51:29.272Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID def0965a-75a4-43f4-aa0e-43871564ae0a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-16T04:51:29.284Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:29.284Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-16T04:51:29.285Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:51:29.291Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:29.292Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-16T04:51:29.292Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:51:29.293Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:29.293Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-16T04:51:29.294Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-16T04:51:29.294Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-16T04:51:29.294Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f6dedefa-0a0f-432b-a434-7da77b3ce649
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-16T04:51:29.300Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:29.301Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-16T04:51:29.301Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-16T04:51:29.302Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:29.302Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-16T04:51:29.302Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b65ea121-6e1f-4f5a-b483-c74f853268d8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:51:29.306Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:29.306Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:51:29.306Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 46012428-6e48-4732-a906-003f11336afe: basic_vm_macro
2022-08-16T04:51:29.307Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:29.307Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:51:29.307Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:29.308Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:51:29.308Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:29.308Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:51:29.309Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:29.309Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:51:29.309Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:51:29.310Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:51:29.310Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-08-16T04:51:29.743Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b0bbf9e0-e88f-4523-8047-8700f62df05c 1 ASDC deployResourceStructure
2022-08-16T04:51:29.744Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-08-16T04:51:29.744Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-08-16T04:51:29.744Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:51:29.745Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:29.749Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:29.750Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625489743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:51:29.848Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-16T04:51:29.849Z||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.
2022-08-16T04:51:29.850Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:29.941Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:29.942Z||pool-135-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:51:30.751Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-08-16T04:51:30.751Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-08-16T04:51:30.751Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:51:30.751Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:30.754Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:30.754Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625490751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-16T04:51:30.854Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:51:30.855Z||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.
2022-08-16T04:51:30.855Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:30.922Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:30.922Z||pool-136-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:51:31.755Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-08-16T04:51:31.756Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-08-16T04:51:31.756Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:51:31.756Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:31.759Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:31.759Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625491755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-16T04:51:31.861Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-16T04:51:31.863Z||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.
2022-08-16T04:51:31.863Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:31.889Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:31.890Z||pool-137-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:51:32.762Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-16T04:51:32.762Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-16T04:51:32.763Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:51:32.763Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:51:32.765Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:51:32.765Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625492761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:51:32.869Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-16T04:51:32.870Z||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.
2022-08-16T04:51:32.870Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:51:32.933Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:51:32.934Z||pool-138-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:51:33.767Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba70800b-619c-41cd-af74-6682d80521b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:51:33.805Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba70800b-619c-41cd-af74-6682d80521b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:51:33.813Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:51:33.814Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-16T04:51:33.815Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-16T04:51:33.815Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-16T04:51:33.815Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:51:33.815Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:51:33.815Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:51:33.815Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:51:33.816Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:51:33.816Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:51:33.816Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-16T04:51:33.836Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-16T04:52:03.837Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba70800b-619c-41cd-af74-6682d80521b4 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=?
2022-08-16T04:52:03.859Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba70800b-619c-41cd-af74-6682d80521b4 and serviceModelVersionId: 46012428-6e48-4732-a906-003f11336afe
2022-08-16T04:52:03.859Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dbc5a8a6-0106-4379-b0fd-642ed3d055ec
2022-08-16T04:52:03.860Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dbc5a8a6-0106-4379-b0fd-642ed3d055ec/model-vers/model-ver/46012428-6e48-4732-a906-003f11336afe?depth=0
2022-08-16T04:52:03.867Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-08-16T04:52:03.919Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc5a8a6-0106-4379-b0fd-642ed3d055ec/model-vers/model-ver/46012428-6e48-4732-a906-003f11336afe?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]}
2022-08-16T04:52:03.920Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc5a8a6-0106-4379-b0fd-642ed3d055ec/model-vers/model-ver/46012428-6e48-4732-a906-003f11336afe?depth=0|INFO|500||Invoke
2022-08-16T04:52:03.969Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc5a8a6-0106-4379-b0fd-642ed3d055ec/model-vers/model-ver/46012428-6e48-4732-a906-003f11336afe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-16T04:52:04.255Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc5a8a6-0106-4379-b0fd-642ed3d055ec/model-vers/model-ver/46012428-6e48-4732-a906-003f11336afe?depth=0|INFO|500||InvokeReturn
2022-08-16T04:52:04.277Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc5a8a6-0106-4379-b0fd-642ed3d055ec/model-vers/model-ver/46012428-6e48-4732-a906-003f11336afe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220816-04:52:03:987-84176], vertex-id=[266368], Content-Length=[0], Date=[Tue, 16 Aug 2022 04:52:03 GMT], Content-Type=[application/json]}
2022-08-16T04:52:04.289Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-08-16T04:52:04.290Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-16T04:52:04.290Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:52:04.310Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-16T04:52:04.310Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba70800b-619c-41cd-af74-6682d80521b4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-16T04:52:04.311Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-16T04:52:04.311Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:52:04.314Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:52:04.314Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625524310,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:52:04.416Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-16T04:52:04.417Z||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.
2022-08-16T04:52:04.417Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:52:04.470Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:52:04.471Z||pool-139-thread-1|||||INFO|500||cambria reply ok (55 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=?
2022-08-16T04:52:05.401Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:52:05.402Z|ba70800b-619c-41cd-af74-6682d80521b4|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.
2022-08-16T04:52:05.402Z|ba70800b-619c-41cd-af74-6682d80521b4|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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:52:09.983Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:52:09.984Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-16T04:52:09.984Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d842159a-e128-4f18-a686-b135c1e64e4f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a5bd19fb-6712-48a6-a02b-c1e3539bed65","serviceDescription":"service","serviceInvariantUUID":"2499105e-8d7e-4604-b231-37f8a4680e97","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"90038c9a-862e-448c-b64d-26a3c000879c","resourceInvariantUUID":"d9d4814c-a481-4715-812f-f2768c403645","resourceCustomizationUUID":"1853b517-9cc4-4b95-9926-fb655c19b410","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":"NDYxNTk2YWFkNTQ4MWRlZjU4MzI5MmQyNjBjMDk3ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eea75ac2-867b-43ad-9684-1f4369fc8c22","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":"58ca540e-7c6d-41ef-8771-7c06a02b4069","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":"99951999-821a-404c-953a-53377acf691a","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":"MWM3YmY4ZGZkY2RlYTEwNGY1MjI1MWNjOGZlYTJlMGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f1d7230c-38fc-4d92-b779-7812d39045a8","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":"bc0f4847-aa52-46aa-94aa-d0018e058842","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":"ed4be3ca-3f2b-4235-8e32-b7ff5a196ded","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":"f8df0995-0ffe-4907-b987-a8400619a44a","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":"M2M0ZTUyMjJkMmMzNGUwZDg0MmVjMTg1Zjc2YTM3MzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"118804b9-3213-43e7-9e3b-ae8751632879","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDk0MzdlOTEyM2JiODAwZjE4MmJjNzZiNDUzNmExNjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa11f783-c852-4f29-85a6-1bc601ee12ff","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-16T04:52:09.989Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:52:09.990Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:52:09.993Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:52:09.993Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:52:10.099Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-08-16T04:52:10.100Z||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.
2022-08-16T04:52:10.100Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:52:10.197Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:52:10.198Z||pool-140-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:52:10.994Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:52:10.999Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:52:11.004Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:52:11.005Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:52:11.106Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-16T04:52:11.108Z||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.
2022-08-16T04:52:11.108Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:52:11.200Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:52:11.201Z||pool-141-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:52:12.006Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:52:12.007Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:52:12.010Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:52:12.010Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:52:12.110Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:52:12.111Z||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.
2022-08-16T04:52:12.111Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:52:12.135Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:52:12.136Z||pool-142-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:52:13.011Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:52:13.012Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:52:13.018Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:52:13.018Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:52:13.117Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:52:13.118Z||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.
2022-08-16T04:52:13.119Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:52:13.164Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:52:13.165Z||pool-143-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:52:14.018Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:52:14.019Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:52:14.027Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:52:14.027Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:52:14.122Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-16T04:52:14.123Z||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.
2022-08-16T04:52:14.123Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:52:14.145Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:52:14.146Z||pool-144-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:52:15.028Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:52:15.030Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:52:15.033Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:52:15.033Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:52:15.133Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:52:15.134Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-16T04:52:15.134Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:52:15.165Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:52:15.166Z||pool-145-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":3,"count":1}
2022-08-16T04:52:15.294Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:52:15.296Z|f59cb735-b600-45be-9ae6-770383a42440|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.
2022-08-16T04:52:15.296Z|f59cb735-b600-45be-9ae6-770383a42440|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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:52:15.386Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:52:15.386Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-16T04:52:15.386Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "clamp",
  "timestamp": 1660625415420,
  "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=?
2022-08-16T04:52:15.409Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d842159a-e128-4f18-a686-b135c1e64e4f
2022-08-16T04:52:15.409Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d842159a-e128-4f18-a686-b135c1e64e4f 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 (?, ?, ?, ?, ?)
2022-08-16T04:52:15.431Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-16T04:52:15.432Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bca8d2cf-21f4-4831-8d9f-6085422dedbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625472723,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:52:15.432Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:52:15.432Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-16T04:52:15.432Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:52:15.433Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:52:15.433Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-16T04:52:15.433Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-16T04:52:15.434Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:52:16.034Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:52:16.038Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:52:16.041Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:52:16.041Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:52:16.142Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:52:16.143Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-16T04:52:16.143Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:52:16.169Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:52:16.170Z||pool-146-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:52:17.044Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:52:17.044Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:52:17.052Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:52:17.053Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:52:17.153Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:52:17.156Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-16T04:52:17.158Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:52:17.214Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:52:17.215Z||pool-147-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:52:18.054Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-16T04:52:18.055Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:52:18.075Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:52:18.076Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:52:18.176Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-16T04:52:18.177Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-16T04:52:18.177Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:52:18.211Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:52:18.211Z||pool-148-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:52:19.077Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a5bd19fb-6712-48a6-a02b-c1e3539bed65",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2499105e-8d7e-4604-b231-37f8a4680e97",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1853b517-9cc4-4b95-9926-fb655c19b410",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "90038c9a-862e-448c-b64d-26a3c000879c",
      "resourceInvariantUUID": "d9d4814c-a481-4715-812f-f2768c403645",
      "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": "NDk0MzdlOTEyM2JiODAwZjE4MmJjNzZiNDUzNmExNjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aa11f783-c852-4f29-85a6-1bc601ee12ff"
    }
  ],
  "workloadContext": "Production"
}
2022-08-16T04:52:19.077Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-16T04:52:19.077Z|ba70800b-619c-41cd-af74-6682d80521b4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a5bd19fb-6712-48a6-a02b-c1e3539bed65 ASDC
2022-08-16T04:52:19.078Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:d842159a-e128-4f18-a686-b135c1e64e4f
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a5bd19fb-6712-48a6-a02b-c1e3539bed65
ServiceInvariantUUID:2499105e-8d7e-4604-b231-37f8a4680e97
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:aa11f783-c852-4f29-85a6-1bc601ee12ff
ArtifactChecksum:NDk0MzdlOTEyM2JiODAwZjE4MmJjNzZiNDUzNmExNjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1853b517-9cc4-4b95-9926-fb655c19b410
ResourceInvariantUUID:d9d4814c-a481-4715-812f-f2768c403645
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:90038c9a-862e-448c-b64d-26a3c000879c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-16T04:52:19.078Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a5bd19fb-6712-48a6-a02b-c1e3539bed65 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=?
2022-08-16T04:52:19.246Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:52:19.247Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-16T04:52:19.247Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-16T04:52:19.247Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aa11f783-c852-4f29-85a6-1bc601ee12ff from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-16T04:52:19.247Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-16T04:52:19.248Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-16T04:52:19.451Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-16T04:52:19.459Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar aa11f783-c852-4f29-85a6-1bc601ee12ff 105669
2022-08-16T04:52:19.459Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-08-16T04:52:19.459Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-16T04:52:19.459Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-16T04:52:19.460Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:52:19.463Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:52:19.463Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625539459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:52:19.564Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:52:19.564Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-16T04:52:19.564Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:52:19.589Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:52:19.590Z||pool-149-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-16T04:52:20.464Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-16T04:52:20.465Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-16T04:52:20.465Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: aa11f783-c852-4f29-85a6-1bc601ee12ff, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-16T04:52:20.466Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-08-16T04:52:20.466Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-16T04:52:20.466Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-16T04:52:20.781Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1959085416419469202/Definitions/service-TestPnfMacro-template.yml
2022-08-16T04:52:22.255Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-16T04:52:22.256Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-16T04:52:22.256Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-16T04:52:22.256Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-16T04:52:22.256Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||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
2022-08-16T04:52:22.256Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||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
2022-08-16T04:52:22.257Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||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
2022-08-16T04:52:22.257Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||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
2022-08-16T04:52:22.257Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-16T04:52:22.257Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-16T04:52:22.257Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-16T04:52:22.257Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-16T04:52:22.258Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:52:22.258Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:52:22.258Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-08-16T04:52:22.258Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-16T04:52:22.259Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:52:22.259Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:52:22.259Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:52:22.259Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-08-16T04:52:22.259Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-16T04:52:22.260Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-16T04:52:22.260Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:52:22.260Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:52:22.260Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:52:22.260Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:52:22.261Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:52:22.261Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:52:22.261Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:52:22.261Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:52:22.262Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:52:22.262Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:52:22.262Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:a5bd19fb-6712-48a6-a02b-c1e3539bed65
Model Version:NULL
Model InvariantUuid:2499105e-8d7e-4604-b231-37f8a4680e97
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-16T04:52:22.292Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 90038c9a-862e-448c-b64d-26a3c000879c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:52:22.298Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-08-16T04:52:22.298Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 90038c9a-862e-448c-b64d-26a3c000879c
2022-08-16T04:52:22.299Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||No resources found for Service: a5bd19fb-6712-48a6-a02b-c1e3539bed65
2022-08-16T04:52:22.299Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a5bd19fb-6712-48a6-a02b-c1e3539bed65
2022-08-16T04:52:22.299Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 90038c9a-862e-448c-b64d-26a3c000879c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:52:22.306Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41135cf0, org.onap.sdc.toscaparser.api.parameters.Input@15ad506b, org.onap.sdc.toscaparser.api.parameters.Input@34012b12, org.onap.sdc.toscaparser.api.parameters.Input@38bc41d3, org.onap.sdc.toscaparser.api.parameters.Input@63137ee8]
2022-08-16T04:52:22.307Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:52:22.307Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:52:22.308Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a5bd19fb-6712-48a6-a02b-c1e3539bed65: test-pnf
2022-08-16T04:52:22.308Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||Processing PNF resource: 90038c9a-862e-448c-b64d-26a3c000879c
2022-08-16T04:52:22.308Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-16T04:52:22.308Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-16T04:52:22.308Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||Resource customization UUID: 1853b517-9cc4-4b95-9926-fb655c19b410 is the same as notified resource customizationUUID: 1853b517-9cc4-4b95-9926-fb655c19b410
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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 (?, ?)
2022-08-16T04:52:22.398Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 90038c9a-862e-448c-b64d-26a3c000879c 0 ASDC deployResourceStructure
2022-08-16T04:52:22.399Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-08-16T04:52:22.399Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-16T04:52:22.399Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-16T04:52:22.399Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:52:22.405Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:52:22.405Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625542399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:52:22.506Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-16T04:52:22.507Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-16T04:52:22.507Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:52:22.551Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:52:22.552Z||pool-150-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-08-16T04:52:23.419Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d842159a-e128-4f18-a686-b135c1e64e4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-16T04:52:23.453Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d842159a-e128-4f18-a686-b135c1e64e4f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-16T04:52:23.468Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-16T04:52:23.468Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-16T04:52:23.469Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-16T04:52:23.469Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-16T04:52:23.469Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:52:23.473Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:52:23.473Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:52:23.473Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:52:23.474Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:52:23.474Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:52:23.474Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-16T04:52:23.474Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-16T04:52:23.484Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-16T04:52:53.484Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d842159a-e128-4f18-a686-b135c1e64e4f 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=?
2022-08-16T04:52:53.499Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d842159a-e128-4f18-a686-b135c1e64e4f and serviceModelVersionId: a5bd19fb-6712-48a6-a02b-c1e3539bed65
2022-08-16T04:52:53.499Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2499105e-8d7e-4604-b231-37f8a4680e97
2022-08-16T04:52:53.501Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2499105e-8d7e-4604-b231-37f8a4680e97/model-vers/model-ver/a5bd19fb-6712-48a6-a02b-c1e3539bed65?depth=0
2022-08-16T04:52:53.506Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-08-16T04:52:53.569Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2499105e-8d7e-4604-b231-37f8a4680e97/model-vers/model-ver/a5bd19fb-6712-48a6-a02b-c1e3539bed65?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]}
2022-08-16T04:52:53.572Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2499105e-8d7e-4604-b231-37f8a4680e97/model-vers/model-ver/a5bd19fb-6712-48a6-a02b-c1e3539bed65?depth=0|INFO|500||Invoke
2022-08-16T04:52:53.617Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2499105e-8d7e-4604-b231-37f8a4680e97/model-vers/model-ver/a5bd19fb-6712-48a6-a02b-c1e3539bed65?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-16T04:52:53.851Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2499105e-8d7e-4604-b231-37f8a4680e97/model-vers/model-ver/a5bd19fb-6712-48a6-a02b-c1e3539bed65?depth=0|INFO|500||InvokeReturn
2022-08-16T04:52:53.852Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2499105e-8d7e-4604-b231-37f8a4680e97/model-vers/model-ver/a5bd19fb-6712-48a6-a02b-c1e3539bed65?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220816-04:52:53:627-24640], vertex-id=[225384], Content-Length=[0], Date=[Tue, 16 Aug 2022 04:52:53 GMT], Content-Type=[application/json]}
2022-08-16T04:52:53.852Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-08-16T04:52:53.852Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-16T04:52:53.853Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-16T04:52:53.862Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-16T04:52:53.863Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d842159a-e128-4f18-a686-b135c1e64e4f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-16T04:52:53.863Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-16T04:52:53.864Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-16T04:52:53.869Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-16T04:52:53.869Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625573863,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:52:53.967Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-16T04:52:53.970Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-16T04:52:53.970Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:52:54.024Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:52:54.024Z||pool-151-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":2,"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=?
2022-08-16T04:52:54.925Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:52:54.926Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:52:54.926Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:53:04.657Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:53:04.669Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:53:04.670Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:53:04.670Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:53:14.295Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:53:14.296Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:53:14.296Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:53:14.296Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:53:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:53:15.294Z||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.
2022-08-16T04:53:15.294Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:53:15.345Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:53:15.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-16T04:53:15.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:53:15.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:53:15.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:53:15.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-16T04:53:15.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:53:15.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:53:15.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:53:15.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:53:15.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:53:15.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625295289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:53:15.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:53:15.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625482322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:53:15.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:53:15.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625485884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:53:15.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:53:15.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625486985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:53:15.349Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:53:15.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625488098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:53:15.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:53:15.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625489743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-16T04:53:15.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:53:15.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625490751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-16T04:53:15.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:53:15.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625491755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-16T04:53:15.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:53:15.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625492761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:53:15.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:53:15.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba70800b-619c-41cd-af74-6682d80521b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625524310,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:53:15.352Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:53:15.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:53:15.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:53:15.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:53:15.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:53:15.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:53:15.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:53:15.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:53:15.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:53:15.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:53:15.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:53:15.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:53:15.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:53:15.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:53:23.969Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:53:23.971Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:53:23.972Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:53:23.972Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:53:33.570Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:54:15.290Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:54:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:54:15.295Z||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.
2022-08-16T04:54:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:54:15.301Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:54:15.301Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:54:15.841Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:54:15.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:54:15.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:54:15.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:54:15.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:54:15.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-16T04:54:15.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:54:15.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:54:15.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625525401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-16T04:54:15.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-16T04:54:15.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:54:15.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625539459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-16T04:54:15.846Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:54:15.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:54:15.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625542399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-16T04:54:15.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:54:15.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-16T04:54:15.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d842159a-e128-4f18-a686-b135c1e64e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660625573863,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-16T04:54:15.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-16T04:54:24.921Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:55:15.289Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:55:15.291Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:55:15.291Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:55:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:55:15.294Z||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.
2022-08-16T04:55:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:55:24.953Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:55:24.967Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:56:15.289Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:56:15.290Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:56:15.290Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:56:15.294Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:56:15.295Z|d842159a-e128-4f18-a686-b135c1e64e4f|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.
2022-08-16T04:56:15.295Z|d842159a-e128-4f18-a686-b135c1e64e4f|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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:56:24.957Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:56:24.965Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:57:15.289Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:57:15.290Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:57:15.290Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:57:15.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:57:15.294Z||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.
2022-08-16T04:57:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:57:24.886Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:57:24.897Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:58:15.289Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:58:15.291Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:58:15.291Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:58:15.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:58:15.294Z||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.
2022-08-16T04:58:15.294Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:58:24.888Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:58:24.889Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:59:15.292Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:59:15.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T04:59:15.295Z||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.
2022-08-16T04:59:15.295Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T04:59:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T04:59:15.295Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T04:59:24.912Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T04:59:24.957Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:00:15.289Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:00:15.291Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T05:00:15.291Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T05:00:15.294Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:00:15.294Z|f59cb735-b600-45be-9ae6-770383a42440|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.
2022-08-16T05:00:15.294Z|f59cb735-b600-45be-9ae6-770383a42440|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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:00:24.912Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:00:24.930Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:01:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:01:15.290Z||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.
2022-08-16T05:01:15.290Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:01:15.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:01:15.294Z||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.
2022-08-16T05:01:15.294Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:01:24.884Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:01:24.897Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:02:15.289Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:02:15.291Z||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.
2022-08-16T05:02:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:02:15.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:02:15.294Z||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.
2022-08-16T05:02:15.294Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:02:24.872Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:02:24.883Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:03:15.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:03:15.291Z||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.
2022-08-16T05:03:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:03:15.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:03:15.294Z||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.
2022-08-16T05:03:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:03:24.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:03:24.905Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:04:15.289Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:04:15.290Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-16T05:04:15.290Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w7MDLTcL8QjbQIng) ...
2022-08-16T05:04:15.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:04:15.294Z||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.
2022-08-16T05:04:15.294Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:04:24.860Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:04:24.866Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:05:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:05:15.290Z||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.
2022-08-16T05:05:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:05:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:05:15.295Z||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.
2022-08-16T05:05:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:05:24.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:05:24.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:06:15.290Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:06:15.293Z||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.
2022-08-16T05:06:15.294Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:06:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:06:15.294Z||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.
2022-08-16T05:06:15.294Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:06:24.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:06:24.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:07:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:07:15.291Z||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.
2022-08-16T05:07:15.292Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:07:15.294Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:07:15.294Z|f59cb735-b600-45be-9ae6-770383a42440|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.
2022-08-16T05:07:15.294Z|f59cb735-b600-45be-9ae6-770383a42440|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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:07:24.895Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:07:24.902Z|f59cb735-b600-45be-9ae6-770383a42440|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:08:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:08:15.290Z||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.
2022-08-16T05:08:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:08:15.294Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:08:15.295Z|867139b5-80e4-44db-a7d9-0b98d0959f51|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.
2022-08-16T05:08:15.296Z|867139b5-80e4-44db-a7d9-0b98d0959f51|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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:08:24.875Z|867139b5-80e4-44db-a7d9-0b98d0959f51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:08:24.881Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:09:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:09:15.290Z||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.
2022-08-16T05:09:15.290Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:09:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:09:15.294Z||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.
2022-08-16T05:09:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:09:24.887Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:09:24.899Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:10:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:10:15.290Z||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.
2022-08-16T05:10:15.290Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:10:15.294Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:10:15.295Z|d842159a-e128-4f18-a686-b135c1e64e4f|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.
2022-08-16T05:10:15.295Z|d842159a-e128-4f18-a686-b135c1e64e4f|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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:10:24.882Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:10:24.887Z|d842159a-e128-4f18-a686-b135c1e64e4f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:11:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:11:15.291Z||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.
2022-08-16T05:11:15.292Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:11:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:11:15.294Z||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.
2022-08-16T05:11:15.294Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:11:24.914Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:11:24.921Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:12:15.290Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:12:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:12:15.294Z||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.
2022-08-16T05:12:15.294Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:12:15.295Z||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.
2022-08-16T05:12:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:12:24.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:12:24.894Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:13:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:13:15.290Z||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.
2022-08-16T05:13:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:13:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:13:15.295Z||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.
2022-08-16T05:13:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:13:24.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:13:24.906Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:14:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:14:15.290Z||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.
2022-08-16T05:14:15.290Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:14:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:14:15.294Z||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.
2022-08-16T05:14:15.294Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:14:24.913Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:14:24.920Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:15:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:15:15.291Z||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.
2022-08-16T05:15:15.291Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:15:15.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:15:15.295Z||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.
2022-08-16T05:15:15.295Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:15:24.888Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:15:24.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:16:15.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:16:15.290Z||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.
2022-08-16T05:16:15.290Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:16:15.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-16T05:16:15.294Z||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.
2022-08-16T05:16:15.294Z||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 w7MDLTcL8QjbQIng) ...
2022-08-16T05:16:24.888Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-16T05:16:24.892Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK