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-06-20T03:29:59.820Z||main|||||INFO|500||The following profiles are active: basic
2022-06-20T03:30:11.453Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-20T03:30:11.454Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-20T03:30:11.571Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-20T03:30:15.641Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-20T03:30:16.062Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-20T03:30:16.536Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-20T03:30:16.555Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-20T03:30:16.662Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-20T03:30:16.906Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-20T03:30:17.543Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-20T03:30:19.493Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-20T03:30:21.905Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-20T03:30:21.965Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-20T03:30:22.578Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-20T03:30:22.781Z||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-06-20T03:30:24.158Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-20T03:30:25.346Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-20T03:30:25.367Z||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$$af915e9a.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-06-20T03:30:25.368Z||main|||||WARN|500||The sdc end point is not alive
2022-06-20T03:30:28.249Z||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-06-20T03:30:31.405Z||main|||||WARN|500||---
2022-06-20T03:30:31.405Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-20T03:30:31.406Z||main|||||WARN|500||---
2022-06-20T03:30:31.831Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-20T03:30:36.829Z||main|||||INFO|500||Started Application in 40.347 seconds (JVM running for 42.607)
2022-06-20T03:30:36.851Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T03:30:36.853Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T03:30:36.864Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T03:30:36.888Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T03:30:36.929Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0e94d4d5-2b9d-4744-9b70-617afba356e0 url= /sdc/v1/artifactTypes
2022-06-20T03:30:36.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T03:30:37.999Z||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.56.231] 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$$f65bc368.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-06-20T03:30:38.003Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@711f7cd6
2022-06-20T03:30:38.003Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T03:30:38.019Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T03:30:38.021Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T03:30:38.023Z||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$$f65bc368.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-06-20T03:31:26.823Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T03:31:26.824Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T03:31:26.825Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T03:31:26.828Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T03:31:26.839Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e8c0c92b-2528-4b73-bfa7-8e1ce3c7eebd url= /sdc/v1/artifactTypes
2022-06-20T03:31:26.839Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T03:31:27.887Z||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.56.231] 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$$f65bc368.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-06-20T03:31:27.888Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e957677
2022-06-20T03:31:27.888Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T03:31:27.889Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T03:31:27.889Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T03:31:27.890Z||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$$f65bc368.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-06-20T03:32:16.824Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T03:32:16.825Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T03:32:16.825Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T03:32:16.829Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T03:32:16.836Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 63f2481b-eeae-4379-8301-2ee49431c1d7 url= /sdc/v1/artifactTypes
2022-06-20T03:32:16.837Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T03:32:17.871Z||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.56.231] 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$$f65bc368.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-06-20T03:32:17.872Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3713b39
2022-06-20T03:32:17.872Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T03:32:17.873Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T03:32:17.873Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T03:32:17.874Z||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$$f65bc368.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-06-20T03:33:06.823Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T03:33:06.824Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T03:33:06.825Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T03:33:06.828Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T03:33:06.835Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2615627d-ef08-4d6e-8205-85dd38b7d407 url= /sdc/v1/artifactTypes
2022-06-20T03:33:06.835Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T03:33:07.855Z||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.56.231] 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$$f65bc368.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-06-20T03:33:07.857Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@19341486
2022-06-20T03:33:07.857Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T03:33:07.858Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T03:33:07.858Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T03:33:07.859Z||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$$f65bc368.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-06-20T03:33:56.824Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T03:33:56.825Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T03:33:56.825Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T03:33:56.828Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T03:33:56.850Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8c0909d2-d033-4971-8f29-986474cb85f5 url= /sdc/v1/artifactTypes
2022-06-20T03:33:56.851Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T03:33:57.098Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-20T03:33:57.107Z||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-06-20T03:33:57.129Z||scheduling-1|||||DEBUG|500||create keys
2022-06-20T03:33:57.135Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-20T03:33:57.166Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:33:57.184Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8e500a6e-d856-4af4-94d9-a7e234e1f528 url= /sdc/v1/registerForDistribution
2022-06-20T03:33:57.322Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8e500a6e-d856-4af4-94d9-a7e234e1f528 url= /sdc/v1/registerForDistribution
2022-06-20T03:33:57.323Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-20T03:33:57.330Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:33:57.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:33:57.336Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-20T03:33:57.340Z||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-06-20T03:33:57.340Z||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-06-20T03:33:57.341Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:33:57.341Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:34:07.729Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:34:07.730Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:34:57.329Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:34:57.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:34:57.331Z||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-06-20T03:34:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:34:57.331Z||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-06-20T03:34:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:35:06.912Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:35:06.919Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:35:57.329Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:35:57.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:35:57.332Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:35:57.332Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T03:35:57.332Z||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-06-20T03:35:57.333Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:36:06.940Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:36:06.943Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:36:57.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:36:57.330Z||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-06-20T03:36:57.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:36:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:36:57.331Z||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-06-20T03:36:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:37:06.919Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:37:06.920Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:37:57.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:37:57.330Z||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-06-20T03:37:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:37:57.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:37:57.331Z||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-06-20T03:37:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:38:06.903Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:38:06.991Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:38:57.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:38:57.330Z||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-06-20T03:38:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:38:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:38:57.331Z||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-06-20T03:38:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:39:06.906Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:39:06.950Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:39:57.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:39:57.330Z||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-06-20T03:39:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:39:57.330Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:39:57.331Z||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-06-20T03:39:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:40:06.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:40:06.900Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:40:38.082Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-20T03:40:57.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:40:57.329Z||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-06-20T03:40:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:40:57.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:40:57.332Z||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-06-20T03:40:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:41:06.899Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:41:06.907Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:41:57.329Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:41:57.330Z||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-06-20T03:41:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:41:57.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:41:57.332Z||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-06-20T03:41:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:42:06.907Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:42:06.981Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:42:57.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:42:57.329Z||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-06-20T03:42:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:42:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:42:57.331Z||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-06-20T03:42:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:43:06.922Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:43:06.923Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:43:57.329Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:43:57.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:43:57.331Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:43:57.331Z||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-06-20T03:43:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:43:57.331Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T03:44:06.961Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:44:06.961Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:44:57.329Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:44:57.330Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:44:57.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:44:57.331Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T03:44:57.331Z||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-06-20T03:44:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:45:06.915Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:45:06.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:45:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:45:57.330Z||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-06-20T03:45:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:45:57.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:45:57.332Z||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-06-20T03:45:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:46:06.948Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:46:06.953Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:46:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:46:57.329Z||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-06-20T03:46:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:46:57.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:46:57.331Z||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-06-20T03:46:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:47:06.916Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:47:06.934Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:47:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:47:57.329Z||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-06-20T03:47:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:47:57.330Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:47:57.331Z||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-06-20T03:47:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:48:06.950Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:48:06.965Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:48:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:48:57.330Z||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-06-20T03:48:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:48:57.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:48:57.331Z||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-06-20T03:48:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:49:06.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:49:06.936Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:49:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:49:57.329Z||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-06-20T03:49:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:49:57.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:49:57.331Z||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-06-20T03:49:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:50:06.892Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:50:06.930Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:50:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:50:57.329Z||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-06-20T03:50:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:50:57.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:50:57.331Z||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-06-20T03:50:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:51:06.952Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:51:06.956Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:51:57.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:51:57.330Z||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-06-20T03:51:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:51:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:51:57.331Z||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-06-20T03:51:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:52:06.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:52:06.974Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:52:57.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:52:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:52:57.331Z||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-06-20T03:52:57.331Z||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-06-20T03:52:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:52:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:53:06.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:53:06.925Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:53:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:53:57.329Z||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-06-20T03:53:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:53:57.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:53:57.331Z||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-06-20T03:53:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:54:06.931Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:54:06.939Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:54:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:54:57.329Z||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-06-20T03:54:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:54:57.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:54:57.331Z||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-06-20T03:54:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:55:06.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:55:06.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:55:57.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:55:57.330Z||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-06-20T03:55:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:55:57.330Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:55:57.331Z||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-06-20T03:55:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:56:06.888Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:56:06.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:56:57.328Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:56:57.329Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:56:57.330Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T03:56:57.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:56:57.331Z||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-06-20T03:56:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:57:06.891Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:57:06.892Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:57:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:57:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:57:57.330Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T03:57:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:57:57.332Z||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-06-20T03:57:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:58:06.916Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:58:06.930Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:58:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:58:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:58:57.330Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T03:58:57.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:58:57.331Z||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-06-20T03:58:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:59:06.924Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:59:06.938Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T03:59:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:59:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:59:57.330Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T03:59:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:59:57.332Z||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-06-20T03:59:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:00:06.908Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:00:06.928Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:00:57.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:00:57.330Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:00:57.332Z||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-06-20T04:00:57.332Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:00:57.333Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:00:57.333Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:01:06.909Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:01:06.913Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:01:57.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:01:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:01:57.330Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:01:57.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:01:57.331Z||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-06-20T04:01:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:02:06.922Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:02:07.006Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:02:57.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:02:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:02:57.330Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:02:57.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:02:57.331Z||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-06-20T04:02:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:03:06.925Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:03:06.925Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:03:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:03:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:03:57.329Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:03:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:03:57.331Z||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-06-20T04:03:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:04:06.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:04:06.910Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:04:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:04:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:04:57.330Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:04:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:04:57.331Z||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-06-20T04:04:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:05:06.919Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:05:06.920Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:05:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:05:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:05:57.329Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:05:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:05:57.331Z||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-06-20T04:05:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:06:06.917Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:06:06.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:06:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:06:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:06:57.329Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:06:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:06:57.331Z||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-06-20T04:06:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:07:06.926Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:07:06.927Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:07:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:07:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:07:57.329Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:07:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:07:57.331Z||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-06-20T04:07:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:08:06.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:08:06.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:08:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:08:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:08:57.329Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:08:57.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:08:57.331Z||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-06-20T04:08:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:09:06.893Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:09:06.916Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:09:57.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:09:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:09:57.330Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:09:57.330Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:09:57.331Z||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-06-20T04:09:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:10:06.899Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:10:06.911Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:10:57.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:10:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:10:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:10:57.331Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:10:57.331Z||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-06-20T04:10:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:11:06.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:11:06.910Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:11:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:11:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:11:57.330Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:11:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:11:57.331Z||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-06-20T04:11:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:12:06.916Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:12:06.924Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:12:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:12:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:12:57.329Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:12:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:12:57.331Z||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-06-20T04:12:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:13:06.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:13:06.908Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:13:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:13:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:13:57.330Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:13:57.330Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:13:57.331Z||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-06-20T04:13:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:14:06.912Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:14:06.914Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:14:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:14:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:14:57.330Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:14:57.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:14:57.331Z||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-06-20T04:14:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:15:06.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:15:06.894Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:15:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:15:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:15:57.329Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:15:57.330Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:15:57.331Z||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-06-20T04:15:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:16:06.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:16:06.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:16:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:16:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:16:57.330Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:16:57.330Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:16:57.331Z||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-06-20T04:16:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:17:06.898Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:17:06.898Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:17:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:17:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:17:57.329Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:17:57.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:17:57.331Z||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-06-20T04:17:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:18:06.895Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:18:06.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:18:57.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:18:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:18:57.330Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:18:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:18:57.331Z||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-06-20T04:18:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:19:06.897Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:19:06.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:19:57.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:19:57.330Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:19:57.331Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:19:57.331Z||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-06-20T04:19:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:19:57.331Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:20:07.022Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:20:07.028Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:20:57.329Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:20:57.330Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:20:57.330Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:20:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:20:57.332Z||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-06-20T04:20:57.333Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:20:57.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:20:57.976Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:20:57.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:20:57.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5640056d-612c-4777-ba3a-bc03ef5a4452","serviceName":"vFW 2022-06-20 04-19-12","serviceVersion":"1.0","serviceUUID":"ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51","serviceDescription":"catalog service description","serviceInvariantUUID":"3589b462-93e1-4c86-95a4-8292e0596538","resources":[{"resourceInstanceName":"vFW bd8f0ee9-81bf 0","resourceName":"vFW bd8f0ee9-81bf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7a0550f6-b090-4134-ad84-c93a9f493426","resourceInvariantUUID":"2497c137-ff80-4156-9db2-b387a859d391","resourceCustomizationUUID":"cee918dd-8f8d-46d4-b10c-3aec84726229","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml","artifactChecksum":"ZTM4MTcyY2YxY2Q4ODc0ZTM2NmRiYTNlMzc4ODAxN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37b185c3-9774-45be-92d2-95ae28c5afb2","artifactVersion":"1"},{"artifactName":"vfwbd8f0ee981bf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json","artifactChecksum":"ZmFiYjFhZDE0ZTEzMzFjOWUzYzY3MTg3YTllZTVjZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b8fee239-df03-499f-8d88-f6e03dc3a11d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cf224e63-51a3-429e-a818-1525dee020dc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml","artifactChecksum":"YzJlMTI4OWQyODQ0YjdjODRlMWU4MTcyMGUyZWI4ODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4caf6c49-4103-44ea-9490-4033b5f11ff8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a6a38d04-e2b2-4d08-9606-b152ca0c9056","artifactVersion":"2","generatedFromUUID":"cf224e63-51a3-429e-a818-1525dee020dc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220620041912-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml","artifactChecksum":"MWI2NjRkNDA1OTg4ODA4ZTliOTcwMTU0MWU4YTNkMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9a107c7-ab59-4bca-832f-f4dbd0970b08","artifactVersion":"1"},{"artifactName":"service-Vfw20220620041912-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar","artifactChecksum":"ZTIxNTg1MmQ1ZGM3NWFjY2U2NzdkOTgwZGQ3OWNlZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66c00fab-3317-4e32-a4a9-1c5bd4b8dbd3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T04:20:57.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:57.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655698826769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.026Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:20:58.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655698826769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655698826769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655698826769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "cds",
  "timestamp": 1655698829394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655698826769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "cds",
  "timestamp": 1655698829394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "policy-id",
  "timestamp": 1655698831425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655698826769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "cds",
  "timestamp": 1655698829394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "policy-id",
  "timestamp": 1655698831425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655698826769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "cds",
  "timestamp": 1655698829394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "policy-id",
  "timestamp": 1655698831425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:20:58.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "cds",
  "timestamp": 1655698829394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698833988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "policy-id",
  "timestamp": 1655698831425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698833988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:20:58.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "cds",
  "timestamp": 1655698829394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "policy-id",
  "timestamp": 1655698831425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "cds",
  "timestamp": 1655698829394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:20:58.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698833988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:20:58.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "policy-id",
  "timestamp": 1655698831425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698833988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "policy-id",
  "timestamp": 1655698831425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "cds",
  "timestamp": 1655698837303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698833988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "cds",
  "timestamp": 1655698838322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-20T04:20:58.068Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:20:58.089Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:20:58.089Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698857329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-06-20T04:20:58.191Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-20T04:20:58.194Z||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-06-20T04:20:58.195Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:20:58.210Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:20:58.210Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:20:58.249Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5640056d-612c-4777-ba3a-bc03ef5a4452
2022-06-20T04:20:58.268Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5640056d-612c-4777-ba3a-bc03ef5a4452 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-06-20T04:20:58.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "clamp",
  "timestamp": 1655698838217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "policy-id",
  "timestamp": 1655698839205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:20:58.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698833988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "clamp",
  "timestamp": 1655698838217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:20:58.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "policy-id",
  "timestamp": 1655698840213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:20:58.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698838916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "aai-ml",
  "timestamp": 1655698839374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698833988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "clamp",
  "timestamp": 1655698838217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "policy-id",
  "timestamp": 1655698841217,
  "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-06-20T04:20:58.308Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5640056d-612c-4777-ba3a-bc03ef5a4452
2022-06-20T04:20:58.308Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5640056d-612c-4777-ba3a-bc03ef5a4452 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-06-20T04:20:58.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698838916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "aai-ml",
  "timestamp": 1655698839374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698841876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:20:58.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "clamp",
  "timestamp": 1655698838217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698838916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "aai-ml",
  "timestamp": 1655698839374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698842986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "clamp",
  "timestamp": 1655698838217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698838916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "aai-ml",
  "timestamp": 1655698839374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "clamp",
  "timestamp": 1655698838217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698844229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:20:58.321Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698838916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "aai-ml",
  "timestamp": 1655698839374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "clamp",
  "timestamp": 1655698838217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698838916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698845332,
  "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-06-20T04:20:58.328Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5640056d-612c-4777-ba3a-bc03ef5a4452
2022-06-20T04:20:58.328Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5640056d-612c-4777-ba3a-bc03ef5a4452 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-06-20T04:20:58.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "aai-ml",
  "timestamp": 1655698839374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698838916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:20:58.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698846340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "aai-ml",
  "timestamp": 1655698839374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698846775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "aai-ml",
  "timestamp": 1655698847256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:20:58.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698852166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:20:58.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698853171,
  "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-06-20T04:20:58.346Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5640056d-612c-4777-ba3a-bc03ef5a4452
2022-06-20T04:20:58.346Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5640056d-612c-4777-ba3a-bc03ef5a4452 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-06-20T04:20:58.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "clamp",
  "timestamp": 1655698856127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:20:58.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:59.100Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:20:59.100Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:20:59.102Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:20:59.102Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698857329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:20:59.203Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:20:59.204Z||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-06-20T04:20:59.204Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:20:59.225Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:20:59.226Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:00.107Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:21:00.108Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:00.122Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:00.122Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698857329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:21:00.210Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-06-20T04:21:00.211Z||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-06-20T04:21:00.211Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:00.226Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:21:00.226Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:01.123Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:21:01.125Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:01.130Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:01.130Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698857329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:21:01.231Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-20T04:21:01.233Z||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-06-20T04:21:01.233Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:01.249Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:21:01.256Z||pool-6-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:21:02.131Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:21:02.132Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:02.134Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:02.134Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698857329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-20T04:21:02.234Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:02.235Z||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-06-20T04:21:02.236Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:02.252Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:21:02.253Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:03.135Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:21:03.136Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:03.139Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:03.139Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698857329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:21:03.239Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:03.240Z||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-06-20T04:21:03.240Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:03.262Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:21:03.263Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:21:04.140Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:21:04.141Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:04.143Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:04.143Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698857329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:21:04.244Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:21:04.245Z||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-06-20T04:21:04.245Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:04.263Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:21:04.264Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:05.146Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "serviceName": "vFW 2022-06-20 04-19-12",
  "serviceVersion": "1.0",
  "serviceUUID": "ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3589b462-93e1-4c86-95a4-8292e0596538",
  "resources": [
    {
      "resourceInstanceName": "vFW bd8f0ee9-81bf 0",
      "resourceCustomizationUUID": "cee918dd-8f8d-46d4-b10c-3aec84726229",
      "resourceName": "vFW bd8f0ee9-81bf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7a0550f6-b090-4134-ad84-c93a9f493426",
      "resourceInvariantUUID": "2497c137-ff80-4156-9db2-b387a859d391",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwbd8f0ee981bf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
          "artifactChecksum": "ZmFiYjFhZDE0ZTEzMzFjOWUzYzY3MTg3YTllZTVjZTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b8fee239-df03-499f-8d88-f6e03dc3a11d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cf224e63-51a3-429e-a818-1525dee020dc",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a6a38d04-e2b2-4d08-9606-b152ca0c9056",
            "generatedFromUUID": "cf224e63-51a3-429e-a818-1525dee020dc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a6a38d04-e2b2-4d08-9606-b152ca0c9056",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220620041912-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
      "artifactChecksum": "ZTIxNTg1MmQ1ZGM3NWFjY2U2NzdkOTgwZGQ3OWNlZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "66c00fab-3317-4e32-a4a9-1c5bd4b8dbd3"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T04:21:05.147Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T04:21:05.148Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51 ASDC
2022-06-20T04:21:05.275Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5640056d-612c-4777-ba3a-bc03ef5a4452
ServiceName:vFW 2022-06-20 04-19-12
ServiceVersion:1.0
ServiceUUID:ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51
ServiceInvariantUUID:3589b462-93e1-4c86-95a4-8292e0596538
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220620041912-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar
ArtifactUUID:66c00fab-3317-4e32-a4a9-1c5bd4b8dbd3
ArtifactChecksum:ZTIxNTg1MmQ1ZGM3NWFjY2U2NzdkOTgwZGQ3OWNlZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bd8f0ee9-81bf 0
ResourceCustomizationUUID:cee918dd-8f8d-46d4-b10c-3aec84726229
ResourceInvariantUUID:2497c137-ff80-4156-9db2-b387a859d391
ResourceName:vFW bd8f0ee9-81bf
ResourceType:VF
ResourceUUID:7a0550f6-b090-4134-ad84-c93a9f493426
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbd8f0ee981bf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json
ArtifactUUID:b8fee239-df03-499f-8d88-f6e03dc3a11d
ArtifactChecksum:ZmFiYjFhZDE0ZTEzMzFjOWUzYzY3MTg3YTllZTVjZTg=
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/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml
ArtifactUUID:cf224e63-51a3-429e-a818-1525dee020dc
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/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env
ArtifactUUID:a6a38d04-e2b2-4d08-9606-b152ca0c9056
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/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env
ArtifactUUID:a6a38d04-e2b2-4d08-9606-b152ca0c9056
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-20T04:21:05.276Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51 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-06-20T04:21:05.339Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:21:05.339Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-20T04:21:05.340Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-20T04:21:05.341Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 66c00fab-3317-4e32-a4a9-1c5bd4b8dbd3 from URL: /sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:05.341Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-20T04:21:05.342Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:05.500Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-20T04:21:05.527Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar 66c00fab-3317-4e32-a4a9-1c5bd4b8dbd3 99052
2022-06-20T04:21:05.528Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar ASDC sendASDCNotification
2022-06-20T04:21:05.528Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:05.529Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:21:05.531Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:05.533Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:05.533Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698865527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:21:05.633Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:05.634Z||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-06-20T04:21:05.635Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:05.668Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:21:05.670Z||pool-10-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:06.534Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:21:06.534Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-20T04:21:06.535Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 66c00fab-3317-4e32-a4a9-1c5bd4b8dbd3, URL: /sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar to file: /app/ASDC/1/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:06.535Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220620041912-csar.csar
2022-06-20T04:21:06.610Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:06.611Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:07.339Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5476000489888398344/Definitions/service-Vfw20220620041912-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-20T04:21:10.277Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T04:21:10.283Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-20T04:21:10.283Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.283Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-20T04:21:10.283Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.284Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.284Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.284Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.284Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.284Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.285Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.285Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.285Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.285Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.285Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.285Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.286Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bd8f0ee9-81bf 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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.286Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-20T04:21:10.292Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:10.294Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:10.298Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:10.298Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-20T04:21:10.300Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:21:10.301Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:10.302Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:10.302Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:10.302Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-20T04:21:10.302Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:21:10.303Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:10.303Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:10.306Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:10.307Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is not matching search criteria
2022-06-20T04:21:10.307Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T04:21:10.307Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T04:21:10.307Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T04:21:10.308Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.308Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.308Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T04:21:10.308Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.308Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T04:21:10.309Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T04:21:10.309Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.309Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.309Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T04:21:10.309Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.310Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T04:21:10.310Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.310Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T04:21:10.310Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:10.311Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T04:21:10.312Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:10.312Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:10.313Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:21:10.313Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:10.313Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:10.314Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:21:10.314Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:10.314Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:10.314Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:21:10.315Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:10.315Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is not matching search criteria
2022-06-20T04:21:10.315Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T04:21:10.315Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T04:21:10.316Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-20T04:21:10.316Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T04:21:10.316Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T04:21:10.316Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.316Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.317Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T04:21:10.317Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.317Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T04:21:10.317Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.317Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9a4828da-dbe7-4e7d-be17-91261152f375
2022-06-20T04:21:10.318Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:10.318Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is not matching search criteria
2022-06-20T04:21:10.318Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T04:21:10.318Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T04:21:10.319Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T04:21:10.319Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.319Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.319Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T04:21:10.319Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.320Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-20T04:21:10.320Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T04:21:10.320Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.320Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T04:21:10.320Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.321Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=18883b24-54db-4358-916f-860f2841cc43
2022-06-20T04:21:10.321Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:10.321Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is not matching search criteria
2022-06-20T04:21:10.321Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T04:21:10.322Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T04:21:10.322Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T04:21:10.322Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.322Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.323Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T04:21:10.323Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.323Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T04:21:10.323Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T04:21:10.323Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.324Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.324Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-20T04:21:10.324Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5b89ed0d-6210-4980-8311-7a2e2d40f2a5
2022-06-20T04:21:10.324Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:10.324Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:10.325Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:10.325Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:10.325Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:10.325Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:10.326Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:10.326Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:10.326Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-20 04-19-12
Description:catalog service description
Model UUID:ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51
Model Version:NULL
Model InvariantUuid:3589b462-93e1-4c86-95a4-8292e0596538
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW bd8f0ee9-81bf
Model UUID:ab16350e-6a57-47a1-ac4e-dc1e86d5ed4a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2497c137-ff80-4156-9db2-b387a859d391
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cee918dd-8f8d-46d4-b10c-3aec84726229
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:34c19cba-8bc0-4193-ba51-4df0ce2e128e
ModelName:VfwBd8f0ee981bf..base_vfw..module-0
ModelUuid:755f102c-c774-4522-9cce-29f0ae23b07b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9a4828da-dbe7-4e7d-be17-91261152f375
ModelInvariantUuid:c4e3f13d-2e6a-43c3-81e6-6d912da7a511
ModelName:vFW bd8f0ee9-81bf-nodes.vfwCvfc
ModelUuid:ac356259-0690-4423-ac9c-9159921c39fd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0fd5737d-2eb3-40f5-8a42-4f27b2a6815e
ModelInvariantUuid:d5272d53-48b9-43c3-afbb-5342dc8de5db
ModelName:VfwBd8f0ee981bf.compute.nodes.heat.vfw
ModelUuid:156c8fbf-6a9b-4224-ba31-adc188fa749c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:18883b24-54db-4358-916f-860f2841cc43
ModelInvariantUuid:60d8a5df-8042-4053-b792-a9194ce65bb1
ModelName:vFW bd8f0ee9-81bf-nodes.vsnCvfc
ModelUuid:33e35fb9-7e6c-483d-88ae-2b580ddd8310
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:efcf65ea-5b10-41ef-a571-b34ac39245cd
ModelInvariantUuid:eded1264-0bd3-44c0-af6d-d4d286554d75
ModelName:VfwBd8f0ee981bf.compute.nodes.heat.vsn
ModelUuid:6e8f18c2-59e5-4ce5-bd27-90a2f0a5adeb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5b89ed0d-6210-4980-8311-7a2e2d40f2a5
ModelInvariantUuid:b97ce190-cb6a-4b2a-81b7-0c64572af2a3
ModelName:vFW bd8f0ee9-81bf-nodes.vpgCvfc
ModelUuid:fc272760-2fec-4183-8a17-622cfed13704
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:94ec7824-9d46-44db-9d45-11b5d66953d2
ModelInvariantUuid:596e55ab-faba-46ad-9c3f-61ae01431636
ModelName:VfwBd8f0ee981bf.compute.nodes.heat.vpg
ModelUuid:d637e66d-2235-47da-90be-e6a01fd220a0
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-06-20T04:21:10.340Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7a0550f6-b090-4134-ad84-c93a9f493426
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-06-20T04:21:10.431Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||vFW bd8f0ee9-81bf 0
2022-06-20T04:21:10.438Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7a0550f6-b090-4134-ad84-c93a9f493426
2022-06-20T04:21:10.439Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b8fee239-df03-499f-8d88-f6e03dc3a11d from URL: /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json
2022-06-20T04:21:10.439Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-20T04:21:10.439Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json
2022-06-20T04:21:10.493Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-20T04:21:10.493Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json b8fee239-df03-499f-8d88-f6e03dc3a11d 785
2022-06-20T04:21:10.494Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json ASDC sendASDCNotification
2022-06-20T04:21:10.494Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json
2022-06-20T04:21:10.494Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:21:10.494Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:10.496Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:10.496Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698870494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:21:10.596Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:10.597Z||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-06-20T04:21:10.597Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:10.615Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:21:10.616Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:11.498Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBd8f0ee981bf..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "34c19cba-8bc0-4193-ba51-4df0ce2e128e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "755f102c-c774-4522-9cce-29f0ae23b07b",
    "vfModuleModelCustomizationUUID": "917cde42-3365-4f53-bcd3-ba1a2700f270",
    "isBase": true,
    "artifacts": [
      "cf224e63-51a3-429e-a818-1525dee020dc",
      "a6a38d04-e2b2-4d08-9606-b152ca0c9056"
    ],
    "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-06-20T04:21:11.511Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBd8f0ee981bf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:755f102c-c774-4522-9cce-29f0ae23b07b
VfModuleModelInvariantUUID:34c19cba-8bc0-4193-ba51-4df0ce2e128e
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf224e63-51a3-429e-a818-1525dee020dc
,
a6a38d04-e2b2-4d08-9606-b152ca0c9056

}
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-06-20T04:21:11.514Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBd8f0ee981bf..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "34c19cba-8bc0-4193-ba51-4df0ce2e128e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "755f102c-c774-4522-9cce-29f0ae23b07b",
    "vfModuleModelCustomizationUUID": "917cde42-3365-4f53-bcd3-ba1a2700f270",
    "isBase": true,
    "artifacts": [
      "cf224e63-51a3-429e-a818-1525dee020dc",
      "a6a38d04-e2b2-4d08-9606-b152ca0c9056"
    ],
    "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-06-20T04:21:11.514Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBd8f0ee981bf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:755f102c-c774-4522-9cce-29f0ae23b07b
VfModuleModelInvariantUUID:34c19cba-8bc0-4193-ba51-4df0ce2e128e
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf224e63-51a3-429e-a818-1525dee020dc
,
a6a38d04-e2b2-4d08-9606-b152ca0c9056

}
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-06-20T04:21:11.514Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cf224e63-51a3-429e-a818-1525dee020dc from URL: /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml
2022-06-20T04:21:11.514Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-20T04:21:11.514Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml
2022-06-20T04:21:11.571Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-20T04:21:11.572Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml cf224e63-51a3-429e-a818-1525dee020dc 20368
2022-06-20T04:21:11.573Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-20T04:21:11.573Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml
2022-06-20T04:21:11.573Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:21:11.574Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:11.575Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:11.576Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698871573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:21:11.676Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:11.677Z||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-06-20T04:21:11.677Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:11.692Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:21:11.693Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:12.577Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a6a38d04-e2b2-4d08-9606-b152ca0c9056 from URL: /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env
2022-06-20T04:21:12.577Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-20T04:21:12.577Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env
2022-06-20T04:21:12.634Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-20T04:21:12.635Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env a6a38d04-e2b2-4d08-9606-b152ca0c9056 2098
2022-06-20T04:21:12.635Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-20T04:21:12.635Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env
2022-06-20T04:21:12.636Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:21:12.636Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:12.638Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:12.638Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698872635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:21:12.739Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:21:12.740Z||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-06-20T04:21:12.740Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:12.757Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:21:12.758Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:13.639Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51
2022-06-20T04:21:13.640Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bd8f0ee9-81bf 0 7a0550f6-b090-4134-ad84-c93a9f493426 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-06-20T04:21:13.681Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@648acb82, org.onap.sdc.toscaparser.api.parameters.Input@19568957, org.onap.sdc.toscaparser.api.parameters.Input@52f640, org.onap.sdc.toscaparser.api.parameters.Input@354fd87d, org.onap.sdc.toscaparser.api.parameters.Input@72bd38d]
2022-06-20T04:21:13.686Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.686Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:13.687Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-20T04:21:13.687Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= cee918dd-8f8d-46d4-b10c-3aec84726229
2022-06-20T04:21:13.687Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cee918dd-8f8d-46d4-b10c-3aec84726229 matches Tosca VF Customization UUID: cee918dd-8f8d-46d4-b10c-3aec84726229
2022-06-20T04:21:13.687Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: cee918dd-8f8d-46d4-b10c-3aec84726229  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-06-20T04:21:13.698Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.699Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:13.701Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id cee918dd-8f8d-46d4-b10c-3aec84726229: {\"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-06-20T04:21:13.701Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ba94cb1
2022-06-20T04:21:13.701Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.702Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T04:21:13.702Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 917cde42-3365-4f53-bcd3-ba1a2700f270
2022-06-20T04:21:13.704Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 917cde42-3365-4f53-bcd3-ba1a2700f270
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-06-20T04:21:13.712Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.713Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:13.713Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:21:13.714Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.714Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:13.715Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:21:13.715Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.715Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is not matching search criteria
2022-06-20T04:21:13.716Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T04:21:13.716Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T04:21:13.716Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-20T04:21:13.716Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T04:21:13.717Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T04:21:13.717Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:13.717Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:13.717Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T04:21:13.717Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:13.718Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T04:21:13.718Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:13.718Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9a4828da-dbe7-4e7d-be17-91261152f375
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-06-20T04:21:13.728Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.728Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:13.728Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:21:13.729Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.729Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is not matching search criteria
2022-06-20T04:21:13.729Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T04:21:13.729Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T04:21:13.729Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T04:21:13.730Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:13.730Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:13.730Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T04:21:13.730Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:13.730Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-20T04:21:13.731Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T04:21:13.731Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:13.731Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T04:21:13.731Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:13.731Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=18883b24-54db-4358-916f-860f2841cc43
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-06-20T04:21:13.734Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.734Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:13.735Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:21:13.737Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.737Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is not matching search criteria
2022-06-20T04:21:13.737Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T04:21:13.738Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T04:21:13.738Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T04:21:13.738Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:13.738Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:13.739Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T04:21:13.739Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:13.739Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T04:21:13.740Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T04:21:13.740Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:13.740Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:13.740Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-20T04:21:13.740Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5b89ed0d-6210-4980-8311-7a2e2d40f2a5
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-06-20T04:21:13.743Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.744Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:13.744Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:21:13.744Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.744Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:13.745Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=cee918dd-8f8d-46d4-b10c-3aec84726229
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-06-20T04:21:13.747Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.748Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:13.748Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51: vFW bd8f0ee9-81bf
2022-06-20T04:21:13.748Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.749Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:13.749Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.749Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:13.749Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.749Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:13.750Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.750Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:13.750Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:21:13.750Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:13.750Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-06-20 04-19-12 
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-06-20T04:21:14.044Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bd8f0ee9-81bf 7a0550f6-b090-4134-ad84-c93a9f493426 1 ASDC deployResourceStructure
2022-06-20T04:21:14.044Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json ASDC sendASDCNotification
2022-06-20T04:21:14.044Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json
2022-06-20T04:21:14.044Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:21:14.045Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:14.046Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:14.046Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698874044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:21:14.147Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:14.147Z||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-06-20T04:21:14.147Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:14.167Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:21:14.167Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1}
2022-06-20T04:21:15.047Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-20T04:21:15.048Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml
2022-06-20T04:21:15.048Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:21:15.049Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:15.051Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:15.051Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698875047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T04:21:15.151Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:15.152Z||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-06-20T04:21:15.152Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:15.174Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:21:15.175Z||pool-15-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:16.052Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-20T04:21:16.052Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env
2022-06-20T04:21:16.053Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:21:16.053Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:16.055Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:16.055Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698876052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-20T04:21:16.155Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:16.157Z||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-06-20T04:21:16.157Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:16.175Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:21:16.176Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:21:17.055Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar ASDC sendASDCNotification
2022-06-20T04:21:17.056Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:17.056Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:21:17.056Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:17.058Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:17.058Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698877055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:21:17.158Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:17.159Z||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-06-20T04:21:17.159Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:17.176Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:21:17.176Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:18.059Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:21:18.078Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:21:18.081Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:21:18.081Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T04:21:18.081Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T04:21:48.081Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:21:48.096Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:21:48.099Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:21:48.099Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T04:21:48.099Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T04:21:57.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:21:57.333Z||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-06-20T04:21:57.333Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:57.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:21:57.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:21:57.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698857329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:21:57.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:18.099Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:22:18.115Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:22:18.120Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:22:18.120Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T04:22:18.120Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T04:22:48.120Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:22:48.134Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:22:48.139Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:22:48.139Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T04:22:48.139Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T04:22:57.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:22:57.332Z||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-06-20T04:22:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:22:57.867Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:22:57.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "clamp",
  "timestamp": 1655698858141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:22:57.873Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698857329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:22:57.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "clamp",
  "timestamp": 1655698859145,
  "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-06-20T04:22:57.886Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5640056d-612c-4777-ba3a-bc03ef5a4452
2022-06-20T04:22:57.887Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5640056d-612c-4777-ba3a-bc03ef5a4452 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-06-20T04:22:57.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698857329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:22:57.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698857329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698857329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-20T04:22:57.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698857329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "aai-ml",
  "timestamp": 1655698863126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:22:57.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698857329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:22:57.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "aai-ml",
  "timestamp": 1655698864132,
  "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-06-20T04:22:57.906Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5640056d-612c-4777-ba3a-bc03ef5a4452
2022-06-20T04:22:57.907Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5640056d-612c-4777-ba3a-bc03ef5a4452 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-06-20T04:22:57.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698865527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698870494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.918Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698871573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.918Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698872635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698874044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:22:57.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698875047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T04:22:57.920Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698876052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-20T04:22:57.920Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655698877055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:22:57.921Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655698886769,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655698886769,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655698886769,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "cds",
  "timestamp": 1655698889394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655698886769,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "cds",
  "timestamp": 1655698889394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "policy-id",
  "timestamp": 1655698891425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655698886769,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "cds",
  "timestamp": 1655698889394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "policy-id",
  "timestamp": 1655698891425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655698886769,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "cds",
  "timestamp": 1655698889394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "policy-id",
  "timestamp": 1655698891425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:22:57.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655698886769,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698893985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "cds",
  "timestamp": 1655698889394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "policy-id",
  "timestamp": 1655698891425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698893985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:22:57.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "cds",
  "timestamp": 1655698889394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "policy-id",
  "timestamp": 1655698891425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698893985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:22:57.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "cds",
  "timestamp": 1655698889394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:22:57.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "policy-id",
  "timestamp": 1655698891425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698893985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "cds",
  "timestamp": 1655698897206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "policy-id",
  "timestamp": 1655698891425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:22:57.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698893985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-20T04:22:57.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "cds",
  "timestamp": 1655698898213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-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-06-20T04:22:57.954Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
2022-06-20T04:22:57.954Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 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-06-20T04:22:57.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "clamp",
  "timestamp": 1655698898215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "policy-id",
  "timestamp": 1655698899203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698893985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "clamp",
  "timestamp": 1655698898215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "policy-id",
  "timestamp": 1655698900207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698898916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "aai-ml",
  "timestamp": 1655698899374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698893985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:22:57.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "clamp",
  "timestamp": 1655698898215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "policy-id",
  "timestamp": 1655698901210,
  "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-06-20T04:22:57.971Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
2022-06-20T04:22:57.972Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 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-06-20T04:22:57.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698898916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "aai-ml",
  "timestamp": 1655698899374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698901797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "clamp",
  "timestamp": 1655698898215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698898916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "aai-ml",
  "timestamp": 1655698899374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698902895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "clamp",
  "timestamp": 1655698898215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698898916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "aai-ml",
  "timestamp": 1655698899374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698903970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "clamp",
  "timestamp": 1655698898215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698898916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "aai-ml",
  "timestamp": 1655698899374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "clamp",
  "timestamp": 1655698898215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:22:57.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:57.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698905015,
  "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-06-20T04:22:57.999Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
2022-06-20T04:22:58.000Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 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-06-20T04:22:58.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698898916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:58.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "aai-ml",
  "timestamp": 1655698899374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655698906023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698898916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:58.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "aai-ml",
  "timestamp": 1655698899374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:22:58.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:22:58.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698906744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:22:58.010Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:58.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "aai-ml",
  "timestamp": 1655698907136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "clamp",
  "timestamp": 1655698909135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698909123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655698910128,
  "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-06-20T04:22:58.017Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
2022-06-20T04:22:58.018Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 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-06-20T04:22:58.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "clamp",
  "timestamp": 1655698912140,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:22:58.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:58.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "clamp",
  "timestamp": 1655698913146,
  "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-06-20T04:22:58.052Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
2022-06-20T04:22:58.052Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 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-06-20T04:22:58.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "aai-ml",
  "timestamp": 1655698914613,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:22:58.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:58.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "aai-ml",
  "timestamp": 1655698915620,
  "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-06-20T04:22:58.066Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
2022-06-20T04:22:58.066Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 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-06-20T04:23:18.139Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:23:18.154Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:23:18.158Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:23:18.158Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T04:23:18.158Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T04:23:18.158Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T04:23:18.158Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:23:18.159Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:23:18.159Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:23:18.159Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:23:18.159Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:23:18.159Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:23:18.159Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-06-20T04:23:18.164Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T04:23:48.165Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452 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-06-20T04:23:48.175Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5640056d-612c-4777-ba3a-bc03ef5a4452 and serviceModelVersionId: ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51
2022-06-20T04:23:48.176Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3589b462-93e1-4c86-95a4-8292e0596538
2022-06-20T04:23:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:23:57.331Z||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-06-20T04:23:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:02.574Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?depth=0
2022-06-20T04:24:02.682Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T04:24:03.160Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?depth=0|INFO|500||Invoke
2022-06-20T04:24:03.167Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5640056d-612c-4777-ba3a-bc03ef5a4452], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[79a8a6a5-68c6-4cf4-8b5e-eae4563027a3], X-ECOMP-RequestID=[5640056d-612c-4777-ba3a-bc03ef5a4452], X-TransactionId=[], X-ONAP-RequestID=[5640056d-612c-4777-ba3a-bc03ef5a4452], Content-Type=[application/merge-patch+json]}
2022-06-20T04:24:03.305Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T04:24:03.525Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?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/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220620-04:24:03:314-78937], vertex-id=[159872], Content-Length=[0], Date=[Mon, 20 Jun 2022 04:24:03 GMT], Content-Type=[application/json]}
2022-06-20T04:24:03.527Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-20T04:24:03.529Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?depth=0|INFO|500||InvokeReturn
2022-06-20T04:24:03.533Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T04:24:03.534Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-06-20T04:24:03.542Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-06-20T04:24:03.543Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5640056d-612c-4777-ba3a-bc03ef5a4452 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T04:24:03.544Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T04:24:03.544Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:03.546Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:03.546Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699043543,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:24:03.646Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:03.647Z||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-06-20T04:24:03.647Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:03.664Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:03.665Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:04.283Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:04.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:04.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699043543,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:24:04.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T04:24:04.577Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:24:04.578Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:24:04.578Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:09.055Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:09.056Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:24:09.056Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6","serviceName":"basic_onboard_WdgOVg","serviceVersion":"1.0","serviceUUID":"1cd15cca-5519-4fd7-8b2d-ad801bdc04d3","serviceDescription":"service","serviceInvariantUUID":"02d03331-9c21-4c4c-99da-32914b528c65","resources":[{"resourceInstanceName":"basic_onboard_WdgOVg 0","resourceName":"basic_onboard_WdgOVg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7586daf2-f799-4e46-8d05-e84d7f4f10f4","resourceInvariantUUID":"dc83c096-8bf9-4d84-b4e5-c4a03c7405e7","resourceCustomizationUUID":"03650315-6a36-433a-bf3a-4e038fd14d56","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml","artifactChecksum":"NGQ0NWM5YjU2MzVmZjRmYzJiNjI3YTcwNWFmMWEzNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83bc6a88-747f-4ce3-9bbd-a8091ce86b6e","artifactVersion":"1"},{"artifactName":"basic_onboard_wdgovg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json","artifactChecksum":"MzNhYWYyNzMyODYwOGQzMjg2NTU4NDE3MDMyZmRkNzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4044fea8-8480-41a0-8967-2582d0d53ef2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"98037a52-69fe-4b8a-9026-217abf970c2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bb9f959c-bdb5-41df-9b5e-0c702f22872b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f3222c96-c86b-421a-aa87-9be87411d8df","artifactVersion":"2","generatedFromUUID":"98037a52-69fe-4b8a-9026-217abf970c2a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWdgovg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml","artifactChecksum":"MmIwMTg5ZTcyYTVjYzIzNWQzYzc0NjU5NmVkMDg3MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df238739-a213-4e05-a016-10fa392f5492","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWdgovg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar","artifactChecksum":"MGM3ODMwNDQ1MGY5Nzc5NzMzNmQyN2YxZGQ1OWRhMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c83b3b93-1210-4080-b771-a22468e8932d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T04:24:09.059Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:24:09.059Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:09.061Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:09.061Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699044577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:24:09.161Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:09.162Z||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-06-20T04:24:09.162Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:09.179Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:09.179Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:10.062Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:24:10.062Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:10.064Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:10.064Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699044577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:24:10.164Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:10.165Z||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-06-20T04:24:10.165Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:10.181Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:10.181Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:11.065Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:24:11.066Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:11.068Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:11.068Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699044577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:24:11.168Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:11.169Z||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-06-20T04:24:11.169Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:11.187Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:11.188Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:12.068Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:24:12.069Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:12.071Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:12.071Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699044577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:24:12.172Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:12.173Z||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-06-20T04:24:12.173Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:12.187Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:12.188Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:13.071Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:24:13.072Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:13.074Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:13.075Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699044577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-20T04:24:13.175Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:24:13.180Z||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-06-20T04:24:13.180Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:13.197Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:13.198Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:14.075Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:24:14.076Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:14.078Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:14.078Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699044577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:24:14.178Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:14.179Z||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-06-20T04:24:14.179Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:14.196Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:14.197Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:15.078Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:24:15.079Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:15.081Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:15.082Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699044577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:24:15.182Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:15.183Z||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-06-20T04:24:15.183Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:15.198Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:15.198Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:16.083Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "serviceName": "basic_onboard_WdgOVg",
  "serviceVersion": "1.0",
  "serviceUUID": "1cd15cca-5519-4fd7-8b2d-ad801bdc04d3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "02d03331-9c21-4c4c-99da-32914b528c65",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_WdgOVg 0",
      "resourceCustomizationUUID": "03650315-6a36-433a-bf3a-4e038fd14d56",
      "resourceName": "basic_onboard_WdgOVg",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7586daf2-f799-4e46-8d05-e84d7f4f10f4",
      "resourceInvariantUUID": "dc83c096-8bf9-4d84-b4e5-c4a03c7405e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_wdgovg0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
          "artifactChecksum": "MzNhYWYyNzMyODYwOGQzMjg2NTU4NDE3MDMyZmRkNzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4044fea8-8480-41a0-8967-2582d0d53ef2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "98037a52-69fe-4b8a-9026-217abf970c2a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f3222c96-c86b-421a-aa87-9be87411d8df",
            "generatedFromUUID": "98037a52-69fe-4b8a-9026-217abf970c2a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f3222c96-c86b-421a-aa87-9be87411d8df",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardWdgovg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
      "artifactChecksum": "MGM3ODMwNDQ1MGY5Nzc5NzMzNmQyN2YxZGQ1OWRhMWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c83b3b93-1210-4080-b771-a22468e8932d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T04:24:16.084Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T04:24:16.084Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1cd15cca-5519-4fd7-8b2d-ad801bdc04d3 ASDC
2022-06-20T04:24:16.084Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
ServiceName:basic_onboard_WdgOVg
ServiceVersion:1.0
ServiceUUID:1cd15cca-5519-4fd7-8b2d-ad801bdc04d3
ServiceInvariantUUID:02d03331-9c21-4c4c-99da-32914b528c65
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWdgovg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar
ArtifactUUID:c83b3b93-1210-4080-b771-a22468e8932d
ArtifactChecksum:MGM3ODMwNDQ1MGY5Nzc5NzMzNmQyN2YxZGQ1OWRhMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WdgOVg 0
ResourceCustomizationUUID:03650315-6a36-433a-bf3a-4e038fd14d56
ResourceInvariantUUID:dc83c096-8bf9-4d84-b4e5-c4a03c7405e7
ResourceName:basic_onboard_WdgOVg
ResourceType:VF
ResourceUUID:7586daf2-f799-4e46-8d05-e84d7f4f10f4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wdgovg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json
ArtifactUUID:4044fea8-8480-41a0-8967-2582d0d53ef2
ArtifactChecksum:MzNhYWYyNzMyODYwOGQzMjg2NTU4NDE3MDMyZmRkNzg=
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/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:98037a52-69fe-4b8a-9026-217abf970c2a
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/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env
ArtifactUUID:f3222c96-c86b-421a-aa87-9be87411d8df
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/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env
ArtifactUUID:f3222c96-c86b-421a-aa87-9be87411d8df
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-20T04:24:16.084Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1cd15cca-5519-4fd7-8b2d-ad801bdc04d3 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-06-20T04:24:16.123Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:24:16.123Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-20T04:24:16.124Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-20T04:24:16.124Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c83b3b93-1210-4080-b771-a22468e8932d from URL: /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:16.124Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-20T04:24:16.124Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:16.267Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-20T04:24:16.270Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar c83b3b93-1210-4080-b771-a22468e8932d 71582
2022-06-20T04:24:16.271Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar ASDC sendASDCNotification
2022-06-20T04:24:16.271Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:16.271Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:24:16.271Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:16.273Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:16.273Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699056271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:24:16.373Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:16.374Z||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-06-20T04:24:16.375Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:16.390Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:16.391Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:17.274Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:24:17.274Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-20T04:24:17.275Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c83b3b93-1210-4080-b771-a22468e8932d, URL: /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar to file: /app/ASDC/1/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:17.275Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:17.276Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:17.276Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:17.453Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4316267469525099827/Definitions/service-BasicOnboardWdgovg-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-06-20T04:24:18.631Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T04:24:18.632Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-20T04:24:18.632Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.632Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-20T04:24:18.632Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||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-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.632Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||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-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||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-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||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-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||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-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WdgOVg 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-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||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-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:18.634Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:18.634Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:18.634Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-20T04:24:18.634Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:24:18.634Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:18.635Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:18.635Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:18.635Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-20T04:24:18.635Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:24:18.635Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:18.635Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:18.635Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:18.636Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is not matching search criteria
2022-06-20T04:24:18.636Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-20T04:24:18.636Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-20T04:24:18.636Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-20T04:24:18.636Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-20T04:24:18.636Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T04:24:18.637Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:18.637Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T04:24:18.637Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:18.637Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:18.637Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:24:18.637Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:18.638Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:18.638Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:24:18.638Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:18.638Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:18.638Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:24:18.638Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:18.639Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is not matching search criteria
2022-06-20T04:24:18.639Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-20T04:24:18.639Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-20T04:24:18.639Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d073c37-a5a8-4df1-bd5d-24ac1d0cde27
2022-06-20T04:24:18.639Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:18.639Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:18.640Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:18.640Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:18.640Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:18.640Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:18.640Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:18.640Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:18.640Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_WdgOVg
Description:service
Model UUID:1cd15cca-5519-4fd7-8b2d-ad801bdc04d3
Model Version:NULL
Model InvariantUuid:02d03331-9c21-4c4c-99da-32914b528c65
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_WdgOVg
Model UUID:b8ad5f9b-0d07-45ba-8df4-3b25d98088d4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dc83c096-8bf9-4d84-b4e5-c4a03c7405e7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:03650315-6a36-433a-bf3a-4e038fd14d56
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2ed6993e-237b-41c8-931f-8e25ef541f47
ModelName:BasicOnboardWdgovg..base_ubuntu18..module-0
ModelUuid:a3ef47fc-5e38-4445-b450-3218ee9492ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1d073c37-a5a8-4df1-bd5d-24ac1d0cde27
ModelInvariantUuid:e67fe621-a37c-4b98-80c2-c86fa7868999
ModelName:basic_onboard_WdgOVg-nodes.ubuntu18Cvfc
ModelUuid:44544943-7efe-4380-89d4-4142242e0d95
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6a49e35e-09d2-40e6-8bac-443379a551d9
ModelInvariantUuid:90e748ee-7581-4c93-9589-8538abe49a2e
ModelName:BasicOnboardWdgovg.compute.nodes.heat.ubuntu18
ModelUuid:c15296b9-e359-495e-815f-98ee5a19cb84
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-06-20T04:24:18.648Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7586daf2-f799-4e46-8d05-e84d7f4f10f4
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-06-20T04:24:18.651Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||basic_onboard_WdgOVg 0
2022-06-20T04:24:18.651Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7586daf2-f799-4e46-8d05-e84d7f4f10f4
2022-06-20T04:24:18.651Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4044fea8-8480-41a0-8967-2582d0d53ef2 from URL: /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json
2022-06-20T04:24:18.651Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-20T04:24:18.652Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json
2022-06-20T04:24:18.718Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-20T04:24:18.718Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json 4044fea8-8480-41a0-8967-2582d0d53ef2 798
2022-06-20T04:24:18.719Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json ASDC sendASDCNotification
2022-06-20T04:24:18.719Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json
2022-06-20T04:24:18.719Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:24:18.719Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:18.721Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:18.721Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699058719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:24:18.822Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:18.823Z||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-06-20T04:24:18.823Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:18.869Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:18.870Z||pool-27-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:19.722Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWdgovg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2ed6993e-237b-41c8-931f-8e25ef541f47",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a3ef47fc-5e38-4445-b450-3218ee9492ab",
    "vfModuleModelCustomizationUUID": "5f21a6dc-c7e2-47f5-85f2-b2993935d43f",
    "isBase": true,
    "artifacts": [
      "98037a52-69fe-4b8a-9026-217abf970c2a",
      "f3222c96-c86b-421a-aa87-9be87411d8df"
    ],
    "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-06-20T04:24:19.726Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWdgovg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a3ef47fc-5e38-4445-b450-3218ee9492ab
VfModuleModelInvariantUUID:2ed6993e-237b-41c8-931f-8e25ef541f47
VfModuleModelDescription:NULL
Artifacts UUID List:{
98037a52-69fe-4b8a-9026-217abf970c2a
,
f3222c96-c86b-421a-aa87-9be87411d8df

}
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-06-20T04:24:19.728Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWdgovg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2ed6993e-237b-41c8-931f-8e25ef541f47",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a3ef47fc-5e38-4445-b450-3218ee9492ab",
    "vfModuleModelCustomizationUUID": "5f21a6dc-c7e2-47f5-85f2-b2993935d43f",
    "isBase": true,
    "artifacts": [
      "98037a52-69fe-4b8a-9026-217abf970c2a",
      "f3222c96-c86b-421a-aa87-9be87411d8df"
    ],
    "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-06-20T04:24:19.728Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWdgovg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a3ef47fc-5e38-4445-b450-3218ee9492ab
VfModuleModelInvariantUUID:2ed6993e-237b-41c8-931f-8e25ef541f47
VfModuleModelDescription:NULL
Artifacts UUID List:{
98037a52-69fe-4b8a-9026-217abf970c2a
,
f3222c96-c86b-421a-aa87-9be87411d8df

}
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-06-20T04:24:19.728Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 98037a52-69fe-4b8a-9026-217abf970c2a from URL: /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml
2022-06-20T04:24:19.728Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-20T04:24:19.729Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml
2022-06-20T04:24:19.787Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-20T04:24:19.787Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml 98037a52-69fe-4b8a-9026-217abf970c2a 5033
2022-06-20T04:24:19.787Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-20T04:24:19.788Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml
2022-06-20T04:24:19.788Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:24:19.788Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:19.790Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:19.790Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699059787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:24:19.890Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:19.891Z||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-06-20T04:24:19.891Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:19.908Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:19.909Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:20.790Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3222c96-c86b-421a-aa87-9be87411d8df from URL: /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env
2022-06-20T04:24:20.791Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-20T04:24:20.791Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env
2022-06-20T04:24:20.953Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-20T04:24:20.954Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env f3222c96-c86b-421a-aa87-9be87411d8df 909
2022-06-20T04:24:20.954Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-20T04:24:20.954Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env
2022-06-20T04:24:20.954Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:24:20.954Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:20.956Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:20.956Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699060954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:24:21.056Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:21.057Z||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-06-20T04:24:21.058Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:21.073Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:21.074Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:21.957Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1cd15cca-5519-4fd7-8b2d-ad801bdc04d3
2022-06-20T04:24:21.957Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WdgOVg 0 7586daf2-f799-4e46-8d05-e84d7f4f10f4 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-06-20T04:24:21.973Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@567f27c5, org.onap.sdc.toscaparser.api.parameters.Input@2d8e4057, org.onap.sdc.toscaparser.api.parameters.Input@78f876de, org.onap.sdc.toscaparser.api.parameters.Input@71074015, org.onap.sdc.toscaparser.api.parameters.Input@5e6900ff]
2022-06-20T04:24:21.975Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:21.975Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:21.975Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-20T04:24:21.975Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 03650315-6a36-433a-bf3a-4e038fd14d56
2022-06-20T04:24:21.975Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 03650315-6a36-433a-bf3a-4e038fd14d56 matches Tosca VF Customization UUID: 03650315-6a36-433a-bf3a-4e038fd14d56
2022-06-20T04:24:21.976Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 03650315-6a36-433a-bf3a-4e038fd14d56  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-06-20T04:24:21.978Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:21.978Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:21.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 03650315-6a36-433a-bf3a-4e038fd14d56: {\"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-06-20T04:24:21.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71034f46
2022-06-20T04:24:21.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:21.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T04:24:21.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5f21a6dc-c7e2-47f5-85f2-b2993935d43f
2022-06-20T04:24:21.980Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5f21a6dc-c7e2-47f5-85f2-b2993935d43f
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-06-20T04:24:21.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:21.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:21.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:24:21.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:21.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:21.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:24:21.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:21.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is not matching search criteria
2022-06-20T04:24:21.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-20T04:24:21.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-20T04:24:21.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d073c37-a5a8-4df1-bd5d-24ac1d0cde27
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-06-20T04:24:21.986Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:21.986Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:21.987Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:24:21.987Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:21.987Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:21.987Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0] matching following query criteria: sdcType=VF, customizationUUID=03650315-6a36-433a-bf3a-4e038fd14d56
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-06-20T04:24:21.989Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:21.990Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:21.990Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1cd15cca-5519-4fd7-8b2d-ad801bdc04d3: basic_onboard_WdgOVg
2022-06-20T04:24:21.990Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:21.990Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:21.990Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:21.990Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:21.991Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:21.991Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:21.991Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:21.991Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:21.991Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:24:21.992Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:21.992Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_WdgOVg 
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-06-20T04:24:22.102Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WdgOVg 7586daf2-f799-4e46-8d05-e84d7f4f10f4 1 ASDC deployResourceStructure
2022-06-20T04:24:22.102Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json ASDC sendASDCNotification
2022-06-20T04:24:22.102Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json
2022-06-20T04:24:22.103Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:24:22.103Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:22.105Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:22.105Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699062102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:24:22.205Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:22.206Z||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-06-20T04:24:22.206Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:22.220Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:22.221Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:23.106Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-20T04:24:23.106Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml
2022-06-20T04:24:23.107Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:24:23.107Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:23.109Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:23.109Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699063105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T04:24:23.209Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:24:23.210Z||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-06-20T04:24:23.210Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:23.235Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:23.236Z||pool-31-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:24.111Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-20T04:24:24.111Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env
2022-06-20T04:24:24.111Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:24:24.111Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:24.113Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:24.113Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699064111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-20T04:24:24.214Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:24.214Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:24.214Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:24.231Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:24.231Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:25.114Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar ASDC sendASDCNotification
2022-06-20T04:24:25.115Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:25.115Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:24:25.115Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:25.117Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:25.117Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699065114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:24:25.220Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-20T04:24:25.221Z||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-06-20T04:24:25.221Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:25.243Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:25.244Z||pool-33-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:26.117Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:24:26.130Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:24:26.135Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:24:26.135Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T04:24:26.135Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T04:24:26.135Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T04:24:26.135Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:24:26.136Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:24:26.136Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:24:26.136Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:24:26.136Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:24:26.136Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:24:26.136Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||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-06-20T04:24:26.142Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T04:24:56.142Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 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-06-20T04:24:56.150Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 and serviceModelVersionId: 1cd15cca-5519-4fd7-8b2d-ad801bdc04d3
2022-06-20T04:24:56.150Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02d03331-9c21-4c4c-99da-32914b528c65
2022-06-20T04:24:56.151Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?depth=0
2022-06-20T04:24:56.155Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T04:24:56.202Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?depth=0|INFO|500||Invoke
2022-06-20T04:24:56.202Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d3e8467-5349-450c-8ea9-f16c530e1863], X-ECOMP-RequestID=[00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6], X-TransactionId=[], X-ONAP-RequestID=[00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6], Content-Type=[application/merge-patch+json]}
2022-06-20T04:24:56.230Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T04:24:56.436Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?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/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220620-04:24:56:239-23561], vertex-id=[159752], Content-Length=[0], Date=[Mon, 20 Jun 2022 04:24:56 GMT], Content-Type=[application/json]}
2022-06-20T04:24:56.437Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-20T04:24:56.437Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?depth=0|INFO|500||InvokeReturn
2022-06-20T04:24:56.437Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T04:24:56.438Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||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-06-20T04:24:56.443Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||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-06-20T04:24:56.444Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T04:24:56.444Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T04:24:56.444Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:56.446Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:56.446Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699096444,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:24:56.546Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:56.547Z||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-06-20T04:24:56.547Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:56.571Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:56.571Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:24:57.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:24:57.332Z||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-06-20T04:24:57.332Z||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 sxyUCkJ4szx1BUSI) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:24:57.469Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:24:57.470Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:24:57.470Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:57.964Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:24:57.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699044577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:24:57.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:24:57.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699044577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:24:57.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699044577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699044577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699044577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699044577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699044577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699056271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699058719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699059787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699060954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699062102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699063105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699064111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699065114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699096444,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:24:57.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:25:07.074Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:25:07.074Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:25:07.075Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:25:07.075Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:25:16.641Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:25:16.642Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:25:16.643Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:25:16.643Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:25:26.190Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:25:57.329Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:25:57.330Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:25:57.330Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:25:57.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:25:57.332Z||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-06-20T04:25:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:26:06.883Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:26:06.883Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:26:57.329Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:26:57.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:26:57.332Z||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-06-20T04:26:57.332Z||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-06-20T04:26:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:26:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:27:06.906Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:27:06.906Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:27:57.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:27:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:27:57.331Z||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-06-20T04:27:57.331Z||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-06-20T04:27:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:27:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:28:07.060Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:28:07.127Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:28:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:28:57.329Z||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-06-20T04:28:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:28:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:28:57.331Z||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-06-20T04:28:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:29:06.890Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:29:06.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:29:57.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:29:57.330Z||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-06-20T04:29:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:29:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:29:57.331Z||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-06-20T04:29:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:30:06.915Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:30:06.915Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:30:57.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:30:57.330Z||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-06-20T04:30:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:30:57.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:30:57.332Z||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-06-20T04:30:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:31:06.883Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:31:06.884Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:31:57.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:31:57.330Z||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-06-20T04:31:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:31:57.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:31:57.331Z||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-06-20T04:31:57.333Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:32:06.881Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:32:06.890Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:32:57.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:32:57.329Z||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-06-20T04:32:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:32:57.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:32:57.331Z||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-06-20T04:32:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:33:06.936Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:33:06.955Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:33:57.329Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:33:57.329Z||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-06-20T04:33:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:33:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:33:57.331Z||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-06-20T04:33:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:34:06.918Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:34:06.928Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:34:57.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:34:57.329Z||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-06-20T04:34:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:34:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:34:57.331Z||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-06-20T04:34:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:35:06.919Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:35:06.934Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:35:57.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:35:57.329Z||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-06-20T04:35:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:35:57.330Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:35:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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-06-20T04:35:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:35:57.968Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:35:57.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6b5c273-1593-4932-bb17-155490404ab4","serviceName":"Demo_pNF_Po2GQFQGbxp6fmIj1VAB","serviceVersion":"1.0","serviceUUID":"23d1d08c-7c4f-451a-945c-e33ffdc63c5b","serviceDescription":"catalog service description","serviceInvariantUUID":"7c9ed411-57e7-4e3f-a12e-d4abbad9deb3","resources":[{"resourceInstanceName":"pNF 9c9e9a50-69e6 0","resourceName":"pNF 9c9e9a50-69e6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"27a0a7bb-eb1b-48ae-ab8f-a504dbd339c9","resourceInvariantUUID":"ed074223-25c7-4247-839a-dd6eeef59f99","resourceCustomizationUUID":"3943525a-7ba0-4db8-9139-a8f23fc456a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml","artifactChecksum":"YWJiMmI2ODMwMTkxYzkyMjAyYTU2MWZhN2NiMDIwY2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b57b0f80-1070-46b9-a476-a6db90b1f44f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar","artifactChecksum":"N2FlYzIzZTUyNTkxMWZhN2ZmMjA0YWEyZjYwMzQ5NDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9544d6ef-1077-4300-84ac-cdcec3080df1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"08a6d097-4da2-4324-8ddc-e01acf3b9976","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml","artifactChecksum":"NDZhNzI1OTBiODExN2E0NWU4ZTZmMDVlNDAwNDU5MDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"35416260-16d3-4fdb-b3f1-d00bf0260cdc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ef844a9a-8e27-4738-abe3-802c1037f317","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c6017bae-afc1-47bf-8000-0ffa22c77ec6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml","artifactChecksum":"NmE3Y2QwMjE0MGNjMjM1NTQwZWU3NDUzYjQyMDllOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18a45fa7-310b-45df-94ec-b581d7bc5bf7","artifactVersion":"1"},{"artifactName":"service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar","artifactChecksum":"M2Q4MTUzMTRmYzFjMmU5YTBkMGMwZmFlZWI0MzJjNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd76bea8-8a7a-47ca-8458-ab651d3b3ca9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T04:35:57.974Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:35:57.976Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:35:57.977Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:35:57.978Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.978Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "clamp",
  "timestamp": 1655699708215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699706769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "cds",
  "timestamp": 1655699699394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.980Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.980Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.980Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699708916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.980Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:35:57.980Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699757328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.980Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.980Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.980Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "aai-ml",
  "timestamp": 1655699709374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.981Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.981Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.981Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "clamp",
  "timestamp": 1655699708215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.981Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.981Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.981Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699706769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "cds",
  "timestamp": 1655699699394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699708916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "aai-ml",
  "timestamp": 1655699709374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "policy-id",
  "timestamp": 1655699711425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699706769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "clamp",
  "timestamp": 1655699708215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.985Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.985Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.985Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "cds",
  "timestamp": 1655699699394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.985Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.985Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.986Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699708916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.993Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.993Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.993Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "aai-ml",
  "timestamp": 1655699709374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.993Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.993Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.993Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "policy-id",
  "timestamp": 1655699711425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.993Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.994Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.994Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699706769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.994Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.994Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.994Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "clamp",
  "timestamp": 1655699708215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.994Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.994Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.994Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "cds",
  "timestamp": 1655699699394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.995Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.995Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.995Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699708916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.995Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.995Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.995Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "aai-ml",
  "timestamp": 1655699709374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.995Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.995Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.996Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "policy-id",
  "timestamp": 1655699711425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.996Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.996Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.996Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "clamp",
  "timestamp": 1655699708215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.997Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.997Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.997Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699706769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.997Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.997Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.998Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "cds",
  "timestamp": 1655699699394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.998Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:57.998Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.998Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699708916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.000Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.000Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.000Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699713985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.001Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.001Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.001Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "aai-ml",
  "timestamp": 1655699709374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.002Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.002Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.002Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "policy-id",
  "timestamp": 1655699711425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.002Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.002Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.002Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "clamp",
  "timestamp": 1655699708215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.003Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.003Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.003Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699706769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:35:58.003Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.003Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.003Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "cds",
  "timestamp": 1655699699394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.004Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.004Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.004Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699708916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.004Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.004Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.005Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699713985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.005Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.005Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.005Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "aai-ml",
  "timestamp": 1655699709374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.005Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.006Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.006Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "policy-id",
  "timestamp": 1655699711425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.006Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.006Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.006Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "clamp",
  "timestamp": 1655699708215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.013Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699706769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "cds",
  "timestamp": 1655699699394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699708916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.015Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.015Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699713985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.015Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.015Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.015Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "aai-ml",
  "timestamp": 1655699709374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.015Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.015Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.015Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "policy-id",
  "timestamp": 1655699711425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.016Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.016Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.016Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "clamp",
  "timestamp": 1655699708215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:35:58.017Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.017Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699706769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "cds",
  "timestamp": 1655699699394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699708916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.019Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699713985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.020Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.020Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.020Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "aai-ml",
  "timestamp": 1655699709374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:35:58.020Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.020Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.020Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "policy-id",
  "timestamp": 1655699711425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.020Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "cds",
  "timestamp": 1655699717445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699718287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699717729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.022Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.022Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699713985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.022Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.022Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.022Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "aai-ml",
  "timestamp": 1655699718172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:35:58.022Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.023Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.023Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "policy-id",
  "timestamp": 1655699711425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:35:58.023Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.023Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.023Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "cds",
  "timestamp": 1655699718452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-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-06-20T04:35:58.057Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c6b5c273-1593-4932-bb17-155490404ab4
2022-06-20T04:35:58.057Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6b5c273-1593-4932-bb17-155490404ab4 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-06-20T04:35:58.068Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.068Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699719473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T04:35:58.069Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.070Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.070Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699713985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.070Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.070Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.070Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "clamp",
  "timestamp": 1655699719842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:35:58.070Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.070Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.070Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "policy-id",
  "timestamp": 1655699720176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:35:58.071Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.071Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.071Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699720477,
  "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-06-20T04:35:58.076Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c6b5c273-1593-4932-bb17-155490404ab4
2022-06-20T04:35:58.076Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6b5c273-1593-4932-bb17-155490404ab4 and ComponentName 
2022-06-20T04:35:58.080Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:35:58.081Z||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-06-20T04:35:58.081Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-06-20T04:35:58.089Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.090Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699719923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:35:58.090Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.090Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.090Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699713985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.090Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.091Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.091Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "policy-id",
  "timestamp": 1655699721180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:35:58.091Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.091Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.091Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699720932,
  "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-06-20T04:35:58.096Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c6b5c273-1593-4932-bb17-155490404ab4
2022-06-20T04:35:58.096Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:35:58.096Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6b5c273-1593-4932-bb17-155490404ab4 and ComponentName SDNC
2022-06-20T04:35:58.096Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-06-20T04:35:58.105Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.105Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "clamp",
  "timestamp": 1655699721430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:35:58.105Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.106Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.106Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699713985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:35:58.106Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:35:58.106Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.107Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "policy-id",
  "timestamp": 1655699722183,
  "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-06-20T04:35:58.111Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6b5c273-1593-4932-bb17-155490404ab4
2022-06-20T04:35:58.112Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6b5c273-1593-4932-bb17-155490404ab4 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-06-20T04:35:58.120Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.120Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "clamp",
  "timestamp": 1655699722435,
  "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-06-20T04:35:58.125Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c6b5c273-1593-4932-bb17-155490404ab4
2022-06-20T04:35:58.125Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6b5c273-1593-4932-bb17-155490404ab4 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-06-20T04:35:58.134Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.134Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "aai-ml",
  "timestamp": 1655699723499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:35:58.135Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.135Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.135Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "aai-ml",
  "timestamp": 1655699724504,
  "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-06-20T04:35:58.141Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c6b5c273-1593-4932-bb17-155490404ab4
2022-06-20T04:35:58.141Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6b5c273-1593-4932-bb17-155490404ab4 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-06-20T04:35:58.983Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:35:58.984Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:35:58.986Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:35:58.986Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699757328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:35:59.086Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:35:59.087Z||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-06-20T04:35:59.087Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:35:59.103Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:35:59.104Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:35:59.986Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:35:59.987Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:35:59.989Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:35:59.989Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699757328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:36:00.089Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:36:00.090Z||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-06-20T04:36:00.090Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:00.107Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:36:00.108Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:36:00.989Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:36:00.990Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:00.992Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:00.992Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699757328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:36:01.092Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:36:01.093Z||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-06-20T04:36:01.093Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:01.110Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:36:01.110Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:36:01.993Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:36:01.994Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:01.996Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:01.997Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699757328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:36:02.097Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:36:02.098Z||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-06-20T04:36:02.098Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:02.112Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:36:02.113Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:36:02.997Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:36:02.998Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:03.000Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:03.001Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699757328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:36:03.101Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:36:03.102Z||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-06-20T04:36:03.103Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:03.131Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:36:03.133Z||pool-40-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:36:04.002Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:36:04.002Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:04.005Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:04.005Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699757328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:36:04.105Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:36:04.106Z||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-06-20T04:36:04.106Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:04.127Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:36:04.127Z||pool-41-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:36:05.006Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:36:05.006Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:05.009Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:05.009Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699757328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:36:05.109Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:36:05.110Z||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-06-20T04:36:05.110Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:05.149Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:36:05.149Z||pool-42-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:36:06.010Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "serviceName": "Demo_pNF_Po2GQFQGbxp6fmIj1VAB",
  "serviceVersion": "1.0",
  "serviceUUID": "23d1d08c-7c4f-451a-945c-e33ffdc63c5b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c9ed411-57e7-4e3f-a12e-d4abbad9deb3",
  "resources": [
    {
      "resourceInstanceName": "pNF 9c9e9a50-69e6 0",
      "resourceCustomizationUUID": "3943525a-7ba0-4db8-9139-a8f23fc456a2",
      "resourceName": "pNF 9c9e9a50-69e6",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "27a0a7bb-eb1b-48ae-ab8f-a504dbd339c9",
      "resourceInvariantUUID": "ed074223-25c7-4247-839a-dd6eeef59f99",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
      "artifactChecksum": "M2Q4MTUzMTRmYzFjMmU5YTBkMGMwZmFlZWI0MzJjNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fd76bea8-8a7a-47ca-8458-ab651d3b3ca9"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T04:36:06.011Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T04:36:06.011Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 23d1d08c-7c4f-451a-945c-e33ffdc63c5b ASDC
2022-06-20T04:36:06.011Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c6b5c273-1593-4932-bb17-155490404ab4
ServiceName:Demo_pNF_Po2GQFQGbxp6fmIj1VAB
ServiceVersion:1.0
ServiceUUID:23d1d08c-7c4f-451a-945c-e33ffdc63c5b
ServiceInvariantUUID:7c9ed411-57e7-4e3f-a12e-d4abbad9deb3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
ArtifactUUID:fd76bea8-8a7a-47ca-8458-ab651d3b3ca9
ArtifactChecksum:M2Q4MTUzMTRmYzFjMmU5YTBkMGMwZmFlZWI0MzJjNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9c9e9a50-69e6 0
ResourceCustomizationUUID:3943525a-7ba0-4db8-9139-a8f23fc456a2
ResourceInvariantUUID:ed074223-25c7-4247-839a-dd6eeef59f99
ResourceName:pNF 9c9e9a50-69e6
ResourceType:PNF
ResourceUUID:27a0a7bb-eb1b-48ae-ab8f-a504dbd339c9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-20T04:36:06.012Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23d1d08c-7c4f-451a-945c-e33ffdc63c5b 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-06-20T04:36:06.042Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:36:06.043Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:36:06.044Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:36:06.044Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fd76bea8-8a7a-47ca-8458-ab651d3b3ca9 from URL: /sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:06.044Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:36:06.045Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:06.229Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:36:06.232Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar fd76bea8-8a7a-47ca-8458-ab651d3b3ca9 82646
2022-06-20T04:36:06.233Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar ASDC sendASDCNotification
2022-06-20T04:36:06.234Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:06.234Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:36:06.235Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:06.238Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:06.238Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699766233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:36:06.338Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:36:06.339Z||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-06-20T04:36:06.339Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:06.354Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:36:06.355Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:36:07.239Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:36:07.240Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:36:07.240Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fd76bea8-8a7a-47ca-8458-ab651d3b3ca9, URL: /sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar to file: /app/ASDC/1/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:07.240Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:07.241Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:07.241Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:07.510Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8479132419791107841/Definitions/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml
2022-06-20T04:36:08.453Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T04:36:08.454Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:36:08.454Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.454Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-20T04:36:08.454Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9c9e9a50-69e6 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-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.454Z|c6b5c273-1593-4932-bb17-155490404ab4|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-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.454Z|c6b5c273-1593-4932-bb17-155490404ab4|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-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.455Z|c6b5c273-1593-4932-bb17-155490404ab4|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-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.455Z|c6b5c273-1593-4932-bb17-155490404ab4|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-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.455Z|c6b5c273-1593-4932-bb17-155490404ab4|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-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.455Z|c6b5c273-1593-4932-bb17-155490404ab4|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-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.455Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:36:08.455Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:36:08.455Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.456Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Node template pNF 9c9e9a50-69e6 0 is matching search criteria
2022-06-20T04:36:08.456Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:36:08.456Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 9c9e9a50-69e6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:36:08.456Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:36:08.456Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.457Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Node template pNF 9c9e9a50-69e6 0 is matching search criteria
2022-06-20T04:36:08.457Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:36:08.457Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 9c9e9a50-69e6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:36:08.457Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:36:08.457Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.457Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:36:08.458Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.458Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:36:08.458Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.458Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:36:08.458Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.458Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:36:08.459Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.459Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Po2GQFQGbxp6fmIj1VAB
Description:catalog service description
Model UUID:23d1d08c-7c4f-451a-945c-e33ffdc63c5b
Model Version:NULL
Model InvariantUuid:7c9ed411-57e7-4e3f-a12e-d4abbad9deb3
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-06-20T04:36:08.468Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 27a0a7bb-eb1b-48ae-ab8f-a504dbd339c9
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-06-20T04:36:08.473Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||pNF 9c9e9a50-69e6 0
2022-06-20T04:36:08.473Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 27a0a7bb-eb1b-48ae-ab8f-a504dbd339c9
2022-06-20T04:36:08.474Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 23d1d08c-7c4f-451a-945c-e33ffdc63c5b
2022-06-20T04:36:08.474Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 23d1d08c-7c4f-451a-945c-e33ffdc63c5b
2022-06-20T04:36:08.474Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9c9e9a50-69e6 0 27a0a7bb-eb1b-48ae-ab8f-a504dbd339c9 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-06-20T04:36:08.479Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c44f479, org.onap.sdc.toscaparser.api.parameters.Input@578e747e, org.onap.sdc.toscaparser.api.parameters.Input@521c2e7f, org.onap.sdc.toscaparser.api.parameters.Input@4d4b0d69, org.onap.sdc.toscaparser.api.parameters.Input@2647cf85]
2022-06-20T04:36:08.479Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:36:08.479Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.480Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 23d1d08c-7c4f-451a-945c-e33ffdc63c5b: pNF 9c9e9a50-69e6
2022-06-20T04:36:08.480Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||Processing PNF resource: 27a0a7bb-eb1b-48ae-ab8f-a504dbd339c9
2022-06-20T04:36:08.480Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:36:08.480Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.480Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||Resource customization UUID: 3943525a-7ba0-4db8-9139-a8f23fc456a2 is the same as notified resource customizationUUID: 3943525a-7ba0-4db8-9139-a8f23fc456a2
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-06-20T04:36:08.549Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9c9e9a50-69e6 27a0a7bb-eb1b-48ae-ab8f-a504dbd339c9 0 ASDC deployResourceStructure
2022-06-20T04:36:08.549Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar ASDC sendASDCNotification
2022-06-20T04:36:08.549Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.549Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:36:08.550Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:08.551Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:08.552Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699768549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:36:08.652Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:36:08.652Z||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-06-20T04:36:08.653Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:08.668Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:36:08.669Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:36:09.552Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6b5c273-1593-4932-bb17-155490404ab4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:36:09.565Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6b5c273-1593-4932-bb17-155490404ab4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:36:09.568Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:36:09.568Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T04:36:09.568Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T04:36:09.568Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T04:36:09.568Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:36:09.568Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:36:09.569Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:36:09.569Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:36:09.569Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:36:09.569Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:36:09.569Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:36:09.569Z|c6b5c273-1593-4932-bb17-155490404ab4|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-06-20T04:36:09.573Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T04:36:39.574Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c6b5c273-1593-4932-bb17-155490404ab4 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-06-20T04:36:39.585Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c6b5c273-1593-4932-bb17-155490404ab4 and serviceModelVersionId: 23d1d08c-7c4f-451a-945c-e33ffdc63c5b
2022-06-20T04:36:39.585Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c9ed411-57e7-4e3f-a12e-d4abbad9deb3
2022-06-20T04:36:39.587Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?depth=0
2022-06-20T04:36:39.592Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T04:36:39.655Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?depth=0|INFO|500||Invoke
2022-06-20T04:36:39.655Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c6b5c273-1593-4932-bb17-155490404ab4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0ced3962-698c-4708-aa2c-2a5fe34e1a4b], X-ECOMP-RequestID=[c6b5c273-1593-4932-bb17-155490404ab4], X-TransactionId=[], X-ONAP-RequestID=[c6b5c273-1593-4932-bb17-155490404ab4], Content-Type=[application/merge-patch+json]}
2022-06-20T04:36:39.686Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T04:36:39.853Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?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/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220620-04:36:39:695-33505], vertex-id=[213112], Content-Length=[0], Date=[Mon, 20 Jun 2022 04:36:39 GMT], Content-Type=[application/json]}
2022-06-20T04:36:39.853Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-20T04:36:39.853Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?depth=0|INFO|500||InvokeReturn
2022-06-20T04:36:39.859Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T04:36:39.860Z|c6b5c273-1593-4932-bb17-155490404ab4|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-06-20T04:36:39.866Z|c6b5c273-1593-4932-bb17-155490404ab4|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-06-20T04:36:39.867Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c6b5c273-1593-4932-bb17-155490404ab4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T04:36:39.867Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T04:36:39.867Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:39.870Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:39.870Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699799867,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:36:39.971Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-20T04:36:39.972Z||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-06-20T04:36:39.972Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:39.992Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:36:39.993Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 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-06-20T04:36:57.329Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:36:57.330Z|c6b5c273-1593-4932-bb17-155490404ab4|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-06-20T04:36:57.330Z|c6b5c273-1593-4932-bb17-155490404ab4|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:57.330Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:36:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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-06-20T04:36:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:57.461Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:36:57.462Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:36:57.462Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699757328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:36:57.463Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:36:57.962Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:36:57.963Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T04:36:57.963Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d756b4a6-2c3d-453c-a799-cea73efd103b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"715a8e55-7e10-42e7-808c-6ce695aa95a2","serviceDescription":"service","serviceInvariantUUID":"47a52391-0594-42a1-a693-de10ffe82ac6","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"86a9ffe3-afd6-4a5a-a94c-ee0019e17513","resourceInvariantUUID":"9c55f5bb-d1f3-4436-9ed9-6ad98323eb48","resourceCustomizationUUID":"9046e231-579c-47c3-a015-4379d77b9ea0","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":"N2U3OGY5NGQ2ZmM0MjgwMmQ1ODI0NDRjM2JiNGY1MGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b3110284-b198-4872-b07c-9827519b2a03","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":"deb33420-c2e0-49b2-a75d-94b0fe67a911","artifactVersion":"2","generatedFromUUID":"1cdc6efb-0a3d-4312-9d9e-4f1c15747aaa"},{"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":"1cdc6efb-0a3d-4312-9d9e-4f1c15747aaa","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":"MGI0Y2EzZjY4OGI5NGYxOTc5ZTFmZTc4ZjdkZjQ2MTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b0a4b5b-c11f-484c-9d71-4db39605a5a0","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":"fc04f9b7-2114-41f7-a5dd-400ee81dd440","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":"83fbc9ef-fb9a-49ba-b05d-51834484cef8","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":"45db6978-e570-4cd9-a0a2-c47ece517b68","artifactVersion":"2","generatedFromUUID":"fc04f9b7-2114-41f7-a5dd-400ee81dd440"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDdjYmU4YWNkM2FhZGU5NmIwZGE2MTNjY2MzNmY2NDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e583e3f-f462-4f27-b627-225c488daa50","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Yzc2ZDc4YjVjYzY2NDU2MTlkYmI0YWQ4ZDIzMzQzYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b8a990c-c066-42da-93ad-c502e428ba97","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T04:36:57.966Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:36:57.967Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:57.969Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:57.970Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:36:58.070Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:36:58.070Z||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-06-20T04:36:58.071Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:58.088Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:36:58.092Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:36:58.974Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:36:58.976Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:58.977Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:58.978Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-20T04:36:59.078Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:36:59.079Z||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-06-20T04:36:59.079Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:59.100Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:36:59.101Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:36:59.978Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:36:59.981Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:59.983Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:59.983Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-20T04:37:00.083Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:37:00.084Z||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-06-20T04:37:00.084Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:00.096Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:00.097Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:00.984Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:37:00.985Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:00.986Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:00.986Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:37:01.086Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:37:01.087Z||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-06-20T04:37:01.088Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:01.102Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:01.102Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:01.987Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:37:01.988Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:01.990Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:01.990Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:37:02.091Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:37:02.092Z||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-06-20T04:37:02.092Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:02.105Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:02.105Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:02.991Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:37:02.992Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:02.993Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:02.994Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:37:03.094Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:37:03.095Z||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-06-20T04:37:03.095Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:03.109Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:03.110Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:03.994Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:37:03.995Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:03.997Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:03.997Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-20T04:37:04.097Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:37:04.098Z||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-06-20T04:37:04.098Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:04.117Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:04.118Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:04.998Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:37:04.999Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:05.001Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:05.001Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:37:05.103Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-20T04:37:05.104Z||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-06-20T04:37:05.104Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:05.128Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:05.129Z||pool-53-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:06.002Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:37:06.003Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:06.006Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:06.006Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:37:06.105Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:37:06.106Z||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-06-20T04:37:06.106Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:06.140Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:06.141Z||pool-54-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:07.008Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "715a8e55-7e10-42e7-808c-6ce695aa95a2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "47a52391-0594-42a1-a693-de10ffe82ac6",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "9046e231-579c-47c3-a015-4379d77b9ea0",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "86a9ffe3-afd6-4a5a-a94c-ee0019e17513",
      "resourceInvariantUUID": "9c55f5bb-d1f3-4436-9ed9-6ad98323eb48",
      "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": "deb33420-c2e0-49b2-a75d-94b0fe67a911",
          "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": "1cdc6efb-0a3d-4312-9d9e-4f1c15747aaa",
          "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": "MGI0Y2EzZjY4OGI5NGYxOTc5ZTFmZTc4ZjdkZjQ2MTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2b0a4b5b-c11f-484c-9d71-4db39605a5a0",
          "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": "fc04f9b7-2114-41f7-a5dd-400ee81dd440",
          "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": "45db6978-e570-4cd9-a0a2-c47ece517b68",
            "generatedFromUUID": "fc04f9b7-2114-41f7-a5dd-400ee81dd440"
          },
          "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": "45db6978-e570-4cd9-a0a2-c47ece517b68",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Yzc2ZDc4YjVjYzY2NDU2MTlkYmI0YWQ4ZDIzMzQzYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7b8a990c-c066-42da-93ad-c502e428ba97"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T04:37:07.009Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T04:37:07.009Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 715a8e55-7e10-42e7-808c-6ce695aa95a2 ASDC
2022-06-20T04:37:07.010Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d756b4a6-2c3d-453c-a799-cea73efd103b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:715a8e55-7e10-42e7-808c-6ce695aa95a2
ServiceInvariantUUID:47a52391-0594-42a1-a693-de10ffe82ac6
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:7b8a990c-c066-42da-93ad-c502e428ba97
ArtifactChecksum:Yzc2ZDc4YjVjYzY2NDU2MTlkYmI0YWQ4ZDIzMzQzYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9046e231-579c-47c3-a015-4379d77b9ea0
ResourceInvariantUUID:9c55f5bb-d1f3-4436-9ed9-6ad98323eb48
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:86a9ffe3-afd6-4a5a-a94c-ee0019e17513
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:deb33420-c2e0-49b2-a75d-94b0fe67a911
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:1cdc6efb-0a3d-4312-9d9e-4f1c15747aaa
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:2b0a4b5b-c11f-484c-9d71-4db39605a5a0
ArtifactChecksum:MGI0Y2EzZjY4OGI5NGYxOTc5ZTFmZTc4ZjdkZjQ2MTY=
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:fc04f9b7-2114-41f7-a5dd-400ee81dd440
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:45db6978-e570-4cd9-a0a2-c47ece517b68
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:45db6978-e570-4cd9-a0a2-c47ece517b68
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-20T04:37:07.010Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 715a8e55-7e10-42e7-808c-6ce695aa95a2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:37:07.059Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:37:07.060Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:37:07.060Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:37:07.060Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7b8a990c-c066-42da-93ad-c502e428ba97 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-20T04:37:07.060Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:37:07.061Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:07.209Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:37:07.212Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7b8a990c-c066-42da-93ad-c502e428ba97 68950
2022-06-20T04:37:07.213Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:07.213Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:07.213Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:37:07.214Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:07.216Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:07.216Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699827212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:37:07.317Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:37:07.318Z||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-06-20T04:37:07.318Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:07.334Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:07.335Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:37:08.217Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:37:08.218Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:37:08.218Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7b8a990c-c066-42da-93ad-c502e428ba97, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T04:37:08.219Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-20T04:37:08.219Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T04:37:08.219Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T04:37:08.337Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17951202756713105489/Definitions/service-BasicCnf-template.yml
2022-06-20T04:37:09.555Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T04:37:09.555Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:37:09.555Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T04:37:09.555Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-20T04:37:09.555Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:09.556Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:09.556Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:09.556Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:09.556Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:37:09.556Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:09.556Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:09.557Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T04:37:09.557Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:37:09.557Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:37:09.557Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:09.557Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:37:09.557Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T04:37:09.558Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:37:09.558Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:37:09.558Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:09.558Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:37:09.558Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:09.558Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-20T04:37:09.558Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-20T04:37:09.559Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-20T04:37:09.559Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T04:37:09.559Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:09.559Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:09.559Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:09.559Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T04:37:09.559Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:37:09.560Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:09.560Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T04:37:09.560Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:37:09.560Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:09.560Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T04:37:09.560Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:37:09.561Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:09.561Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-20T04:37:09.561Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-20T04:37:09.561Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6c17d77e-19b5-4ee4-86c9-a653e31af7ff
2022-06-20T04:37:09.561Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:09.561Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:37:09.561Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:09.562Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:37:09.562Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:09.562Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:37:09.562Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:09.562Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:37:09.562Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:715a8e55-7e10-42e7-808c-6ce695aa95a2
Model Version:NULL
Model InvariantUuid:47a52391-0594-42a1-a693-de10ffe82ac6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:b31965b8-433d-4f73-873b-1510bb233518
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c55f5bb-d1f3-4436-9ed9-6ad98323eb48
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9046e231-579c-47c3-a015-4379d77b9ea0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b63e2f58-248d-4341-a851-171e4c0952e3
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:2fc5533b-7c68-4638-b1b7-5ffde2a10cf1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6c17d77e-19b5-4ee4-86c9-a653e31af7ff
ModelInvariantUuid:637c0f63-2bc8-4cf7-bc02-ae6157992005
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:641ce1e9-8601-4fbc-8362-f749dfed91ad
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:7e4d6d58-5a77-4ce5-8e0c-899e7e3e50d5
ModelInvariantUuid:6ad5048c-3cad-43e0-8e04-ca71bb2948e1
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:264c53fa-9c14-4300-8773-9d2396b25d42
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-06-20T04:37:09.568Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 86a9ffe3-afd6-4a5a-a94c-ee0019e17513
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-06-20T04:37:09.571Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-06-20T04:37:09.572Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 86a9ffe3-afd6-4a5a-a94c-ee0019e17513
2022-06-20T04:37:09.572Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: deb33420-c2e0-49b2-a75d-94b0fe67a911 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-20T04:37:09.572Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:37:09.572Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:09.641Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:37:09.642Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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 deb33420-c2e0-49b2-a75d-94b0fe67a911 12
2022-06-20T04:37:09.642Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:09.642Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:09.642Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:37:09.642Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:09.656Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:09.657Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699829642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:37:09.748Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-20T04:37:09.749Z||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-06-20T04:37:09.749Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:09.767Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:09.768Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:10.657Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1cdc6efb-0a3d-4312-9d9e-4f1c15747aaa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-20T04:37:10.658Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:37:10.658Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:10.701Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:37:10.701Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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 1cdc6efb-0a3d-4312-9d9e-4f1c15747aaa 2688
2022-06-20T04:37:10.702Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:10.702Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:10.702Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:37:10.702Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:10.705Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:10.705Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699830702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:37:10.805Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:37:10.806Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:37:10.806Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:10.831Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:10.832Z||pool-57-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:11.707Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2b0a4b5b-c11f-484c-9d71-4db39605a5a0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-20T04:37:11.707Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:37:11.707Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:11.766Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:37:11.767Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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 2b0a4b5b-c11f-484c-9d71-4db39605a5a0 828
2022-06-20T04:37:11.767Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:11.767Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:11.767Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:37:11.767Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:11.769Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:11.770Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699831767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:37:11.870Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:37:11.871Z||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-06-20T04:37:11.871Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:11.901Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:11.901Z||pool-58-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:12.771Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b63e2f58-248d-4341-a851-171e4c0952e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2fc5533b-7c68-4638-b1b7-5ffde2a10cf1",
    "vfModuleModelCustomizationUUID": "99be268d-5f60-4e28-aacd-8e35d9eb2254",
    "isBase": true,
    "artifacts": [
      "1cdc6efb-0a3d-4312-9d9e-4f1c15747aaa",
      "fc04f9b7-2114-41f7-a5dd-400ee81dd440",
      "45db6978-e570-4cd9-a0a2-c47ece517b68"
    ],
    "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-06-20T04:37:12.776Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2fc5533b-7c68-4638-b1b7-5ffde2a10cf1
VfModuleModelInvariantUUID:b63e2f58-248d-4341-a851-171e4c0952e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
1cdc6efb-0a3d-4312-9d9e-4f1c15747aaa
,
fc04f9b7-2114-41f7-a5dd-400ee81dd440
,
45db6978-e570-4cd9-a0a2-c47ece517b68

}
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-06-20T04:37:12.778Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b63e2f58-248d-4341-a851-171e4c0952e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2fc5533b-7c68-4638-b1b7-5ffde2a10cf1",
    "vfModuleModelCustomizationUUID": "99be268d-5f60-4e28-aacd-8e35d9eb2254",
    "isBase": true,
    "artifacts": [
      "1cdc6efb-0a3d-4312-9d9e-4f1c15747aaa",
      "fc04f9b7-2114-41f7-a5dd-400ee81dd440",
      "45db6978-e570-4cd9-a0a2-c47ece517b68"
    ],
    "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-06-20T04:37:12.779Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2fc5533b-7c68-4638-b1b7-5ffde2a10cf1
VfModuleModelInvariantUUID:b63e2f58-248d-4341-a851-171e4c0952e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
1cdc6efb-0a3d-4312-9d9e-4f1c15747aaa
,
fc04f9b7-2114-41f7-a5dd-400ee81dd440
,
45db6978-e570-4cd9-a0a2-c47ece517b68

}
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-06-20T04:37:12.779Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fc04f9b7-2114-41f7-a5dd-400ee81dd440 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-20T04:37:12.779Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:37:12.779Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:12.832Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:37:12.832Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml fc04f9b7-2114-41f7-a5dd-400ee81dd440 1164
2022-06-20T04:37:12.833Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:12.833Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:12.833Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:37:12.833Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:12.835Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:12.835Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699832833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:37:12.935Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:37:12.937Z||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-06-20T04:37:12.937Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:12.965Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:12.966Z||pool-59-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:13.836Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 45db6978-e570-4cd9-a0a2-c47ece517b68 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-20T04:37:13.836Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:37:13.837Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:13.895Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:37:13.896Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 45db6978-e570-4cd9-a0a2-c47ece517b68 200
2022-06-20T04:37:13.896Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:13.897Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:13.897Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:37:13.897Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:13.899Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:13.899Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699833896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:37:14.002Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-20T04:37:14.002Z||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-06-20T04:37:14.003Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:14.017Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:14.018Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:14.900Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 715a8e55-7e10-42e7-808c-6ce695aa95a2
2022-06-20T04:37:14.901Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 86a9ffe3-afd6-4a5a-a94c-ee0019e17513 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 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-06-20T04:37:14.916Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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 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-06-20T04:37:14.926Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@586fa33a, org.onap.sdc.toscaparser.api.parameters.Input@3431c6b5, org.onap.sdc.toscaparser.api.parameters.Input@a4819c3, org.onap.sdc.toscaparser.api.parameters.Input@731dfdb4, org.onap.sdc.toscaparser.api.parameters.Input@56cef69e]
2022-06-20T04:37:14.928Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:14.928Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:37:14.928Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-20T04:37:14.929Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 9046e231-579c-47c3-a015-4379d77b9ea0
2022-06-20T04:37:14.929Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9046e231-579c-47c3-a015-4379d77b9ea0 matches Tosca VF Customization UUID: 9046e231-579c-47c3-a015-4379d77b9ea0
2022-06-20T04:37:14.929Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 9046e231-579c-47c3-a015-4379d77b9ea0  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-06-20T04:37:14.933Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:14.933Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:37:14.935Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 9046e231-579c-47c3-a015-4379d77b9ea0: {\"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-06-20T04:37:14.935Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ad0a5ee
2022-06-20T04:37:14.935Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:14.935Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:14.935Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 99be268d-5f60-4e28-aacd-8e35d9eb2254
2022-06-20T04:37:14.936Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 99be268d-5f60-4e28-aacd-8e35d9eb2254
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-06-20T04:37:14.939Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:14.940Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T04:37:14.940Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:37:14.940Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:14.940Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T04:37:14.940Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:37:14.941Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:14.941Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-20T04:37:14.941Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-20T04:37:14.941Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6c17d77e-19b5-4ee4-86c9-a653e31af7ff
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-06-20T04:37:14.944Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:14.944Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T04:37:14.945Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:37:14.945Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:14.945Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T04:37:14.945Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9046e231-579c-47c3-a015-4379d77b9ea0
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-06-20T04:37:14.947Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:14.947Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:37:14.947Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 715a8e55-7e10-42e7-808c-6ce695aa95a2: basic_cnf
2022-06-20T04:37:14.947Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:14.948Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:37:14.948Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:14.948Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:37:14.948Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:14.948Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:37:14.949Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:14.949Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:14.949Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:37:14.949Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:37:14.949Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:15.038Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 86a9ffe3-afd6-4a5a-a94c-ee0019e17513 1 ASDC deployResourceStructure
2022-06-20T04:37:15.039Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:15.039Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:15.039Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-20T04:37:15.039Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:15.041Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:15.041Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699835038,
  "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-06-20T04:37:15.141Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:37:15.142Z||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-06-20T04:37:15.142Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:15.159Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:15.160Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:16.043Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:16.043Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:16.043Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-20T04:37:16.044Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:16.046Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:16.047Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699836043,
  "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-06-20T04:37:16.147Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:37:16.148Z||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-06-20T04:37:16.148Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:16.163Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:16.163Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:37:17.048Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:17.048Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:17.049Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:37:17.049Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:17.052Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:17.052Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699837047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:37:17.152Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:37:17.153Z||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-06-20T04:37:17.153Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:17.167Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:17.167Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:18.053Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:18.054Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:18.054Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:37:18.054Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:18.056Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:18.057Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699838052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T04:37:18.156Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:37:18.157Z||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-06-20T04:37:18.158Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:18.175Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:18.176Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:19.058Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:19.058Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:19.058Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:37:19.058Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:19.060Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:19.060Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699839057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-20T04:37:19.160Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:37:19.161Z||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-06-20T04:37:19.161Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:19.176Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:19.177Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:20.061Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:20.061Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:37:20.061Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:37:20.061Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:20.063Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:20.064Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699840061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:37:20.164Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:37:20.164Z||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-06-20T04:37:20.164Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:20.178Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:20.179Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:21.065Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d756b4a6-2c3d-453c-a799-cea73efd103b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:37:21.074Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d756b4a6-2c3d-453c-a799-cea73efd103b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:37:21.077Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:37:21.077Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T04:37:21.078Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T04:37:51.080Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d756b4a6-2c3d-453c-a799-cea73efd103b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:37:51.116Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d756b4a6-2c3d-453c-a799-cea73efd103b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:37:51.118Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:37:51.118Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T04:37:51.118Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T04:37:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:37:57.332Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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-06-20T04:37:57.332Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:57.369Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:37:57.370Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:37:57.370Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699757328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:37:57.371Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:37:57.371Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:37:57.371Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699757328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:37:57.371Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:37:57.371Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:37:57.371Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699757328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:37:57.372Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:37:57.372Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:37:57.372Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699757328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:37:57.372Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:37:57.372Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:37:57.372Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699757328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:37:57.372Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:37:57.372Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:37:57.372Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699757328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:37:57.372Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:37:57.372Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:37:57.372Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699757328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:37:57.372Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:37:57.373Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:37:57.373Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699766233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:37:57.373Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:37:57.373Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:37:57.373Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699768549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:37:57.373Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:37:57.373Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:37:57.373Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699799867,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:37:57.373Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:37:57.373Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:37:57.373Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699806769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:37:57.373Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:37:57.373Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:37:57.373Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699813985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:37:57.374Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:37:57.374Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:37:57.374Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "policy-id",
  "timestamp": 1655699811425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:37:57.374Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:37:57.374Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:37:57.374Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699806769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:37:57.374Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:37:57.374Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:37:57.374Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "policy-id",
  "timestamp": 1655699811425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:37:57.374Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:37:57.374Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:37:57.374Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699813985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-20T04:37:57.374Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:21.118Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d756b4a6-2c3d-453c-a799-cea73efd103b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:38:21.132Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d756b4a6-2c3d-453c-a799-cea73efd103b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:38:21.135Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:38:21.136Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T04:38:21.136Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T04:38:51.136Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d756b4a6-2c3d-453c-a799-cea73efd103b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:38:51.145Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d756b4a6-2c3d-453c-a799-cea73efd103b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:38:51.156Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:38:51.157Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T04:38:51.157Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T04:38:57.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:38:57.331Z||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-06-20T04:38:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:38:57.359Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:38:57.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699806769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "policy-id",
  "timestamp": 1655699811425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699813985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699806769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "policy-id",
  "timestamp": 1655699811425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699813985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699806769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "policy-id",
  "timestamp": 1655699811425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699813985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699806769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "cds",
  "timestamp": 1655699819394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "policy-id",
  "timestamp": 1655699811425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699813985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699806769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "cds",
  "timestamp": 1655699819394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "policy-id",
  "timestamp": 1655699811425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699813985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699806769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "cds",
  "timestamp": 1655699819394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "policy-id",
  "timestamp": 1655699811425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699813985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699806769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "cds",
  "timestamp": 1655699819394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "policy-id",
  "timestamp": 1655699811425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699813985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "cds",
  "timestamp": 1655699819394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699825087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "policy-id",
  "timestamp": 1655699825337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "cds",
  "timestamp": 1655699819394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699817328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "policy-id",
  "timestamp": 1655699826342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699826239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "cds",
  "timestamp": 1655699819394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699827212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "policy-id",
  "timestamp": 1655699827345,
  "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-06-20T04:38:57.408Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d756b4a6-2c3d-453c-a799-cea73efd103b
2022-06-20T04:38:57.408Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d756b4a6-2c3d-453c-a799-cea73efd103b 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-06-20T04:38:57.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699826769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699827423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.419Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "cds",
  "timestamp": 1655699819394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699826769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699828486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "cds",
  "timestamp": 1655699819394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699826769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699829642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699829697,
  "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-06-20T04:38:57.427Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d756b4a6-2c3d-453c-a799-cea73efd103b
2022-06-20T04:38:57.428Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d756b4a6-2c3d-453c-a799-cea73efd103b 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-06-20T04:38:57.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "cds",
  "timestamp": 1655699829186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699826769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699830702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.437Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699830710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.438Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "cds",
  "timestamp": 1655699830192,
  "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=?
2022-06-20T04:38:57.444Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d756b4a6-2c3d-453c-a799-cea73efd103b
2022-06-20T04:38:57.444Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d756b4a6-2c3d-453c-a799-cea73efd103b 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-06-20T04:38:57.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699826769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699831767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "policy-id",
  "timestamp": 1655699831425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699826769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699832833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "policy-id",
  "timestamp": 1655699831425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699826769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699833896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "policy-id",
  "timestamp": 1655699831425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699826769,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699833985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699835038,
  "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-06-20T04:38:57.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "policy-id",
  "timestamp": 1655699831425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655699826769,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699833985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "cds",
  "timestamp": 1655699834394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699836043,
  "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-06-20T04:38:57.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "policy-id",
  "timestamp": 1655699831425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699833985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "cds",
  "timestamp": 1655699834394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699837047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "policy-id",
  "timestamp": 1655699831425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699833985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "cds",
  "timestamp": 1655699834394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699838052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.481Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "policy-id",
  "timestamp": 1655699831425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699833985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "cds",
  "timestamp": 1655699834394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699839057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "policy-id",
  "timestamp": 1655699839280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699838762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "cds",
  "timestamp": 1655699834394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699833985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "aai-ml",
  "timestamp": 1655699839167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699840061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "policy-id",
  "timestamp": 1655699840285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "clamp",
  "timestamp": 1655699840455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "cds",
  "timestamp": 1655699834394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699833985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "policy-id",
  "timestamp": 1655699841287,
  "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-06-20T04:38:57.503Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4eb125d-25ec-41e8-818c-152f082c0ad0
2022-06-20T04:38:57.503Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4eb125d-25ec-41e8-818c-152f082c0ad0 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-06-20T04:38:57.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699841030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "cds",
  "timestamp": 1655699834394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699841764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.513Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "policy-id",
  "timestamp": 1655699831425,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "clamp",
  "timestamp": 1655699842465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699842034,
  "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-06-20T04:38:57.520Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d756b4a6-2c3d-453c-a799-cea73efd103b
2022-06-20T04:38:57.520Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d756b4a6-2c3d-453c-a799-cea73efd103b 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-06-20T04:38:57.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "cds",
  "timestamp": 1655699842106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.530Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699842834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.531Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "policy-id",
  "timestamp": 1655699831425,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "clamp",
  "timestamp": 1655699843468,
  "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-06-20T04:38:57.535Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d756b4a6-2c3d-453c-a799-cea73efd103b
2022-06-20T04:38:57.536Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d756b4a6-2c3d-453c-a799-cea73efd103b 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-06-20T04:38:57.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "cds",
  "timestamp": 1655699843111,
  "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=?
2022-06-20T04:38:57.554Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c4eb125d-25ec-41e8-818c-152f082c0ad0
2022-06-20T04:38:57.554Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4eb125d-25ec-41e8-818c-152f082c0ad0 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-06-20T04:38:57.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699843915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "policy-id",
  "timestamp": 1655699844589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.565Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "cds",
  "timestamp": 1655699834394,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699844956,
  "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-06-20T04:38:57.572Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4eb125d-25ec-41e8-818c-152f082c0ad0
2022-06-20T04:38:57.572Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4eb125d-25ec-41e8-818c-152f082c0ad0 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-06-20T04:38:57.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "policy-id",
  "timestamp": 1655699845595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.577Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "cds",
  "timestamp": 1655699834394,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699845961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.579Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "policy-id",
  "timestamp": 1655699846599,
  "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-06-20T04:38:57.590Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afd2ef33-a389-4e44-afee-e9a42760e16a
2022-06-20T04:38:57.590Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId afd2ef33-a389-4e44-afee-e9a42760e16a 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-06-20T04:38:57.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "cds",
  "timestamp": 1655699846278,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699833985,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "aai-ml",
  "timestamp": 1655699846658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "cds",
  "timestamp": 1655699847284,
  "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-06-20T04:38:57.606Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of afd2ef33-a389-4e44-afee-e9a42760e16a
2022-06-20T04:38:57.606Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId afd2ef33-a389-4e44-afee-e9a42760e16a 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-06-20T04:38:57.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655699833985,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "aai-ml",
  "timestamp": 1655699847662,
  "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-06-20T04:38:57.620Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d756b4a6-2c3d-453c-a799-cea73efd103b
2022-06-20T04:38:57.620Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d756b4a6-2c3d-453c-a799-cea73efd103b 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-06-20T04:38:57.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.634Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.634Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699850136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.635Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699852417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.637Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699853422,
  "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-06-20T04:38:57.643Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c4eb125d-25ec-41e8-818c-152f082c0ad0
2022-06-20T04:38:57.644Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4eb125d-25ec-41e8-818c-152f082c0ad0 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-06-20T04:38:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699828916,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "aai-ml",
  "timestamp": 1655699855749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699856525,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699858064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "clamp",
  "timestamp": 1655699859462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655699859068,
  "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-06-20T04:38:57.671Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of afd2ef33-a389-4e44-afee-e9a42760e16a
2022-06-20T04:38:57.671Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId afd2ef33-a389-4e44-afee-e9a42760e16a 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-06-20T04:38:57.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "clamp",
  "timestamp": 1655699861470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.685Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "clamp",
  "timestamp": 1655699862474,
  "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-06-20T04:38:57.691Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c4eb125d-25ec-41e8-818c-152f082c0ad0
2022-06-20T04:38:57.692Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4eb125d-25ec-41e8-818c-152f082c0ad0 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-06-20T04:38:57.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "aai-ml",
  "timestamp": 1655699862411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.701Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "aai-ml",
  "timestamp": 1655699863416,
  "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-06-20T04:38:57.706Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c4eb125d-25ec-41e8-818c-152f082c0ad0
2022-06-20T04:38:57.706Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4eb125d-25ec-41e8-818c-152f082c0ad0 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-06-20T04:38:57.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "clamp",
  "timestamp": 1655699828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:38:57.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "aai-ml",
  "timestamp": 1655699829374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:38:57.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:38:57.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "aai-ml",
  "timestamp": 1655699866570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.715Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "aai-ml",
  "timestamp": 1655699870186,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:38:57.715Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:38:57.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "aai-ml",
  "timestamp": 1655699871192,
  "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-06-20T04:38:57.719Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of afd2ef33-a389-4e44-afee-e9a42760e16a
2022-06-20T04:38:57.720Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId afd2ef33-a389-4e44-afee-e9a42760e16a 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-06-20T04:38:57.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:38:57.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "clamp",
  "timestamp": 1655699876463,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:38:57.737Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:39:21.157Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d756b4a6-2c3d-453c-a799-cea73efd103b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:39:21.170Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d756b4a6-2c3d-453c-a799-cea73efd103b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:39:21.173Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:39:21.173Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T04:39:21.173Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T04:39:21.173Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T04:39:21.173Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:39:21.173Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:39:21.173Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:39:21.173Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:39:21.173Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:39:21.174Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:39:21.174Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:39:21.182Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T04:39:51.182Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d756b4a6-2c3d-453c-a799-cea73efd103b 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-06-20T04:39:51.187Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d756b4a6-2c3d-453c-a799-cea73efd103b and serviceModelVersionId: 715a8e55-7e10-42e7-808c-6ce695aa95a2
2022-06-20T04:39:51.188Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 47a52391-0594-42a1-a693-de10ffe82ac6
2022-06-20T04:39:51.189Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/47a52391-0594-42a1-a693-de10ffe82ac6/model-vers/model-ver/715a8e55-7e10-42e7-808c-6ce695aa95a2?depth=0
2022-06-20T04:39:51.192Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T04:39:51.236Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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/47a52391-0594-42a1-a693-de10ffe82ac6/model-vers/model-ver/715a8e55-7e10-42e7-808c-6ce695aa95a2?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-06-20T04:39:51.238Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47a52391-0594-42a1-a693-de10ffe82ac6/model-vers/model-ver/715a8e55-7e10-42e7-808c-6ce695aa95a2?depth=0|INFO|500||Invoke
2022-06-20T04:39:51.260Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47a52391-0594-42a1-a693-de10ffe82ac6/model-vers/model-ver/715a8e55-7e10-42e7-808c-6ce695aa95a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T04:39:51.354Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47a52391-0594-42a1-a693-de10ffe82ac6/model-vers/model-ver/715a8e55-7e10-42e7-808c-6ce695aa95a2?depth=0|INFO|500||InvokeReturn
2022-06-20T04:39:51.355Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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/47a52391-0594-42a1-a693-de10ffe82ac6/model-vers/model-ver/715a8e55-7e10-42e7-808c-6ce695aa95a2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220620-04:39:51:267-75359], vertex-id=[385072], Content-Length=[0], Date=[Mon, 20 Jun 2022 04:39:51 GMT], Content-Type=[application/json]}
2022-06-20T04:39:51.356Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-20T04:39:51.356Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T04:39:51.357Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:39:51.366Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:39:51.367Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d756b4a6-2c3d-453c-a799-cea73efd103b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T04:39:51.367Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T04:39:51.367Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:39:51.369Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:39:51.369Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699991367,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:39:51.470Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:39:51.470Z||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-06-20T04:39:51.471Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:39:51.493Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:39:51.494Z||pool-67-thread-1|||||INFO|500||cambria reply ok (24 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-06-20T04:39:52.387Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:39:52.388Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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-06-20T04:39:52.389Z|d756b4a6-2c3d-453c-a799-cea73efd103b|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:39:56.785Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:39:56.786Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T04:39:56.786Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c4eb125d-25ec-41e8-818c-152f082c0ad0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4919b640-df04-4ffd-b851-41f9fcbe4620","serviceDescription":"service","serviceInvariantUUID":"a6c71cb9-c7cb-4561-bc57-1d1903f0520a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6d8341d9-d6e2-4a90-8106-2c997046c0da","resourceInvariantUUID":"5a7bca2c-730d-468a-b1b9-c2cd0b9ae4e6","resourceCustomizationUUID":"e6ffdf25-98b6-45c2-aa17-f977e1eeef0c","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":"ODAzNTU3ZThkMWI5NTM2ODdjZTgxMTFlMmFkZDIyOGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"75dc18b7-276d-41f2-821c-64a3a7afea1d","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":"Y2YyMmQyZmNhZTdlZDljZDIyNjIyMzdhZjM1MzY2YjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a454ee59-14fd-477f-94fb-bdec520840da","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":"63e278a6-fa37-4e7b-a67e-f4bc6e1fd464","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":"25be2db6-5490-4d62-a97f-9ca2461cb493","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":"c8a0e034-4f7f-4b32-a781-c372f4bf1e21","artifactVersion":"2","generatedFromUUID":"63e278a6-fa37-4e7b-a67e-f4bc6e1fd464"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmViNzRhMGNjMDE0MjAzMTI3MjM0N2ZkYjIzNmE4YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d67c8a4d-2774-40d4-95ba-949a7f8f3cbd","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2Y0ZjRhOTFkMjVmODExM2IxMzhmMDg2MGEzNzJjOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c51418f4-aea8-497d-a65b-21ff04209798","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T04:39:56.789Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:39:56.789Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:39:56.791Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:39:56.791Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:39:56.891Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:39:56.892Z||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-06-20T04:39:56.892Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:39:56.908Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:39:56.909Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:39:57.330Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:39:57.331Z||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-06-20T04:39:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:39:57.359Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:39:57.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:39:57.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "clamp",
  "timestamp": 1655699878472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:39:57.361Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:39:57.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:39:57.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "clamp",
  "timestamp": 1655699879476,
  "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-06-20T04:39:57.372Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of afd2ef33-a389-4e44-afee-e9a42760e16a
2022-06-20T04:39:57.372Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId afd2ef33-a389-4e44-afee-e9a42760e16a 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-06-20T04:39:57.791Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:39:57.792Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:39:57.794Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:39:57.794Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:39:57.895Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:39:57.896Z||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-06-20T04:39:57.896Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:39:57.911Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:39:57.912Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:39:58.795Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:39:58.796Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:39:58.797Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:39:58.798Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:39:58.898Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:39:58.898Z||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-06-20T04:39:58.899Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:39:58.912Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:39:58.913Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:39:59.798Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:39:59.799Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:39:59.800Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:39:59.800Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:39:59.900Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:39:59.901Z||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-06-20T04:39:59.901Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:39:59.917Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:39:59.918Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:40:00.801Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:40:00.802Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:40:00.803Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:40:00.803Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-20T04:40:00.903Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:40:00.904Z||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-06-20T04:40:00.904Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:00.918Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:00.919Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:40:01.804Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:40:01.804Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:40:01.806Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:40:01.806Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:40:01.906Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:40:01.907Z||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-06-20T04:40:01.907Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:01.921Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:01.921Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:40:02.806Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:40:02.807Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:40:02.809Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:40:02.810Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:40:02.910Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:40:02.911Z||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-06-20T04:40:02.911Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:02.929Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:02.930Z||pool-74-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:40:03.814Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4919b640-df04-4ffd-b851-41f9fcbe4620",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6c71cb9-c7cb-4561-bc57-1d1903f0520a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e6ffdf25-98b6-45c2-aa17-f977e1eeef0c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6d8341d9-d6e2-4a90-8106-2c997046c0da",
      "resourceInvariantUUID": "5a7bca2c-730d-468a-b1b9-c2cd0b9ae4e6",
      "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": "Y2YyMmQyZmNhZTdlZDljZDIyNjIyMzdhZjM1MzY2YjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a454ee59-14fd-477f-94fb-bdec520840da",
          "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": "63e278a6-fa37-4e7b-a67e-f4bc6e1fd464",
          "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": "c8a0e034-4f7f-4b32-a781-c372f4bf1e21",
            "generatedFromUUID": "63e278a6-fa37-4e7b-a67e-f4bc6e1fd464"
          },
          "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": "c8a0e034-4f7f-4b32-a781-c372f4bf1e21",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "N2Y0ZjRhOTFkMjVmODExM2IxMzhmMDg2MGEzNzJjOGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c51418f4-aea8-497d-a65b-21ff04209798"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T04:40:03.815Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T04:40:03.816Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4919b640-df04-4ffd-b851-41f9fcbe4620 ASDC
2022-06-20T04:40:03.817Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c4eb125d-25ec-41e8-818c-152f082c0ad0
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4919b640-df04-4ffd-b851-41f9fcbe4620
ServiceInvariantUUID:a6c71cb9-c7cb-4561-bc57-1d1903f0520a
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:c51418f4-aea8-497d-a65b-21ff04209798
ArtifactChecksum:N2Y0ZjRhOTFkMjVmODExM2IxMzhmMDg2MGEzNzJjOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e6ffdf25-98b6-45c2-aa17-f977e1eeef0c
ResourceInvariantUUID:5a7bca2c-730d-468a-b1b9-c2cd0b9ae4e6
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:6d8341d9-d6e2-4a90-8106-2c997046c0da
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:a454ee59-14fd-477f-94fb-bdec520840da
ArtifactChecksum:Y2YyMmQyZmNhZTdlZDljZDIyNjIyMzdhZjM1MzY2YjU=
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:63e278a6-fa37-4e7b-a67e-f4bc6e1fd464
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:c8a0e034-4f7f-4b32-a781-c372f4bf1e21
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:c8a0e034-4f7f-4b32-a781-c372f4bf1e21
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-20T04:40:03.817Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4919b640-df04-4ffd-b851-41f9fcbe4620 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-06-20T04:40:03.868Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:40:03.869Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:40:03.870Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:40:03.870Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c51418f4-aea8-497d-a65b-21ff04209798 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-20T04:40:03.870Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:40:03.871Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:03.999Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:40:04.003Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c51418f4-aea8-497d-a65b-21ff04209798 71070
2022-06-20T04:40:04.003Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:04.003Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:04.003Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:40:04.004Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:40:04.006Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:40:04.006Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700004003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:40:04.106Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:40:04.107Z||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-06-20T04:40:04.107Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:04.124Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:04.124Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:40:05.007Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:40:05.008Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:40:05.008Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c51418f4-aea8-497d-a65b-21ff04209798, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-20T04:40:05.009Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-20T04:40:05.009Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-20T04:40:05.009Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-20T04:40:05.239Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9546781568662302938/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-06-20T04:40:06.451Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T04:40:06.451Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:40:06.451Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-20T04:40:06.452Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-20T04:40:06.452Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:06.452Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:06.452Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:06.452Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:06.453Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:06.453Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:06.453Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:06.453Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:06.453Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:06.453Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:40:06.453Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:06.454Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:06.454Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T04:40:06.454Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:40:06.454Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:40:06.454Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:06.455Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:06.455Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T04:40:06.455Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:40:06.455Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:40:06.455Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:06.456Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:06.456Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:06.456Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-20T04:40:06.456Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-20T04:40:06.457Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-20T04:40:06.457Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-20T04:40:06.457Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-20T04:40:06.457Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T04:40:06.457Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:06.457Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:06.458Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:06.458Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T04:40:06.458Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:40:06.458Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:06.458Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T04:40:06.459Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:40:06.459Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:06.459Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T04:40:06.459Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:40:06.459Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:06.460Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-20T04:40:06.460Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-20T04:40:06.460Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-20T04:40:06.460Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=695c2f5b-e73a-4b64-a491-7c5cdf04a38b
2022-06-20T04:40:06.461Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:06.461Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:06.461Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:06.462Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:06.462Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:06.462Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:06.462Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:06.462Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:06.463Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4919b640-df04-4ffd-b851-41f9fcbe4620
Model Version:NULL
Model InvariantUuid:a6c71cb9-c7cb-4561-bc57-1d1903f0520a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:fd4fa2c1-1ae6-4e12-9c4b-8cbe6ddbe983
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5a7bca2c-730d-468a-b1b9-c2cd0b9ae4e6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e6ffdf25-98b6-45c2-aa17-f977e1eeef0c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:22590db0-67a2-4a0e-8879-8456dd4c92af
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:bf5cc398-0cdf-4f7c-9af6-17d6e7e06301
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:695c2f5b-e73a-4b64-a491-7c5cdf04a38b
ModelInvariantUuid:2527d04b-9ce7-4e70-bcb9-99ccc76e550f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c608bb2c-a512-4183-b7df-ffce4c0f36bc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:91153302-6bd8-4066-b71b-b50865d2e87e
ModelInvariantUuid:9855d7e1-f40f-4600-995b-95c0d5973102
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:bf0be3f6-1130-4a64-8d1b-9754ad7e1c50
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-06-20T04:40:06.470Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 6d8341d9-d6e2-4a90-8106-2c997046c0da
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-06-20T04:40:06.473Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-06-20T04:40:06.473Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6d8341d9-d6e2-4a90-8106-2c997046c0da
2022-06-20T04:40:06.473Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a454ee59-14fd-477f-94fb-bdec520840da from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-20T04:40:06.473Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:40:06.474Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:06.541Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:40:06.542Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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 a454ee59-14fd-477f-94fb-bdec520840da 787
2022-06-20T04:40:06.542Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:06.542Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:06.542Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:40:06.543Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:40:06.544Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:40:06.544Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700006542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:40:06.645Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:40:06.646Z||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-06-20T04:40:06.646Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:06.661Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:06.661Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:40:07.546Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "22590db0-67a2-4a0e-8879-8456dd4c92af",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf5cc398-0cdf-4f7c-9af6-17d6e7e06301",
    "vfModuleModelCustomizationUUID": "a697caa3-db29-44a2-9d02-9daaa1c96b10",
    "isBase": true,
    "artifacts": [
      "63e278a6-fa37-4e7b-a67e-f4bc6e1fd464",
      "c8a0e034-4f7f-4b32-a781-c372f4bf1e21"
    ],
    "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-06-20T04:40:07.550Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bf5cc398-0cdf-4f7c-9af6-17d6e7e06301
VfModuleModelInvariantUUID:22590db0-67a2-4a0e-8879-8456dd4c92af
VfModuleModelDescription:NULL
Artifacts UUID List:{
63e278a6-fa37-4e7b-a67e-f4bc6e1fd464
,
c8a0e034-4f7f-4b32-a781-c372f4bf1e21

}
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-06-20T04:40:07.552Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "22590db0-67a2-4a0e-8879-8456dd4c92af",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf5cc398-0cdf-4f7c-9af6-17d6e7e06301",
    "vfModuleModelCustomizationUUID": "a697caa3-db29-44a2-9d02-9daaa1c96b10",
    "isBase": true,
    "artifacts": [
      "63e278a6-fa37-4e7b-a67e-f4bc6e1fd464",
      "c8a0e034-4f7f-4b32-a781-c372f4bf1e21"
    ],
    "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-06-20T04:40:07.552Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bf5cc398-0cdf-4f7c-9af6-17d6e7e06301
VfModuleModelInvariantUUID:22590db0-67a2-4a0e-8879-8456dd4c92af
VfModuleModelDescription:NULL
Artifacts UUID List:{
63e278a6-fa37-4e7b-a67e-f4bc6e1fd464
,
c8a0e034-4f7f-4b32-a781-c372f4bf1e21

}
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-06-20T04:40:07.553Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63e278a6-fa37-4e7b-a67e-f4bc6e1fd464 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-20T04:40:07.553Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:40:07.553Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:07.694Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:40:07.695Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 63e278a6-fa37-4e7b-a67e-f4bc6e1fd464 5033
2022-06-20T04:40:07.695Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:07.695Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:07.696Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:40:07.696Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:40:07.698Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:40:07.699Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700007695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:40:07.798Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:40:07.799Z||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-06-20T04:40:07.799Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:07.833Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:07.834Z||pool-77-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:40:08.699Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c8a0e034-4f7f-4b32-a781-c372f4bf1e21 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-20T04:40:08.700Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:40:08.701Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:08.755Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:40:08.756Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c8a0e034-4f7f-4b32-a781-c372f4bf1e21 903
2022-06-20T04:40:08.756Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:08.756Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:08.757Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:40:08.757Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:40:08.759Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:40:08.759Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700008756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:40:08.859Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:40:08.860Z||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-06-20T04:40:08.860Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:08.876Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:08.876Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:40:09.759Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4919b640-df04-4ffd-b851-41f9fcbe4620
2022-06-20T04:40:09.760Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 6d8341d9-d6e2-4a90-8106-2c997046c0da 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-06-20T04:40:09.777Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f8ac3c, org.onap.sdc.toscaparser.api.parameters.Input@3a943162, org.onap.sdc.toscaparser.api.parameters.Input@1ad92ef5, org.onap.sdc.toscaparser.api.parameters.Input@2dfd3c79, org.onap.sdc.toscaparser.api.parameters.Input@6aa3fcb6]
2022-06-20T04:40:09.779Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:09.780Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:09.780Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-20T04:40:09.781Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e6ffdf25-98b6-45c2-aa17-f977e1eeef0c
2022-06-20T04:40:09.781Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e6ffdf25-98b6-45c2-aa17-f977e1eeef0c matches Tosca VF Customization UUID: e6ffdf25-98b6-45c2-aa17-f977e1eeef0c
2022-06-20T04:40:09.781Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e6ffdf25-98b6-45c2-aa17-f977e1eeef0c  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-06-20T04:40:09.784Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:09.785Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:09.786Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e6ffdf25-98b6-45c2-aa17-f977e1eeef0c: {\"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-06-20T04:40:09.786Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@66000720
2022-06-20T04:40:09.787Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:09.787Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:09.787Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a697caa3-db29-44a2-9d02-9daaa1c96b10
2022-06-20T04:40:09.787Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a697caa3-db29-44a2-9d02-9daaa1c96b10
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-06-20T04:40:09.791Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:09.791Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T04:40:09.791Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:40:09.792Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:09.792Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T04:40:09.793Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:40:09.793Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:09.793Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-20T04:40:09.793Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-20T04:40:09.794Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-20T04:40:09.794Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=695c2f5b-e73a-4b64-a491-7c5cdf04a38b
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-06-20T04:40:09.797Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:09.798Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T04:40:09.798Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:40:09.798Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:09.799Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T04:40:09.799Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e6ffdf25-98b6-45c2-aa17-f977e1eeef0c
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-06-20T04:40:09.802Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:09.802Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:09.802Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4919b640-df04-4ffd-b851-41f9fcbe4620: basic_vm
2022-06-20T04:40:09.803Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:09.803Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:09.804Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:09.804Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:09.804Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:09.805Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:09.805Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:09.805Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:09.806Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:09.806Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:09.807Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:09.898Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 6d8341d9-d6e2-4a90-8106-2c997046c0da 1 ASDC deployResourceStructure
2022-06-20T04:40:09.898Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:09.899Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:09.899Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:40:09.899Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:40:09.902Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:40:09.902Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700009898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:40:10.002Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:40:10.003Z||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-06-20T04:40:10.003Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:10.018Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:10.018Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:40:10.904Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:10.904Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:10.905Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:40:10.905Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:40:10.908Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:40:10.908Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700010904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T04:40:11.008Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:40:11.009Z||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-06-20T04:40:11.009Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:11.024Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:11.024Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:40:11.909Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:11.909Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:11.910Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:40:11.910Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:40:11.911Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:40:11.912Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700011909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-20T04:40:12.012Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:40:12.013Z||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-06-20T04:40:12.013Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:12.027Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:12.028Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:40:12.912Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:12.913Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:12.913Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:40:12.913Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:40:12.915Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:40:12.915Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700012912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:40:13.015Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:40:13.016Z||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-06-20T04:40:13.016Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:13.037Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:13.038Z||pool-82-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:40:13.916Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4eb125d-25ec-41e8-818c-152f082c0ad0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:40:13.925Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4eb125d-25ec-41e8-818c-152f082c0ad0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:40:13.928Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:40:13.928Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T04:40:13.928Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T04:40:13.928Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T04:40:13.928Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:40:13.929Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:40:13.929Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:40:13.929Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:40:13.929Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:40:13.929Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:40:13.929Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:13.934Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T04:40:43.935Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c4eb125d-25ec-41e8-818c-152f082c0ad0 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-06-20T04:40:43.941Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c4eb125d-25ec-41e8-818c-152f082c0ad0 and serviceModelVersionId: 4919b640-df04-4ffd-b851-41f9fcbe4620
2022-06-20T04:40:43.942Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6c71cb9-c7cb-4561-bc57-1d1903f0520a
2022-06-20T04:40:43.942Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6c71cb9-c7cb-4561-bc57-1d1903f0520a/model-vers/model-ver/4919b640-df04-4ffd-b851-41f9fcbe4620?depth=0
2022-06-20T04:40:43.945Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T04:40:43.986Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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/a6c71cb9-c7cb-4561-bc57-1d1903f0520a/model-vers/model-ver/4919b640-df04-4ffd-b851-41f9fcbe4620?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-06-20T04:40:43.995Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6c71cb9-c7cb-4561-bc57-1d1903f0520a/model-vers/model-ver/4919b640-df04-4ffd-b851-41f9fcbe4620?depth=0|INFO|500||Invoke
2022-06-20T04:40:44.013Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6c71cb9-c7cb-4561-bc57-1d1903f0520a/model-vers/model-ver/4919b640-df04-4ffd-b851-41f9fcbe4620?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T04:40:44.127Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6c71cb9-c7cb-4561-bc57-1d1903f0520a/model-vers/model-ver/4919b640-df04-4ffd-b851-41f9fcbe4620?depth=0|INFO|500||InvokeReturn
2022-06-20T04:40:44.127Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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/a6c71cb9-c7cb-4561-bc57-1d1903f0520a/model-vers/model-ver/4919b640-df04-4ffd-b851-41f9fcbe4620?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220620-04:40:44:027-18504], vertex-id=[200792], Content-Length=[0], Date=[Mon, 20 Jun 2022 04:40:44 GMT], Content-Type=[application/json]}
2022-06-20T04:40:44.128Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-20T04:40:44.128Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T04:40:44.128Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:44.135Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|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-06-20T04:40:44.135Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c4eb125d-25ec-41e8-818c-152f082c0ad0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T04:40:44.136Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T04:40:44.136Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:40:44.138Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:40:44.138Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700044135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:40:44.238Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:40:44.239Z||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-06-20T04:40:44.239Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:44.256Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:44.256Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 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-06-20T04:40:45.150Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T04:40:45.150Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"afd2ef33-a389-4e44-afee-e9a42760e16a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"596fd149-6a30-4def-b0bf-dccf2b44e5e4","serviceDescription":"service","serviceInvariantUUID":"8058d7c6-079e-4416-929b-60413a86d438","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"76ceeaed-ee99-495f-8a95-3822c184de00","resourceInvariantUUID":"f55c960a-5202-4460-bd56-d0b9061aaa57","resourceCustomizationUUID":"70bbdb6a-798a-40e1-b448-aab2895522aa","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":"Mjk3MzZhMzA3NjMwOTQ0MjQ3Nzc3MDBkYjBkMGFhZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ca0a96d-5518-4cab-99ee-bf0ddd2e23f3","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzFmOTQ1NmU1MDA3ODc2MTE5NmFmM2Y0YzY5MzE3NDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"387d8b5a-19b2-4585-a377-d8e4da7311c8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T04:40:45.150Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:40:45.151Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:40:45.152Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:40:45.152Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:40:45.253Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:40:45.254Z||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-06-20T04:40:45.254Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:45.271Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:45.272Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:40:46.153Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:40:46.154Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:40:46.156Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:40:46.156Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:40:46.256Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:40:46.257Z||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-06-20T04:40:46.258Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:46.272Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:46.273Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:40:47.157Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "596fd149-6a30-4def-b0bf-dccf2b44e5e4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8058d7c6-079e-4416-929b-60413a86d438",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "70bbdb6a-798a-40e1-b448-aab2895522aa",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "76ceeaed-ee99-495f-8a95-3822c184de00",
      "resourceInvariantUUID": "f55c960a-5202-4460-bd56-d0b9061aaa57",
      "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": "NzFmOTQ1NmU1MDA3ODc2MTE5NmFmM2Y0YzY5MzE3NDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "387d8b5a-19b2-4585-a377-d8e4da7311c8"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T04:40:47.158Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T04:40:47.158Z|c4eb125d-25ec-41e8-818c-152f082c0ad0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 596fd149-6a30-4def-b0bf-dccf2b44e5e4 ASDC
2022-06-20T04:40:47.158Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:afd2ef33-a389-4e44-afee-e9a42760e16a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:596fd149-6a30-4def-b0bf-dccf2b44e5e4
ServiceInvariantUUID:8058d7c6-079e-4416-929b-60413a86d438
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:387d8b5a-19b2-4585-a377-d8e4da7311c8
ArtifactChecksum:NzFmOTQ1NmU1MDA3ODc2MTE5NmFmM2Y0YzY5MzE3NDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:70bbdb6a-798a-40e1-b448-aab2895522aa
ResourceInvariantUUID:f55c960a-5202-4460-bd56-d0b9061aaa57
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:76ceeaed-ee99-495f-8a95-3822c184de00
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-20T04:40:47.159Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 596fd149-6a30-4def-b0bf-dccf2b44e5e4 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-06-20T04:40:47.188Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:40:47.189Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:40:47.189Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:40:47.189Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 387d8b5a-19b2-4585-a377-d8e4da7311c8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-20T04:40:47.189Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:40:47.189Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:47.631Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:40:47.634Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 387d8b5a-19b2-4585-a377-d8e4da7311c8 52508
2022-06-20T04:40:47.634Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:47.634Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:47.634Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:40:47.635Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:40:47.637Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:40:47.637Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700047634,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:40:47.737Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:40:47.739Z||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-06-20T04:40:47.740Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:47.772Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:47.773Z||pool-86-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:40:48.638Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:40:48.639Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:40:48.641Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 387d8b5a-19b2-4585-a377-d8e4da7311c8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T04:40:48.641Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-20T04:40:48.641Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T04:40:48.641Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T04:40:48.738Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3959526568890812577/Definitions/service-BasicNetwork-template.yml
2022-06-20T04:40:49.181Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T04:40:49.182Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:40:49.182Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T04:40:49.182Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-20T04:40:49.182Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:49.182Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:49.182Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:49.182Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:49.183Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:49.183Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:49.183Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:49.183Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:49.183Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:40:49.183Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:49.183Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:49.184Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-20T04:40:49.184Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:40:49.184Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:40:49.184Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:49.184Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:49.185Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-20T04:40:49.185Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:40:49.185Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:40:49.185Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:49.185Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:49.185Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:49.186Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:49.186Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:49.186Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:49.186Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:49.186Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:49.187Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:49.187Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:49.187Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:596fd149-6a30-4def-b0bf-dccf2b44e5e4
Model Version:NULL
Model InvariantUuid:8058d7c6-079e-4416-929b-60413a86d438
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f55c960a-5202-4460-bd56-d0b9061aaa57
Model UUID:36a485fe-7b59-4afc-9a04-e6783bca3294
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:70bbdb6a-798a-40e1-b448-aab2895522aa
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-06-20T04:40:49.193Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 76ceeaed-ee99-495f-8a95-3822c184de00
2022-06-20T04:40:49.193Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||No resources found for Service: 596fd149-6a30-4def-b0bf-dccf2b44e5e4
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-06-20T04:40:49.196Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||
2022-06-20T04:40:49.197Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-20T04:40:49.197Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 596fd149-6a30-4def-b0bf-dccf2b44e5e4
2022-06-20T04:40:49.197Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 596fd149-6a30-4def-b0bf-dccf2b44e5e4
2022-06-20T04:40:49.197Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-20T04:40:49.198Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:49.202Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@582b8a55, org.onap.sdc.toscaparser.api.parameters.Input@3a4d565, org.onap.sdc.toscaparser.api.parameters.Input@5cd700cb, org.onap.sdc.toscaparser.api.parameters.Input@15b5299b, org.onap.sdc.toscaparser.api.parameters.Input@11c8605a]
2022-06-20T04:40:49.203Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:49.203Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:49.204Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:49.204Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:49.204Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 596fd149-6a30-4def-b0bf-dccf2b44e5e4: Generic NeutronNet
2022-06-20T04:40:49.204Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:49.204Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:49.205Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:49.205Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:49.235Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:49.236Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:49.236Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:49.236Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:49.236Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:40:49.237Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:40:49.237Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:49.272Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-20T04:40:49.273Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:49.273Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:49.273Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:40:49.273Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:40:49.275Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:40:49.275Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700049273,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:40:49.375Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:40:49.376Z||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-06-20T04:40:49.376Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:49.395Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:49.396Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:40:50.276Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afd2ef33-a389-4e44-afee-e9a42760e16a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:40:50.289Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afd2ef33-a389-4e44-afee-e9a42760e16a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:40:50.291Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:40:50.291Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T04:40:50.291Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T04:40:50.292Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T04:40:50.292Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:40:50.292Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:40:50.292Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:40:50.292Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:40:50.293Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:40:50.293Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:40:50.293Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:40:50.298Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T04:40:57.330Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:40:57.332Z||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-06-20T04:40:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:40:57.359Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:40:57.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:40:57.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699991367,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:40:57.360Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:40:57.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:40:57.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:40:57.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:41:20.299Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: afd2ef33-a389-4e44-afee-e9a42760e16a 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-06-20T04:41:20.305Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: afd2ef33-a389-4e44-afee-e9a42760e16a and serviceModelVersionId: 596fd149-6a30-4def-b0bf-dccf2b44e5e4
2022-06-20T04:41:20.305Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8058d7c6-079e-4416-929b-60413a86d438
2022-06-20T04:41:20.306Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8058d7c6-079e-4416-929b-60413a86d438/model-vers/model-ver/596fd149-6a30-4def-b0bf-dccf2b44e5e4?depth=0
2022-06-20T04:41:20.309Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T04:41:20.345Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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/8058d7c6-079e-4416-929b-60413a86d438/model-vers/model-ver/596fd149-6a30-4def-b0bf-dccf2b44e5e4?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-06-20T04:41:20.346Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8058d7c6-079e-4416-929b-60413a86d438/model-vers/model-ver/596fd149-6a30-4def-b0bf-dccf2b44e5e4?depth=0|INFO|500||Invoke
2022-06-20T04:41:20.364Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8058d7c6-079e-4416-929b-60413a86d438/model-vers/model-ver/596fd149-6a30-4def-b0bf-dccf2b44e5e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T04:41:20.579Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8058d7c6-079e-4416-929b-60413a86d438/model-vers/model-ver/596fd149-6a30-4def-b0bf-dccf2b44e5e4?depth=0|INFO|500||InvokeReturn
2022-06-20T04:41:20.579Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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/8058d7c6-079e-4416-929b-60413a86d438/model-vers/model-ver/596fd149-6a30-4def-b0bf-dccf2b44e5e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220620-04:41:20:371-95419], vertex-id=[225376], Content-Length=[0], Date=[Mon, 20 Jun 2022 04:41:20 GMT], Content-Type=[application/json]}
2022-06-20T04:41:20.580Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-20T04:41:20.580Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T04:41:20.581Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:41:20.586Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:41:20.586Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID afd2ef33-a389-4e44-afee-e9a42760e16a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T04:41:20.587Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T04:41:20.587Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:41:20.589Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:41:20.589Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700080586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:41:20.689Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:41:20.690Z||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-06-20T04:41:20.690Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:41:20.714Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:41:20.714Z||pool-88-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-06-20T04:41:21.600Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:41:21.601Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:41:21.601Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:41:31.163Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:41:31.164Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:41:31.165Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:41:31.165Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:41:40.709Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:41:40.710Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:41:40.711Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:41:40.711Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:41:50.265Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:41:57.328Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:41:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:41:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:41:57.330Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:41:57.331Z||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-06-20T04:41:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:41:57.364Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:41:57.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:41:57.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:41:57.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:41:57.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:41:57.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:41:57.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:41:57.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-20T04:41:57.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:41:57.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:41:57.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:41:57.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:41:57.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:41:57.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700004003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:41:57.369Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:41:57.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700006542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:41:57.369Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:41:57.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700007695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:41:57.370Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:41:57.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700008756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:41:57.370Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:41:57.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700009898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:41:57.370Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:41:57.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700010904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T04:41:57.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:41:57.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700011909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-20T04:41:57.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:41:57.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700012912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:41:57.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:41:57.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4eb125d-25ec-41e8-818c-152f082c0ad0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700044135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:41:57.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:41:57.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:41:57.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:41:57.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655699992387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:41:57.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:41:57.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700047634,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:41:57.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:41:57.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:41:57.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700049273,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:41:57.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:42:06.922Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:42:57.328Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:42:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:42:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:42:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:42:57.331Z||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-06-20T04:42:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:42:57.866Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:42:57.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T04:42:57.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd2ef33-a389-4e44-afee-e9a42760e16a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700080586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:42:57.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:43:06.900Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:43:57.328Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:43:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:43:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:43:57.330Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:43:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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-06-20T04:43:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:44:06.941Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:44:06.967Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:44:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:44:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:44:57.331Z||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-06-20T04:44:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:44:57.331Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:44:57.331Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:45:06.918Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:45:06.918Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:45:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:45:57.330Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:45:57.330Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:45:57.331Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:45:57.331Z||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-06-20T04:45:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:46:07.019Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:46:07.022Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:46:57.328Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:46:57.330Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:46:57.330Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:46:57.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:46:57.331Z||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-06-20T04:46:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:47:06.900Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:47:06.901Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:47:57.328Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:47:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:47:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:47:57.330Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:47:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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-06-20T04:47:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:48:06.906Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:48:06.906Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:48:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:48:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:48:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:48:57.330Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:48:57.331Z||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-06-20T04:48:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:49:06.909Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:49:06.916Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:49:57.328Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:49:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:49:57.330Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:49:57.330Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:49:57.331Z||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-06-20T04:49:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:50:06.908Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:50:06.908Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:50:57.328Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:50:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:50:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:50:57.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:50:57.331Z||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-06-20T04:50:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:51:06.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:51:06.904Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:51:57.328Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:51:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:51:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:51:57.330Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:51:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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-06-20T04:51:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:52:06.889Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:52:06.901Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:52:57.328Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:52:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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-06-20T04:52:57.329Z|afd2ef33-a389-4e44-afee-e9a42760e16a|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:52:57.330Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:52:57.331Z||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-06-20T04:52:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:52:57.466Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:52:57.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "aai-ml",
  "timestamp": 1655700729374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700728916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "policy-id",
  "timestamp": 1655700731425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "clamp",
  "timestamp": 1655700728215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700726769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "aai-ml",
  "timestamp": 1655700729374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "policy-id",
  "timestamp": 1655700731425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700728916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "clamp",
  "timestamp": 1655700728215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700726769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "aai-ml",
  "timestamp": 1655700729374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "policy-id",
  "timestamp": 1655700731425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700728916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "clamp",
  "timestamp": 1655700728215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700726769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "cds",
  "timestamp": 1655700734394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "aai-ml",
  "timestamp": 1655700729374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "policy-id",
  "timestamp": 1655700731425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700728916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "clamp",
  "timestamp": 1655700728215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700726769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "cds",
  "timestamp": 1655700734394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "aai-ml",
  "timestamp": 1655700729374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700728916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "policy-id",
  "timestamp": 1655700731425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "clamp",
  "timestamp": 1655700728215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700726769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "cds",
  "timestamp": 1655700734394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "aai-ml",
  "timestamp": 1655700729374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "clamp",
  "timestamp": 1655700728215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "policy-id",
  "timestamp": 1655700731425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700726769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700728916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "cds",
  "timestamp": 1655700734394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "aai-ml",
  "timestamp": 1655700729374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "policy-id",
  "timestamp": 1655700731425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700728916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700726769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "clamp",
  "timestamp": 1655700728215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "cds",
  "timestamp": 1655700734394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "aai-ml",
  "timestamp": 1655700729374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "policy-id",
  "timestamp": 1655700731425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700726769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700728916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "clamp",
  "timestamp": 1655700728215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "cds",
  "timestamp": 1655700734394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "aai-ml",
  "timestamp": 1655700729374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "policy-id",
  "timestamp": 1655700731425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700728916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700726769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "clamp",
  "timestamp": 1655700728215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "cds",
  "timestamp": 1655700734394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "aai-ml",
  "timestamp": 1655700729374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "policy-id",
  "timestamp": 1655700731425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700728916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700726769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "clamp",
  "timestamp": 1655700728215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "cds",
  "timestamp": 1655700734394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "aai-ml",
  "timestamp": 1655700742818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:52:57.649Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "policy-id",
  "timestamp": 1655700743646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:52:57.649Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700742834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:52:57.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "cds",
  "timestamp": 1655700734394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "policy-id",
  "timestamp": 1655700744651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:52:57.651Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "cds",
  "timestamp": 1655700734394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700744869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:52:57.651Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "policy-id",
  "timestamp": 1655700745659,
  "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-06-20T04:52:57.676Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df61d68e-e60f-4292-90bd-82b846d8e05a
2022-06-20T04:52:57.677Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df61d68e-e60f-4292-90bd-82b846d8e05a 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-06-20T04:52:57.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700745170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:52:57.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "cds",
  "timestamp": 1655700745221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:52:57.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700745990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:52:57.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700746174,
  "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-06-20T04:52:57.696Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df61d68e-e60f-4292-90bd-82b846d8e05a
2022-06-20T04:52:57.697Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df61d68e-e60f-4292-90bd-82b846d8e05a 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-06-20T04:52:57.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700747123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:52:57.709Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700748203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:52:57.709Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "cds",
  "timestamp": 1655700747788,
  "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-06-20T04:52:57.716Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df61d68e-e60f-4292-90bd-82b846d8e05a
2022-06-20T04:52:57.716Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df61d68e-e60f-4292-90bd-82b846d8e05a 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-06-20T04:52:57.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700749371,
  "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-06-20T04:52:57.739Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df61d68e-e60f-4292-90bd-82b846d8e05a
2022-06-20T04:52:57.739Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df61d68e-e60f-4292-90bd-82b846d8e05a 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-06-20T04:52:57.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700750384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:52:57.748Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "aai-ml",
  "timestamp": 1655700750273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:52:57.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "aai-ml",
  "timestamp": 1655700751277,
  "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-06-20T04:52:57.758Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df61d68e-e60f-4292-90bd-82b846d8e05a
2022-06-20T04:52:57.758Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df61d68e-e60f-4292-90bd-82b846d8e05a 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-06-20T04:52:57.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "clamp",
  "timestamp": 1655700752788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:52:57.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700746769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.770Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "cds",
  "timestamp": 1655700749394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.772Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "policy-id",
  "timestamp": 1655700751425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.773Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700753986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700746769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "cds",
  "timestamp": 1655700749394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "policy-id",
  "timestamp": 1655700751425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700753986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700746769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "cds",
  "timestamp": 1655700749394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "policy-id",
  "timestamp": 1655700751425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700753986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700746769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "cds",
  "timestamp": 1655700749394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "policy-id",
  "timestamp": 1655700751425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700753986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "clamp",
  "timestamp": 1655700757790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:52:57.788Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700746769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "cds",
  "timestamp": 1655700749394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "policy-id",
  "timestamp": 1655700751425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700753986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "clamp",
  "timestamp": 1655700758794,
  "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-06-20T04:52:57.799Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of df61d68e-e60f-4292-90bd-82b846d8e05a
2022-06-20T04:52:57.799Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df61d68e-e60f-4292-90bd-82b846d8e05a 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-06-20T04:52:57.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700746769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "cds",
  "timestamp": 1655700749394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "policy-id",
  "timestamp": 1655700751425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700753986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700758916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700746769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "cds",
  "timestamp": 1655700749394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "policy-id",
  "timestamp": 1655700751425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "clamp",
  "timestamp": 1655700759805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "aai-ml",
  "timestamp": 1655700759374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700753986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700758916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700746769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "cds",
  "timestamp": 1655700749394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "policy-id",
  "timestamp": 1655700751425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "clamp",
  "timestamp": 1655700759805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "aai-ml",
  "timestamp": 1655700759374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700753986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700758916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "cds",
  "timestamp": 1655700761922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:52:57.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "policy-id",
  "timestamp": 1655700762761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:52:57.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "clamp",
  "timestamp": 1655700759805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "aai-ml",
  "timestamp": 1655700759374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700762751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:52:57.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700758916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "policy-id",
  "timestamp": 1655700763765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:52:57.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "clamp",
  "timestamp": 1655700759805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "aai-ml",
  "timestamp": 1655700759374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700763825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:52:57.834Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "cds",
  "timestamp": 1655700763184,
  "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-06-20T04:52:57.852Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c81234ee-e402-4ae1-a94c-257914c2e818
2022-06-20T04:52:57.852Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81234ee-e402-4ae1-a94c-257914c2e818 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-06-20T04:52:57.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700758916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "policy-id",
  "timestamp": 1655700764768,
  "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-06-20T04:52:57.873Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c81234ee-e402-4ae1-a94c-257914c2e818
2022-06-20T04:52:57.874Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81234ee-e402-4ae1-a94c-257914c2e818 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-06-20T04:52:57.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "clamp",
  "timestamp": 1655700759805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "aai-ml",
  "timestamp": 1655700759374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700764988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:52:57.886Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700758916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "clamp",
  "timestamp": 1655700759805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "aai-ml",
  "timestamp": 1655700759374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700766027,
  "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-06-20T04:52:57.893Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c81234ee-e402-4ae1-a94c-257914c2e818
2022-06-20T04:52:57.893Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81234ee-e402-4ae1-a94c-257914c2e818 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-06-20T04:52:57.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700758916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "clamp",
  "timestamp": 1655700759805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "aai-ml",
  "timestamp": 1655700759374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700767031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:52:57.903Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700758916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "clamp",
  "timestamp": 1655700759805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "aai-ml",
  "timestamp": 1655700759374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:52:57.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700767679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:52:57.905Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "aai-ml",
  "timestamp": 1655700768128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:52:57.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700769991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:52:57.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700770994,
  "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-06-20T04:52:57.911Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c81234ee-e402-4ae1-a94c-257914c2e818
2022-06-20T04:52:57.911Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81234ee-e402-4ae1-a94c-257914c2e818 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-06-20T04:52:57.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700773985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700766769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "policy-id",
  "timestamp": 1655700771425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700766769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700773985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "policy-id",
  "timestamp": 1655700771425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:57.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:52:57.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "aai-ml",
  "timestamp": 1655700775729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:52:57.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:52:57.964Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:52:57.965Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T04:52:57.965Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"df61d68e-e60f-4292-90bd-82b846d8e05a","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"029f9be1-7a50-45c0-a474-f72be4f3d838","serviceDescription":"service","serviceInvariantUUID":"825ec830-39f9-4dc1-8d42-740b123c6214","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"da62d5a4-caff-4e9b-90fc-fa62628a0213","resourceInvariantUUID":"d8f64c43-4002-4cb7-a168-0b7395c61fef","resourceCustomizationUUID":"6eadb453-38d0-42ed-9e01-188585fd9cc2","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":"MWM2NWJmMzEzZWFjMmRjYTAzNGFlZGE2Zjk3NWFmYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15491cac-bbe6-4aa4-9127-bd865bf255e8","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":"NzQ4Y2JlOGNhNGI1OWEwZTIxOTY4Mzk2YzYxNTMwMGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7619ddd-f638-46bb-b50a-1a02e25364cf","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":"1787a707-93b7-479c-aeac-7d722df8851d","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":"88ef2d9f-0741-46c9-ad43-25ec01d8bda7","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":"3d5aaa6e-931e-450f-905b-9763e8121907","artifactVersion":"2","generatedFromUUID":"702de67e-7baf-4ba1-bf21-252377c5f925"},{"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":"7da73243-0acf-40b4-acb8-91427798b569","artifactVersion":"2","generatedFromUUID":"1787a707-93b7-479c-aeac-7d722df8851d"},{"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":"702de67e-7baf-4ba1-bf21-252377c5f925","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":"293ac6cf-a6ed-4c8b-be04-d7436c3e6cb3","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":"Nzk5MmQzYjY3ZWJmYWRiNjE0NDE2ZDQ2OTg2MTNjYjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d494c8cd-7dab-448a-b370-cc6d131488d9","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ODM0NDhjMDEyN2Q5OWY0ZTI0OTUxYjg0NDI3NmI3ZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d4b8644-5a0a-4350-90c4-8973f741ff8e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T04:52:57.968Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:52:57.969Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:52:57.973Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:52:57.973Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:52:58.077Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-20T04:52:58.078Z||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-06-20T04:52:58.078Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:52:58.096Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:52:58.097Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:52:58.974Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:52:58.975Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:52:58.977Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:52:58.978Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:52:59.077Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:52:59.078Z||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-06-20T04:52:59.078Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:52:59.094Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:52:59.094Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:52:59.978Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:52:59.979Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:52:59.982Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:52:59.983Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:53:00.082Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:53:00.083Z||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-06-20T04:53:00.083Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:00.097Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:00.097Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:00.984Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:53:00.984Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:00.988Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:00.989Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:53:01.088Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:53:01.089Z||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-06-20T04:53:01.089Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:01.104Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:01.104Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:53:01.989Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:53:01.990Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:01.992Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:01.993Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-20T04:53:02.093Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:53:02.093Z||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-06-20T04:53:02.094Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:02.108Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:02.108Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:02.994Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:53:02.995Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:02.999Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:02.999Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-20T04:53:03.098Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-20T04:53:03.099Z||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-06-20T04:53:03.099Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:03.117Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:03.118Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:04.000Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:53:04.001Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:04.003Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:04.003Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-20T04:53:04.103Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:53:04.104Z||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-06-20T04:53:04.104Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:04.123Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:04.124Z||pool-95-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:53:05.004Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:53:05.005Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:05.007Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:05.007Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:53:05.107Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:53:05.108Z||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-06-20T04:53:05.108Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:05.126Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:05.126Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:06.008Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:53:06.009Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:06.011Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:06.012Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:53:06.111Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:53:06.112Z||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-06-20T04:53:06.112Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:06.130Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:06.131Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:07.012Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:53:07.013Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:07.015Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:07.015Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:53:07.115Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:53:07.116Z||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-06-20T04:53:07.117Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:07.138Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:07.139Z||pool-98-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:53:08.016Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "029f9be1-7a50-45c0-a474-f72be4f3d838",
  "serviceDescription": "service",
  "serviceInvariantUUID": "825ec830-39f9-4dc1-8d42-740b123c6214",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "6eadb453-38d0-42ed-9e01-188585fd9cc2",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "da62d5a4-caff-4e9b-90fc-fa62628a0213",
      "resourceInvariantUUID": "d8f64c43-4002-4cb7-a168-0b7395c61fef",
      "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": "NzQ4Y2JlOGNhNGI1OWEwZTIxOTY4Mzk2YzYxNTMwMGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b7619ddd-f638-46bb-b50a-1a02e25364cf",
          "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": "1787a707-93b7-479c-aeac-7d722df8851d",
          "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": "7da73243-0acf-40b4-acb8-91427798b569",
            "generatedFromUUID": "1787a707-93b7-479c-aeac-7d722df8851d"
          },
          "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": "3d5aaa6e-931e-450f-905b-9763e8121907",
          "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": "7da73243-0acf-40b4-acb8-91427798b569",
          "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": "702de67e-7baf-4ba1-bf21-252377c5f925",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ODM0NDhjMDEyN2Q5OWY0ZTI0OTUxYjg0NDI3NmI3ZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5d4b8644-5a0a-4350-90c4-8973f741ff8e"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T04:53:08.017Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T04:53:08.017Z|afd2ef33-a389-4e44-afee-e9a42760e16a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 029f9be1-7a50-45c0-a474-f72be4f3d838 ASDC
2022-06-20T04:53:08.019Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:df61d68e-e60f-4292-90bd-82b846d8e05a
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:029f9be1-7a50-45c0-a474-f72be4f3d838
ServiceInvariantUUID:825ec830-39f9-4dc1-8d42-740b123c6214
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:5d4b8644-5a0a-4350-90c4-8973f741ff8e
ArtifactChecksum:ODM0NDhjMDEyN2Q5OWY0ZTI0OTUxYjg0NDI3NmI3ZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:6eadb453-38d0-42ed-9e01-188585fd9cc2
ResourceInvariantUUID:d8f64c43-4002-4cb7-a168-0b7395c61fef
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:da62d5a4-caff-4e9b-90fc-fa62628a0213
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:b7619ddd-f638-46bb-b50a-1a02e25364cf
ArtifactChecksum:NzQ4Y2JlOGNhNGI1OWEwZTIxOTY4Mzk2YzYxNTMwMGM=
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:1787a707-93b7-479c-aeac-7d722df8851d
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:7da73243-0acf-40b4-acb8-91427798b569
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:3d5aaa6e-931e-450f-905b-9763e8121907
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:7da73243-0acf-40b4-acb8-91427798b569
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:702de67e-7baf-4ba1-bf21-252377c5f925
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-20T04:53:08.019Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 029f9be1-7a50-45c0-a474-f72be4f3d838 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-06-20T04:53:08.061Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:53:08.062Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:53:08.063Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:53:08.063Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5d4b8644-5a0a-4350-90c4-8973f741ff8e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-20T04:53:08.063Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:53:08.064Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-20T04:53:08.137Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:53:08.147Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 5d4b8644-5a0a-4350-90c4-8973f741ff8e 158217
2022-06-20T04:53:08.147Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-20T04:53:08.148Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-20T04:53:08.148Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:53:08.148Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:08.151Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:08.151Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700788147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:53:08.251Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:53:08.252Z||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-06-20T04:53:08.252Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:08.268Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:08.268Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:09.151Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:53:09.153Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:53:09.153Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5d4b8644-5a0a-4350-90c4-8973f741ff8e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-20T04:53:09.153Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-20T04:53:09.154Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-20T04:53:09.154Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-20T04:53:09.323Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12074182828678756411/Definitions/service-BasicCnfMacro-template.yml
2022-06-20T04:53:10.676Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T04:53:10.677Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:53:10.677Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-20T04:53:10.677Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-20T04:53:10.677Z|df61d68e-e60f-4292-90bd-82b846d8e05a|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-BasicCnfMacro-csar.csar
2022-06-20T04:53:10.677Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:10.677Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:10.677Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:10.677Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:53:10.677Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:10.678Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:53:10.678Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T04:53:10.678Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:53:10.678Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:53:10.679Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:10.679Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:53:10.679Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T04:53:10.679Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:53:10.679Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:53:10.679Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:10.679Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:53:10.680Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:10.680Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-20T04:53:10.680Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-20T04:53:10.680Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-20T04:53:10.680Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T04:53:10.680Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:10.680Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T04:53:10.681Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:10.681Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T04:53:10.681Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:53:10.681Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:10.681Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T04:53:10.682Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:53:10.682Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:10.682Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T04:53:10.682Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:53:10.682Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:10.682Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T04:53:10.683Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:53:10.683Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:10.683Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-20T04:53:10.683Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-20T04:53:10.683Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=f8fd490e-7c09-4a8c-b14a-30a98b333146
2022-06-20T04:53:10.683Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:10.683Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:53:10.684Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:10.684Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:53:10.684Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:10.684Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:53:10.684Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:10.684Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:53:10.684Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:029f9be1-7a50-45c0-a474-f72be4f3d838
Model Version:NULL
Model InvariantUuid:825ec830-39f9-4dc1-8d42-740b123c6214
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:5a8929d8-8d9b-4c74-853a-a91423530902
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d8f64c43-4002-4cb7-a168-0b7395c61fef
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6eadb453-38d0-42ed-9e01-188585fd9cc2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f9cba4e7-5967-4a9b-a38c-a6ce5c405a95
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:dc8ce128-9627-4852-93b8-479c58c79d30
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:1108a66f-2405-4171-9446-0569bfe6aa12
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:59734f47-5d60-487a-ae72-5777df184391
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f8fd490e-7c09-4a8c-b14a-30a98b333146
ModelInvariantUuid:402b7eb8-d2a7-445d-98a3-91524e0b54bc
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ed7ca32a-a67c-4187-9c37-dae4e803b5bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:91d12f77-4163-4442-9270-0032cb74c57a
ModelInvariantUuid:ab43c459-77fb-425d-97c0-9a7723433b48
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:16e1556f-a2c4-4252-8ce1-c84147e63034
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-06-20T04:53:10.690Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: da62d5a4-caff-4e9b-90fc-fa62628a0213
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-06-20T04:53:10.695Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-06-20T04:53:10.695Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: da62d5a4-caff-4e9b-90fc-fa62628a0213
2022-06-20T04:53:10.695Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b7619ddd-f638-46bb-b50a-1a02e25364cf from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-20T04:53:10.695Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:53:10.695Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:10.752Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:53:10.753Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json b7619ddd-f638-46bb-b50a-1a02e25364cf 1565
2022-06-20T04:53:10.753Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:10.753Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:10.753Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:53:10.754Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:10.756Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:10.756Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700790753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:53:10.856Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:53:10.857Z||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-06-20T04:53:10.857Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:10.875Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:10.875Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:53:11.757Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "1108a66f-2405-4171-9446-0569bfe6aa12",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "59734f47-5d60-487a-ae72-5777df184391",
    "vfModuleModelCustomizationUUID": "cbce5b2a-967f-497e-8307-bb414cd3fd6c",
    "isBase": true,
    "artifacts": [
      "1787a707-93b7-479c-aeac-7d722df8851d",
      "7da73243-0acf-40b4-acb8-91427798b569"
    ],
    "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": "f9cba4e7-5967-4a9b-a38c-a6ce5c405a95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc8ce128-9627-4852-93b8-479c58c79d30",
    "vfModuleModelCustomizationUUID": "534d20c2-b4b2-4264-8fdd-334cd78fe46f",
    "isBase": false,
    "artifacts": [
      "702de67e-7baf-4ba1-bf21-252377c5f925"
    ],
    "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-06-20T04:53:11.762Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:59734f47-5d60-487a-ae72-5777df184391
VfModuleModelInvariantUUID:1108a66f-2405-4171-9446-0569bfe6aa12
VfModuleModelDescription:NULL
Artifacts UUID List:{
1787a707-93b7-479c-aeac-7d722df8851d
,
7da73243-0acf-40b4-acb8-91427798b569

}
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:dc8ce128-9627-4852-93b8-479c58c79d30
VfModuleModelInvariantUUID:f9cba4e7-5967-4a9b-a38c-a6ce5c405a95
VfModuleModelDescription:NULL
Artifacts UUID List:{
702de67e-7baf-4ba1-bf21-252377c5f925

}
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-06-20T04:53:11.764Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "1108a66f-2405-4171-9446-0569bfe6aa12",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "59734f47-5d60-487a-ae72-5777df184391",
    "vfModuleModelCustomizationUUID": "cbce5b2a-967f-497e-8307-bb414cd3fd6c",
    "isBase": true,
    "artifacts": [
      "1787a707-93b7-479c-aeac-7d722df8851d",
      "7da73243-0acf-40b4-acb8-91427798b569"
    ],
    "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": "f9cba4e7-5967-4a9b-a38c-a6ce5c405a95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc8ce128-9627-4852-93b8-479c58c79d30",
    "vfModuleModelCustomizationUUID": "534d20c2-b4b2-4264-8fdd-334cd78fe46f",
    "isBase": false,
    "artifacts": [
      "702de67e-7baf-4ba1-bf21-252377c5f925"
    ],
    "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-06-20T04:53:11.764Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:59734f47-5d60-487a-ae72-5777df184391
VfModuleModelInvariantUUID:1108a66f-2405-4171-9446-0569bfe6aa12
VfModuleModelDescription:NULL
Artifacts UUID List:{
1787a707-93b7-479c-aeac-7d722df8851d
,
7da73243-0acf-40b4-acb8-91427798b569

}
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:dc8ce128-9627-4852-93b8-479c58c79d30
VfModuleModelInvariantUUID:f9cba4e7-5967-4a9b-a38c-a6ce5c405a95
VfModuleModelDescription:NULL
Artifacts UUID List:{
702de67e-7baf-4ba1-bf21-252377c5f925

}
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-06-20T04:53:11.764Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1787a707-93b7-479c-aeac-7d722df8851d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-20T04:53:11.765Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:53:11.765Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:11.901Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:53:11.901Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 1787a707-93b7-479c-aeac-7d722df8851d 914
2022-06-20T04:53:11.901Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:11.901Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:11.901Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:53:11.902Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:11.903Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:11.903Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700791901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:53:12.003Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:53:12.004Z||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-06-20T04:53:12.004Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:12.018Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:12.019Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:12.904Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3d5aaa6e-931e-450f-905b-9763e8121907 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-20T04:53:12.904Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:53:12.904Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:12.965Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:53:12.965Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 3d5aaa6e-931e-450f-905b-9763e8121907 12
2022-06-20T04:53:12.965Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:12.965Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:12.965Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:53:12.966Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:12.967Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:12.967Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700792965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:53:13.067Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:53:13.068Z||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-06-20T04:53:13.068Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:13.090Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:13.090Z||pool-102-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:53:13.968Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7da73243-0acf-40b4-acb8-91427798b569 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-20T04:53:13.968Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:53:13.968Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:14.028Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:53:14.029Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 7da73243-0acf-40b4-acb8-91427798b569 96
2022-06-20T04:53:14.029Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:14.029Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:14.030Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:53:14.030Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:14.032Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:14.033Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700794029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:53:14.132Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:53:14.132Z||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-06-20T04:53:14.132Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:14.151Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:14.152Z||pool-103-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:15.033Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 702de67e-7baf-4ba1-bf21-252377c5f925 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-20T04:53:15.034Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:53:15.034Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:15.159Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:53:15.161Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 702de67e-7baf-4ba1-bf21-252377c5f925 20206
2022-06-20T04:53:15.161Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:15.161Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:15.161Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:53:15.161Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:15.165Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:15.165Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700795161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:53:15.265Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:53:15.266Z||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-06-20T04:53:15.266Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:15.284Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:15.284Z||pool-104-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:53:16.170Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 029f9be1-7a50-45c0-a474-f72be4f3d838
2022-06-20T04:53:16.171Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 da62d5a4-caff-4e9b-90fc-fa62628a0213 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-06-20T04:53:16.182Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a8cfb63, org.onap.sdc.toscaparser.api.parameters.Input@6096914d, org.onap.sdc.toscaparser.api.parameters.Input@75da1774, org.onap.sdc.toscaparser.api.parameters.Input@69d6c9f9, org.onap.sdc.toscaparser.api.parameters.Input@147c7043]
2022-06-20T04:53:16.183Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:16.183Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:53:16.184Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-20T04:53:16.184Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 6eadb453-38d0-42ed-9e01-188585fd9cc2
2022-06-20T04:53:16.184Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6eadb453-38d0-42ed-9e01-188585fd9cc2 matches Tosca VF Customization UUID: 6eadb453-38d0-42ed-9e01-188585fd9cc2
2022-06-20T04:53:16.184Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 6eadb453-38d0-42ed-9e01-188585fd9cc2  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-06-20T04:53:16.186Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:16.186Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:53:16.187Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 6eadb453-38d0-42ed-9e01-188585fd9cc2: {\"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-06-20T04:53:16.187Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a36cdeb
2022-06-20T04:53:16.187Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:16.187Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T04:53:16.188Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 534d20c2-b4b2-4264-8fdd-334cd78fe46f
2022-06-20T04:53:16.188Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 534d20c2-b4b2-4264-8fdd-334cd78fe46f
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-06-20T04:53:16.190Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:16.190Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T04:53:16.190Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:53:16.191Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:16.191Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T04:53:16.191Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:53:16.191Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:16.192Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T04:53:16.192Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6eadb453-38d0-42ed-9e01-188585fd9cc2
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-06-20T04:53:16.194Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:16.194Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:53:16.196Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 029f9be1-7a50-45c0-a474-f72be4f3d838: basic_cnf_macro
2022-06-20T04:53:16.196Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:16.197Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:53:16.197Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:16.197Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:53:16.198Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:16.198Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:53:16.198Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:16.199Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:53:16.199Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:53:16.199Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:53:16.199Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:16.244Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro da62d5a4-caff-4e9b-90fc-fa62628a0213 2 ASDC deployResourceStructure
2022-06-20T04:53:16.245Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:16.245Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:16.245Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:53:16.246Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:16.247Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:16.247Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700796245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:53:16.348Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:53:16.349Z||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-06-20T04:53:16.349Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:16.368Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:16.368Z||pool-105-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:17.249Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:17.250Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:17.250Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:53:17.250Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:17.253Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:17.253Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700797248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T04:53:17.353Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:53:17.354Z||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-06-20T04:53:17.354Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:17.371Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:17.371Z||pool-106-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:18.255Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:18.256Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:18.256Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-20T04:53:18.256Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:18.258Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:18.259Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700798254,
  "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-06-20T04:53:18.359Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:53:18.360Z||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-06-20T04:53:18.360Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:18.375Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:18.375Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:19.260Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:19.260Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:19.260Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:53:19.261Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:19.262Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:19.262Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700799260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-20T04:53:19.362Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:53:19.363Z||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-06-20T04:53:19.363Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:19.377Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:19.377Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:20.263Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:20.263Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||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-06-20T04:53:20.264Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-20T04:53:20.264Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:20.265Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:20.265Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700800263,
  "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-06-20T04:53:20.366Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:53:20.366Z||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-06-20T04:53:20.366Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:20.383Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:20.384Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:53:21.266Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-20T04:53:21.266Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-20T04:53:21.266Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:53:21.267Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:21.270Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:21.270Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700801266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:53:21.370Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:53:21.370Z||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-06-20T04:53:21.371Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:21.388Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:21.388Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:22.273Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df61d68e-e60f-4292-90bd-82b846d8e05a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:53:22.297Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df61d68e-e60f-4292-90bd-82b846d8e05a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:53:22.300Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:53:22.300Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T04:53:22.300Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T04:53:22.300Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T04:53:22.301Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:53:22.301Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:53:22.301Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:53:22.301Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:53:22.301Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:53:22.301Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:53:22.301Z|df61d68e-e60f-4292-90bd-82b846d8e05a|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-06-20T04:53:22.306Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T04:53:52.307Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df61d68e-e60f-4292-90bd-82b846d8e05a 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-06-20T04:53:52.315Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df61d68e-e60f-4292-90bd-82b846d8e05a and serviceModelVersionId: 029f9be1-7a50-45c0-a474-f72be4f3d838
2022-06-20T04:53:52.316Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 825ec830-39f9-4dc1-8d42-740b123c6214
2022-06-20T04:53:52.317Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/825ec830-39f9-4dc1-8d42-740b123c6214/model-vers/model-ver/029f9be1-7a50-45c0-a474-f72be4f3d838?depth=0
2022-06-20T04:53:52.324Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T04:53:52.370Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825ec830-39f9-4dc1-8d42-740b123c6214/model-vers/model-ver/029f9be1-7a50-45c0-a474-f72be4f3d838?depth=0|INFO|500||Invoke
2022-06-20T04:53:52.371Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825ec830-39f9-4dc1-8d42-740b123c6214/model-vers/model-ver/029f9be1-7a50-45c0-a474-f72be4f3d838?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825ec830-39f9-4dc1-8d42-740b123c6214/model-vers/model-ver/029f9be1-7a50-45c0-a474-f72be4f3d838?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[df61d68e-e60f-4292-90bd-82b846d8e05a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e84725b-959d-4adc-8661-61c381e14243], X-ECOMP-RequestID=[df61d68e-e60f-4292-90bd-82b846d8e05a], X-TransactionId=[], X-ONAP-RequestID=[df61d68e-e60f-4292-90bd-82b846d8e05a], Content-Type=[application/merge-patch+json]}
2022-06-20T04:53:52.397Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825ec830-39f9-4dc1-8d42-740b123c6214/model-vers/model-ver/029f9be1-7a50-45c0-a474-f72be4f3d838?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T04:53:52.483Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825ec830-39f9-4dc1-8d42-740b123c6214/model-vers/model-ver/029f9be1-7a50-45c0-a474-f72be4f3d838?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/825ec830-39f9-4dc1-8d42-740b123c6214/model-vers/model-ver/029f9be1-7a50-45c0-a474-f72be4f3d838?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220620-04:53:52:404-93507], vertex-id=[311544], Content-Length=[0], Date=[Mon, 20 Jun 2022 04:53:52 GMT], Content-Type=[application/json]}
2022-06-20T04:53:52.484Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825ec830-39f9-4dc1-8d42-740b123c6214/model-vers/model-ver/029f9be1-7a50-45c0-a474-f72be4f3d838?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-20T04:53:52.484Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825ec830-39f9-4dc1-8d42-740b123c6214/model-vers/model-ver/029f9be1-7a50-45c0-a474-f72be4f3d838?depth=0|INFO|500||InvokeReturn
2022-06-20T04:53:52.484Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T04:53:52.485Z|df61d68e-e60f-4292-90bd-82b846d8e05a|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-06-20T04:53:52.492Z|df61d68e-e60f-4292-90bd-82b846d8e05a|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-06-20T04:53:52.492Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df61d68e-e60f-4292-90bd-82b846d8e05a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T04:53:52.493Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T04:53:52.493Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:52.495Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:52.495Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700832493,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:53:52.595Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:53:52.596Z||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-06-20T04:53:52.596Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:52.613Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:52.613Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 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-06-20T04:53:53.517Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T04:53:53.517Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c81234ee-e402-4ae1-a94c-257914c2e818","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"11e71302-cecf-4695-91d8-61130f85fc41","serviceDescription":"service","serviceInvariantUUID":"efe1911b-d444-425a-818d-f849e3cd9c2d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0aceff93-9b59-4aa2-9c86-c32c44a6b007","resourceInvariantUUID":"4e836dbb-1be6-4c1c-96ec-e621fb4b77fe","resourceCustomizationUUID":"68a011a4-62cc-4f18-8c67-733a9515a14f","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":"MmMwYTEyZGRmNjUxOTk5N2VkZjQ4NmY5YzViNzJlYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a762d71d-50bf-4b37-8f9b-072fcf9248cc","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":"OGM4MGJkZWJkMzM5YjIxOGU0NzMwZTBlNDQzOWVkZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ebc2a4ae-d1a2-4695-a6df-c5f6a9ec842a","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":"2d365c86-6c34-436b-9b60-cf59fdd7e49a","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":"74f6a569-7e02-4ae0-a7c7-f36544e3519b","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":"e2c3989e-bf2d-41c6-af51-64fb53414654","artifactVersion":"2","generatedFromUUID":"2d365c86-6c34-436b-9b60-cf59fdd7e49a"},{"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":"OWQ3NDYxYTVjYTBlYjQ1MzQyZTkzNjQ2YjgxZGEzM2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"113cff30-5bf9-4204-bdd8-38062c4226c3","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":"ZmI4NDVhYjU0ZTUwZDNiYTQ4YzkzZDgwNzM1NjQ5ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b8faf688-9151-4740-b40d-9e21313cf08c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MWYwOWI1MTEzZjQ5ZjFjYzhiMjgwMTVkOTI0OTczY2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cf9eab29-ffe1-4436-a65d-e5c0d9301e57","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T04:53:53.518Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:53:53.518Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:53.519Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:53.519Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:53:53.620Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:53:53.620Z||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-06-20T04:53:53.620Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:53.652Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:53.652Z||pool-112-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:54.520Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:53:54.521Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:54.522Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:54.522Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:53:54.622Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:53:54.623Z||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-06-20T04:53:54.623Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:54.638Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:54.639Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:53:55.523Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:53:55.523Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:55.525Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:55.525Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:53:55.625Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:53:55.626Z||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-06-20T04:53:55.626Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:55.654Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:55.655Z||pool-114-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:56.526Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:53:56.526Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:56.528Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:56.528Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:53:56.628Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:53:56.629Z||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-06-20T04:53:56.629Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:56.644Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:56.644Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:57.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:53:57.332Z||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-06-20T04:53:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:57.358Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:57.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:53:57.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700766769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:53:57.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:53:57.529Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:53:57.530Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:57.532Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:57.532Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-20T04:53:57.632Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:53:57.633Z||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-06-20T04:53:57.633Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:57.649Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:57.650Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:53:58.533Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:53:58.534Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:58.536Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:58.536Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:53:58.636Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:53:58.637Z||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-06-20T04:53:58.637Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:58.657Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:58.657Z||pool-117-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:53:59.537Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:53:59.538Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:53:59.540Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:53:59.540Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:53:59.640Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:53:59.641Z||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-06-20T04:53:59.641Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:53:59.684Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:53:59.685Z||pool-118-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:54:00.541Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:54:00.543Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:54:00.545Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:54:00.545Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:54:00.646Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:54:00.647Z||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-06-20T04:54:00.647Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:54:00.664Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:54:00.665Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:54:01.548Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "11e71302-cecf-4695-91d8-61130f85fc41",
  "serviceDescription": "service",
  "serviceInvariantUUID": "efe1911b-d444-425a-818d-f849e3cd9c2d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "68a011a4-62cc-4f18-8c67-733a9515a14f",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0aceff93-9b59-4aa2-9c86-c32c44a6b007",
      "resourceInvariantUUID": "4e836dbb-1be6-4c1c-96ec-e621fb4b77fe",
      "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": "OGM4MGJkZWJkMzM5YjIxOGU0NzMwZTBlNDQzOWVkZjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ebc2a4ae-d1a2-4695-a6df-c5f6a9ec842a",
          "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": "2d365c86-6c34-436b-9b60-cf59fdd7e49a",
          "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": "e2c3989e-bf2d-41c6-af51-64fb53414654",
            "generatedFromUUID": "2d365c86-6c34-436b-9b60-cf59fdd7e49a"
          },
          "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": "e2c3989e-bf2d-41c6-af51-64fb53414654",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MWYwOWI1MTEzZjQ5ZjFjYzhiMjgwMTVkOTI0OTczY2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cf9eab29-ffe1-4436-a65d-e5c0d9301e57"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T04:54:01.549Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T04:54:01.549Z|df61d68e-e60f-4292-90bd-82b846d8e05a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 11e71302-cecf-4695-91d8-61130f85fc41 ASDC
2022-06-20T04:54:01.550Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c81234ee-e402-4ae1-a94c-257914c2e818
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:11e71302-cecf-4695-91d8-61130f85fc41
ServiceInvariantUUID:efe1911b-d444-425a-818d-f849e3cd9c2d
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:cf9eab29-ffe1-4436-a65d-e5c0d9301e57
ArtifactChecksum:MWYwOWI1MTEzZjQ5ZjFjYzhiMjgwMTVkOTI0OTczY2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:68a011a4-62cc-4f18-8c67-733a9515a14f
ResourceInvariantUUID:4e836dbb-1be6-4c1c-96ec-e621fb4b77fe
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:0aceff93-9b59-4aa2-9c86-c32c44a6b007
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:ebc2a4ae-d1a2-4695-a6df-c5f6a9ec842a
ArtifactChecksum:OGM4MGJkZWJkMzM5YjIxOGU0NzMwZTBlNDQzOWVkZjk=
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:2d365c86-6c34-436b-9b60-cf59fdd7e49a
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:e2c3989e-bf2d-41c6-af51-64fb53414654
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:e2c3989e-bf2d-41c6-af51-64fb53414654
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-20T04:54:01.550Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 11e71302-cecf-4695-91d8-61130f85fc41 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-06-20T04:54:01.593Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:54:01.594Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:54:01.594Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:54:01.595Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cf9eab29-ffe1-4436-a65d-e5c0d9301e57 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-20T04:54:01.595Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:54:01.595Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-20T04:54:01.696Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:54:01.700Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar cf9eab29-ffe1-4436-a65d-e5c0d9301e57 78808
2022-06-20T04:54:01.700Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-20T04:54:01.700Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-20T04:54:01.701Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:54:01.701Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:54:01.704Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:54:01.704Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700841700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:54:01.803Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:54:01.804Z||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-06-20T04:54:01.804Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:54:01.820Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:54:01.821Z||pool-120-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:54:02.704Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:54:02.706Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:54:02.706Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: cf9eab29-ffe1-4436-a65d-e5c0d9301e57, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-20T04:54:02.708Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-20T04:54:02.709Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-20T04:54:02.709Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-20T04:54:03.012Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15011129727663972886/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-06-20T04:54:04.387Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T04:54:04.388Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:54:04.388Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-20T04:54:04.388Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-20T04:54:04.388Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:04.388Z|c81234ee-e402-4ae1-a94c-257914c2e818|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-BasicVmMacro-csar.csar
2022-06-20T04:54:04.388Z|c81234ee-e402-4ae1-a94c-257914c2e818|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-BasicVmMacro-csar.csar
2022-06-20T04:54:04.388Z|c81234ee-e402-4ae1-a94c-257914c2e818|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-BasicVmMacro-csar.csar
2022-06-20T04:54:04.388Z|c81234ee-e402-4ae1-a94c-257914c2e818|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-BasicVmMacro-csar.csar
2022-06-20T04:54:04.388Z|c81234ee-e402-4ae1-a94c-257914c2e818|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-BasicVmMacro-csar.csar
2022-06-20T04:54:04.388Z|c81234ee-e402-4ae1-a94c-257914c2e818|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-BasicVmMacro-csar.csar
2022-06-20T04:54:04.389Z|c81234ee-e402-4ae1-a94c-257914c2e818|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-BasicVmMacro-csar.csar
2022-06-20T04:54:04.389Z|c81234ee-e402-4ae1-a94c-257914c2e818|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-BasicVmMacro-csar.csar
2022-06-20T04:54:04.389Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:54:04.389Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:04.389Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:54:04.389Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T04:54:04.389Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:54:04.390Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:54:04.390Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:04.390Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:54:04.390Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T04:54:04.390Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:54:04.390Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:54:04.391Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:04.391Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:54:04.391Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:04.391Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-20T04:54:04.391Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-20T04:54:04.391Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-20T04:54:04.392Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-20T04:54:04.392Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-20T04:54:04.392Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T04:54:04.392Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:04.392Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T04:54:04.393Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:04.393Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T04:54:04.393Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:54:04.394Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:04.394Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T04:54:04.394Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:54:04.394Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:04.395Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T04:54:04.395Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:54:04.395Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:04.395Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-20T04:54:04.395Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-20T04:54:04.396Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-20T04:54:04.396Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ef162948-e067-4718-813e-c0f500999dfa
2022-06-20T04:54:04.396Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:04.396Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:54:04.397Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:04.397Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:54:04.397Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:04.397Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:54:04.397Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:04.397Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:54:04.398Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:11e71302-cecf-4695-91d8-61130f85fc41
Model Version:NULL
Model InvariantUuid:efe1911b-d444-425a-818d-f849e3cd9c2d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:d49f2f31-0db2-42fe-ac74-92701698b1e6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4e836dbb-1be6-4c1c-96ec-e621fb4b77fe
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:68a011a4-62cc-4f18-8c67-733a9515a14f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e13e88e5-4ada-4e0c-84f6-12209c01fc87
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:08442881-f22c-4a2a-92da-83f71041c352
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ef162948-e067-4718-813e-c0f500999dfa
ModelInvariantUuid:f3487360-e6d4-4f82-a1d6-b66d4b707f0d
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:7c158274-e16a-4b1d-8a44-4498b1dac57a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d8f506c9-ec52-4702-8137-97e7149b7dd7
ModelInvariantUuid:19cef633-d67c-4bed-a6b5-524eb14ed860
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:28744a78-0031-4f93-b2a4-ee58647c2476
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-06-20T04:54:04.404Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0aceff93-9b59-4aa2-9c86-c32c44a6b007
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-06-20T04:54:04.408Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-06-20T04:54:04.409Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0aceff93-9b59-4aa2-9c86-c32c44a6b007
2022-06-20T04:54:04.409Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ebc2a4ae-d1a2-4695-a6df-c5f6a9ec842a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-20T04:54:04.409Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:54:04.410Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:04.647Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:54:04.647Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ebc2a4ae-d1a2-4695-a6df-c5f6a9ec842a 792
2022-06-20T04:54:04.648Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:04.648Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:04.648Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:54:04.649Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:54:04.652Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:54:04.652Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700844648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:54:04.752Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:54:04.753Z||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-06-20T04:54:04.753Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:54:04.790Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:54:04.791Z||pool-121-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:54:05.653Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e13e88e5-4ada-4e0c-84f6-12209c01fc87",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "08442881-f22c-4a2a-92da-83f71041c352",
    "vfModuleModelCustomizationUUID": "21b0f777-70b3-4959-b6c0-29524f20bf8d",
    "isBase": true,
    "artifacts": [
      "2d365c86-6c34-436b-9b60-cf59fdd7e49a",
      "e2c3989e-bf2d-41c6-af51-64fb53414654"
    ],
    "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-06-20T04:54:05.658Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:08442881-f22c-4a2a-92da-83f71041c352
VfModuleModelInvariantUUID:e13e88e5-4ada-4e0c-84f6-12209c01fc87
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d365c86-6c34-436b-9b60-cf59fdd7e49a
,
e2c3989e-bf2d-41c6-af51-64fb53414654

}
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-06-20T04:54:05.664Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e13e88e5-4ada-4e0c-84f6-12209c01fc87",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "08442881-f22c-4a2a-92da-83f71041c352",
    "vfModuleModelCustomizationUUID": "21b0f777-70b3-4959-b6c0-29524f20bf8d",
    "isBase": true,
    "artifacts": [
      "2d365c86-6c34-436b-9b60-cf59fdd7e49a",
      "e2c3989e-bf2d-41c6-af51-64fb53414654"
    ],
    "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-06-20T04:54:05.665Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:08442881-f22c-4a2a-92da-83f71041c352
VfModuleModelInvariantUUID:e13e88e5-4ada-4e0c-84f6-12209c01fc87
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d365c86-6c34-436b-9b60-cf59fdd7e49a
,
e2c3989e-bf2d-41c6-af51-64fb53414654

}
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-06-20T04:54:05.665Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2d365c86-6c34-436b-9b60-cf59fdd7e49a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-20T04:54:05.665Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:54:05.665Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:05.811Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:54:05.811Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2d365c86-6c34-436b-9b60-cf59fdd7e49a 5033
2022-06-20T04:54:05.812Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:05.812Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:05.812Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:54:05.812Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:54:05.814Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:54:05.814Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700845811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:54:05.915Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:54:05.915Z||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-06-20T04:54:05.916Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:54:05.935Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:54:05.935Z||pool-122-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:54:06.817Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e2c3989e-bf2d-41c6-af51-64fb53414654 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-20T04:54:06.817Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:54:06.817Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:06.942Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:54:06.943Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e2c3989e-bf2d-41c6-af51-64fb53414654 903
2022-06-20T04:54:06.944Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:06.944Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:06.944Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:54:06.945Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:54:06.947Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:54:06.947Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700846944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:54:07.047Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:54:07.048Z||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-06-20T04:54:07.048Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:54:07.085Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:54:07.086Z||pool-123-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:54:07.948Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 11e71302-cecf-4695-91d8-61130f85fc41
2022-06-20T04:54:07.948Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0aceff93-9b59-4aa2-9c86-c32c44a6b007 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-06-20T04:54:07.983Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2690cee, org.onap.sdc.toscaparser.api.parameters.Input@4d2df6bd, org.onap.sdc.toscaparser.api.parameters.Input@3e696c28, org.onap.sdc.toscaparser.api.parameters.Input@2c979853, org.onap.sdc.toscaparser.api.parameters.Input@66d3ff53]
2022-06-20T04:54:07.985Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:07.985Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:54:07.985Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-20T04:54:07.986Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 68a011a4-62cc-4f18-8c67-733a9515a14f
2022-06-20T04:54:07.986Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 68a011a4-62cc-4f18-8c67-733a9515a14f matches Tosca VF Customization UUID: 68a011a4-62cc-4f18-8c67-733a9515a14f
2022-06-20T04:54:07.986Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 68a011a4-62cc-4f18-8c67-733a9515a14f  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-06-20T04:54:07.990Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:07.990Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:54:07.990Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 68a011a4-62cc-4f18-8c67-733a9515a14f: {\"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-06-20T04:54:07.991Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21510ac2
2022-06-20T04:54:07.991Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:07.991Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T04:54:07.992Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 21b0f777-70b3-4959-b6c0-29524f20bf8d
2022-06-20T04:54:07.992Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 21b0f777-70b3-4959-b6c0-29524f20bf8d
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-06-20T04:54:07.994Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:07.995Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T04:54:07.995Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:54:07.995Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:07.995Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T04:54:07.996Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:54:07.996Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:07.996Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-20T04:54:07.997Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-20T04:54:07.997Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-20T04:54:07.997Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ef162948-e067-4718-813e-c0f500999dfa
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-06-20T04:54:08.000Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:08.000Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T04:54:08.000Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:54:08.001Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:08.001Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T04:54:08.001Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=68a011a4-62cc-4f18-8c67-733a9515a14f
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-06-20T04:54:08.003Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:08.003Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:54:08.004Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 11e71302-cecf-4695-91d8-61130f85fc41: basic_vm_macro
2022-06-20T04:54:08.004Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:08.004Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:54:08.004Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:08.005Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:54:08.005Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:08.005Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:54:08.005Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:08.006Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:54:08.006Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:54:08.006Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:54:08.006Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:08.103Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0aceff93-9b59-4aa2-9c86-c32c44a6b007 1 ASDC deployResourceStructure
2022-06-20T04:54:08.104Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:08.104Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:08.104Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:54:08.105Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:54:08.106Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:54:08.106Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700848104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:54:08.207Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:54:08.207Z||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-06-20T04:54:08.208Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:54:08.225Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:54:08.226Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:54:09.107Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:09.108Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:09.108Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:54:09.110Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:54:09.112Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:54:09.112Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700849107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T04:54:09.214Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-20T04:54:09.214Z||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-06-20T04:54:09.214Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:54:09.228Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:54:09.229Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:54:10.113Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:10.114Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||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-06-20T04:54:10.114Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:54:10.114Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:54:10.116Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:54:10.116Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700850113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-20T04:54:10.216Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:54:10.217Z||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-06-20T04:54:10.217Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:54:10.235Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:54:10.236Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:54:11.117Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-20T04:54:11.118Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-20T04:54:11.118Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:54:11.119Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:54:11.120Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:54:11.121Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700851117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:54:11.221Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:54:11.221Z||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-06-20T04:54:11.222Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:54:11.236Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:54:11.237Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:54:12.121Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c81234ee-e402-4ae1-a94c-257914c2e818
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:54:12.133Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c81234ee-e402-4ae1-a94c-257914c2e818
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:54:12.135Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:54:12.135Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T04:54:12.136Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T04:54:42.136Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c81234ee-e402-4ae1-a94c-257914c2e818
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:54:42.147Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c81234ee-e402-4ae1-a94c-257914c2e818
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:54:42.149Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:54:42.150Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T04:54:42.150Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T04:54:57.330Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:54:57.331Z||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-06-20T04:54:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:54:57.367Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:54:57.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:54:57.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700773985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:54:57.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:12.150Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c81234ee-e402-4ae1-a94c-257914c2e818
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:55:12.166Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c81234ee-e402-4ae1-a94c-257914c2e818
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:55:12.169Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:55:12.169Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T04:55:12.169Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T04:55:42.169Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c81234ee-e402-4ae1-a94c-257914c2e818
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:55:42.180Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c81234ee-e402-4ae1-a94c-257914c2e818
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:55:42.182Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:55:42.182Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T04:55:42.182Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T04:55:57.330Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:55:57.331Z||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-06-20T04:55:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:55:57.375Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:55:57.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "policy-id",
  "timestamp": 1655700771425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "aai-ml",
  "timestamp": 1655700776732,
  "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-06-20T04:55:57.385Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c81234ee-e402-4ae1-a94c-257914c2e818
2022-06-20T04:55:57.385Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81234ee-e402-4ae1-a94c-257914c2e818 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-06-20T04:55:57.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700766769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700773985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "policy-id",
  "timestamp": 1655700771425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:55:57.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "clamp",
  "timestamp": 1655700778794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:55:57.396Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700766769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "policy-id",
  "timestamp": 1655700771425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700773985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:55:57.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700766769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700773985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "policy-id",
  "timestamp": 1655700771425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "cds",
  "timestamp": 1655700779394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700766769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:55:57.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "policy-id",
  "timestamp": 1655700771425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700773985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "cds",
  "timestamp": 1655700779394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-20T04:55:57.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "clamp",
  "timestamp": 1655700781802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:55:57.402Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700766769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700773985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "policy-id",
  "timestamp": 1655700771425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "cds",
  "timestamp": 1655700779394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-20T04:55:57.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "clamp",
  "timestamp": 1655700782806,
  "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-06-20T04:55:57.408Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c81234ee-e402-4ae1-a94c-257914c2e818
2022-06-20T04:55:57.408Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81234ee-e402-4ae1-a94c-257914c2e818 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-06-20T04:55:57.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700766769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655700773985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:55:57.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "policy-id",
  "timestamp": 1655700771425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:55:57.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "cds",
  "timestamp": 1655700779394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-20T04:55:57.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700784749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:55:57.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "policy-id",
  "timestamp": 1655700784781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:55:57.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "cds",
  "timestamp": 1655700779394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700785785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T04:55:57.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "policy-id",
  "timestamp": 1655700785785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:55:57.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "cds",
  "timestamp": 1655700779394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655700786788,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:55:57.445Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 50278199-274b-4766-b466-d12c9a378ce2
2022-06-20T04:55:57.445Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50278199-274b-4766-b466-d12c9a378ce2 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-06-20T04:55:57.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "policy-id",
  "timestamp": 1655700786792,
  "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-06-20T04:55:57.459Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50278199-274b-4766-b466-d12c9a378ce2
2022-06-20T04:55:57.459Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50278199-274b-4766-b466-d12c9a378ce2 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-06-20T04:55:57.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "cds",
  "timestamp": 1655700779394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:55:57.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "cds",
  "timestamp": 1655700779394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700788147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:55:57.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "cds",
  "timestamp": 1655700779394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:55:57.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "clamp",
  "timestamp": 1655700788215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "cds",
  "timestamp": 1655700789141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:55:57.470Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "clamp",
  "timestamp": 1655700788215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700788916,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700790753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:55:57.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "aai-ml",
  "timestamp": 1655700789374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "clamp",
  "timestamp": 1655700788215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "cds",
  "timestamp": 1655700790423,
  "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=?
2022-06-20T04:55:57.477Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 50278199-274b-4766-b466-d12c9a378ce2
2022-06-20T04:55:57.478Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50278199-274b-4766-b466-d12c9a378ce2 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-06-20T04:55:57.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700788916,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "aai-ml",
  "timestamp": 1655700789374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700791901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:55:57.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "clamp",
  "timestamp": 1655700788215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700788916,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "aai-ml",
  "timestamp": 1655700789374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700792965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:55:57.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "clamp",
  "timestamp": 1655700788215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700788916,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "aai-ml",
  "timestamp": 1655700789374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700794029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:55:57.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "clamp",
  "timestamp": 1655700788215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700788916,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "aai-ml",
  "timestamp": 1655700789374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700795161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:55:57.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "clamp",
  "timestamp": 1655700788215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700788916,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "aai-ml",
  "timestamp": 1655700789374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "clamp",
  "timestamp": 1655700788215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700796245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:55:57.493Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700788916,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "aai-ml",
  "timestamp": 1655700789374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "clamp",
  "timestamp": 1655700788215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:55:57.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700797248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T04:55:57.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700788916,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "aai-ml",
  "timestamp": 1655700789374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700798254,
  "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-06-20T04:55:57.497Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700788916,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:55:57.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "aai-ml",
  "timestamp": 1655700789374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:55:57.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700799260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-20T04:55:57.498Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700798749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:55:57.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "aai-ml",
  "timestamp": 1655700799173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:55:57.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700800263,
  "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-06-20T04:55:57.500Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700801266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:55:57.500Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700800631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:55:57.501Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "clamp",
  "timestamp": 1655700801804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:55:57.501Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655700801636,
  "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-06-20T04:55:57.507Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 50278199-274b-4766-b466-d12c9a378ce2
2022-06-20T04:55:57.508Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50278199-274b-4766-b466-d12c9a378ce2 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-06-20T04:55:57.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "clamp",
  "timestamp": 1655700803813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:55:57.520Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "clamp",
  "timestamp": 1655700804816,
  "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-06-20T04:55:57.532Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 50278199-274b-4766-b466-d12c9a378ce2
2022-06-20T04:55:57.533Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50278199-274b-4766-b466-d12c9a378ce2 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-06-20T04:55:57.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "aai-ml",
  "timestamp": 1655700804717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:55:57.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "aai-ml",
  "timestamp": 1655700805720,
  "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-06-20T04:55:57.551Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 50278199-274b-4766-b466-d12c9a378ce2
2022-06-20T04:55:57.551Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50278199-274b-4766-b466-d12c9a378ce2 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-06-20T04:55:57.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df61d68e-e60f-4292-90bd-82b846d8e05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700832493,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:55:57.560Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:55:57.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T04:55:57.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-20T04:55:57.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:55:57.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:55:57.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:55:57.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:56:12.182Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c81234ee-e402-4ae1-a94c-257914c2e818
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:56:12.193Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c81234ee-e402-4ae1-a94c-257914c2e818
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:56:12.195Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:56:12.195Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T04:56:12.195Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T04:56:12.195Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T04:56:12.196Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:56:12.196Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:56:12.196Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:56:12.196Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:56:12.196Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:56:12.197Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:56:12.197Z|c81234ee-e402-4ae1-a94c-257914c2e818|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-06-20T04:56:12.202Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T04:56:42.202Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c81234ee-e402-4ae1-a94c-257914c2e818 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-06-20T04:56:42.209Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c81234ee-e402-4ae1-a94c-257914c2e818 and serviceModelVersionId: 11e71302-cecf-4695-91d8-61130f85fc41
2022-06-20T04:56:42.209Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : efe1911b-d444-425a-818d-f849e3cd9c2d
2022-06-20T04:56:42.210Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/efe1911b-d444-425a-818d-f849e3cd9c2d/model-vers/model-ver/11e71302-cecf-4695-91d8-61130f85fc41?depth=0
2022-06-20T04:56:42.213Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T04:56:42.252Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efe1911b-d444-425a-818d-f849e3cd9c2d/model-vers/model-ver/11e71302-cecf-4695-91d8-61130f85fc41?depth=0|INFO|500||Invoke
2022-06-20T04:56:42.252Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efe1911b-d444-425a-818d-f849e3cd9c2d/model-vers/model-ver/11e71302-cecf-4695-91d8-61130f85fc41?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efe1911b-d444-425a-818d-f849e3cd9c2d/model-vers/model-ver/11e71302-cecf-4695-91d8-61130f85fc41?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c81234ee-e402-4ae1-a94c-257914c2e818], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1f10dc52-80b6-4e1e-b571-873c76288165], X-ECOMP-RequestID=[c81234ee-e402-4ae1-a94c-257914c2e818], X-TransactionId=[], X-ONAP-RequestID=[c81234ee-e402-4ae1-a94c-257914c2e818], Content-Type=[application/merge-patch+json]}
2022-06-20T04:56:42.272Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efe1911b-d444-425a-818d-f849e3cd9c2d/model-vers/model-ver/11e71302-cecf-4695-91d8-61130f85fc41?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T04:56:42.370Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efe1911b-d444-425a-818d-f849e3cd9c2d/model-vers/model-ver/11e71302-cecf-4695-91d8-61130f85fc41?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/efe1911b-d444-425a-818d-f849e3cd9c2d/model-vers/model-ver/11e71302-cecf-4695-91d8-61130f85fc41?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220620-04:56:42:287-16135], vertex-id=[266384], Content-Length=[0], Date=[Mon, 20 Jun 2022 04:56:42 GMT], Content-Type=[application/json]}
2022-06-20T04:56:42.370Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efe1911b-d444-425a-818d-f849e3cd9c2d/model-vers/model-ver/11e71302-cecf-4695-91d8-61130f85fc41?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-20T04:56:42.373Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efe1911b-d444-425a-818d-f849e3cd9c2d/model-vers/model-ver/11e71302-cecf-4695-91d8-61130f85fc41?depth=0|INFO|500||InvokeReturn
2022-06-20T04:56:42.373Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T04:56:42.374Z|c81234ee-e402-4ae1-a94c-257914c2e818|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-06-20T04:56:42.392Z|c81234ee-e402-4ae1-a94c-257914c2e818|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-06-20T04:56:42.393Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c81234ee-e402-4ae1-a94c-257914c2e818 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T04:56:42.393Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T04:56:42.393Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:56:42.396Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:56:42.397Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655701002393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:56:42.497Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:56:42.498Z||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-06-20T04:56:42.498Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:56:42.522Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:56:42.524Z||pool-128-thread-1|||||INFO|500||cambria reply ok (27 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-06-20T04:56:43.411Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T04:56:43.411Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"50278199-274b-4766-b466-d12c9a378ce2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6242bfbd-1f3d-49b6-8503-8581c3689701","serviceDescription":"service","serviceInvariantUUID":"f8ae5e64-16b6-49f9-9e6c-07623bd3ae89","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"730e8789-7655-41d5-8273-9f3a7733a68f","resourceInvariantUUID":"04f93fda-ab66-4222-bdaa-3bb8294e76b9","resourceCustomizationUUID":"5f7bd159-c7a9-489f-b5f8-d1e272aeb1c3","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":"OGFjZjBmYWJiOWI1NzgzZDc3MmE0MDVjZjU2YmM1ZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"186d8e22-4a18-44a7-ac35-8da7634b21c2","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":"2e327083-4337-4274-a4a4-d131508e43ef","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":"65da53ba-d0c3-4c4f-883e-a4f79595b460","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":"YmFhZTNiYTg3OTc2YWQ4OTFlODU2ODhjNTQ0MjMzYzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8304f49b-7116-48ad-8ac3-3bb98e62d8bf","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":"8033b87e-c38f-4793-a601-d44a3eae3959","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":"f2fc7fa9-0702-46bc-b1cd-690a13ad714f","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":"08dcb73b-e67b-4bb9-9b00-1e2a55897b75","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":"OGY2YjY4Y2I0ZDkzNDIwOGM3MDY1MDc0NTAxNTk3NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f8994664-3110-415a-9a34-55add93f91a4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjJkMGVhMDI1NmIzZGU2YzI0MTBkZDg3N2U5MGU4Yjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9570a377-929a-4bb2-82ac-c4d6b6b443a5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T04:56:43.412Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:56:43.412Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:56:43.415Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:56:43.415Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:56:43.515Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:56:43.517Z||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-06-20T04:56:43.517Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:56:43.531Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:56:43.532Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:56:44.416Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:56:44.417Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:56:44.418Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:56:44.418Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:56:44.519Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:56:44.520Z||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-06-20T04:56:44.520Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:56:44.561Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:56:44.562Z||pool-130-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:56:45.421Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:56:45.422Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:56:45.426Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:56:45.426Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:56:45.525Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-20T04:56:45.525Z||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-06-20T04:56:45.525Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:56:45.545Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:56:45.545Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:56:46.426Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:56:46.427Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:56:46.433Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:56:46.433Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:56:46.532Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:56:46.533Z||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-06-20T04:56:46.533Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:56:46.560Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:56:46.561Z||pool-132-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:56:47.434Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:56:47.435Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:56:47.442Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:56:47.443Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:56:47.537Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-20T04:56:47.539Z||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-06-20T04:56:47.539Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:56:47.588Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:56:47.588Z||pool-133-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:56:48.443Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:56:48.444Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:56:48.446Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:56:48.446Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:56:48.546Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:56:48.547Z||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-06-20T04:56:48.547Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:56:48.565Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:56:48.565Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:56:49.447Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:56:49.447Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:56:49.449Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:56:49.449Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:56:49.549Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:56:49.550Z||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-06-20T04:56:49.550Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:56:49.569Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:56:49.570Z||pool-135-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:56:50.450Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:56:50.451Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:56:50.452Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:56:50.452Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:56:50.553Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:56:50.554Z||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-06-20T04:56:50.554Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:56:50.574Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:56:50.574Z||pool-136-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:56:51.453Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:56:51.454Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:56:51.456Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:56:51.456Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:56:51.556Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:56:51.557Z||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-06-20T04:56:51.557Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:56:51.574Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:56:51.574Z||pool-137-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:56:52.459Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6242bfbd-1f3d-49b6-8503-8581c3689701",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f8ae5e64-16b6-49f9-9e6c-07623bd3ae89",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "5f7bd159-c7a9-489f-b5f8-d1e272aeb1c3",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "730e8789-7655-41d5-8273-9f3a7733a68f",
      "resourceInvariantUUID": "04f93fda-ab66-4222-bdaa-3bb8294e76b9",
      "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": "ZjJkMGVhMDI1NmIzZGU2YzI0MTBkZDg3N2U5MGU4Yjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9570a377-929a-4bb2-82ac-c4d6b6b443a5"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T04:56:52.460Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T04:56:52.460Z|c81234ee-e402-4ae1-a94c-257914c2e818|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6242bfbd-1f3d-49b6-8503-8581c3689701 ASDC
2022-06-20T04:56:52.461Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:50278199-274b-4766-b466-d12c9a378ce2
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6242bfbd-1f3d-49b6-8503-8581c3689701
ServiceInvariantUUID:f8ae5e64-16b6-49f9-9e6c-07623bd3ae89
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:9570a377-929a-4bb2-82ac-c4d6b6b443a5
ArtifactChecksum:ZjJkMGVhMDI1NmIzZGU2YzI0MTBkZDg3N2U5MGU4Yjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:5f7bd159-c7a9-489f-b5f8-d1e272aeb1c3
ResourceInvariantUUID:04f93fda-ab66-4222-bdaa-3bb8294e76b9
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:730e8789-7655-41d5-8273-9f3a7733a68f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-20T04:56:52.461Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6242bfbd-1f3d-49b6-8503-8581c3689701 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-06-20T04:56:52.485Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:56:52.485Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:56:52.485Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:56:52.486Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9570a377-929a-4bb2-82ac-c4d6b6b443a5 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-20T04:56:52.486Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:56:52.486Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-20T04:56:52.646Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:56:52.652Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9570a377-929a-4bb2-82ac-c4d6b6b443a5 105659
2022-06-20T04:56:52.652Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-20T04:56:52.652Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-20T04:56:52.653Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:56:52.653Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:56:52.654Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:56:52.655Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655701012652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:56:52.756Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-20T04:56:52.757Z||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-06-20T04:56:52.757Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:56:52.776Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:56:52.780Z||pool-138-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:56:53.655Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:56:53.657Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:56:53.657Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9570a377-929a-4bb2-82ac-c4d6b6b443a5, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-20T04:56:53.657Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-20T04:56:53.658Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-20T04:56:53.658Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-20T04:56:53.800Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8311958570888638788/Definitions/service-TestPnfMacro-template.yml
2022-06-20T04:56:54.599Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T04:56:54.600Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:56:54.600Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-20T04:56:54.600Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-20T04:56:54.600Z|50278199-274b-4766-b466-d12c9a378ce2|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-TestPnfMacro-csar.csar
2022-06-20T04:56:54.600Z|50278199-274b-4766-b466-d12c9a378ce2|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-TestPnfMacro-csar.csar
2022-06-20T04:56:54.600Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||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-06-20T04:56:54.600Z|50278199-274b-4766-b466-d12c9a378ce2|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-TestPnfMacro-csar.csar
2022-06-20T04:56:54.601Z|50278199-274b-4766-b466-d12c9a378ce2|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-TestPnfMacro-csar.csar
2022-06-20T04:56:54.601Z|50278199-274b-4766-b466-d12c9a378ce2|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-TestPnfMacro-csar.csar
2022-06-20T04:56:54.601Z|50278199-274b-4766-b466-d12c9a378ce2|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-TestPnfMacro-csar.csar
2022-06-20T04:56:54.601Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:56:54.601Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:56:54.601Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:56:54.602Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-20T04:56:54.602Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:56:54.602Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:56:54.602Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:56:54.602Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:56:54.603Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-20T04:56:54.603Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:56:54.603Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:56:54.603Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:56:54.603Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:56:54.603Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:56:54.604Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:56:54.604Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:56:54.604Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:56:54.604Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:56:54.604Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:56:54.604Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:56:54.605Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:56:54.605Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:6242bfbd-1f3d-49b6-8503-8581c3689701
Model Version:NULL
Model InvariantUuid:f8ae5e64-16b6-49f9-9e6c-07623bd3ae89
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-06-20T04:56:54.611Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 730e8789-7655-41d5-8273-9f3a7733a68f
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-06-20T04:56:54.613Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||test-pnf 0
2022-06-20T04:56:54.613Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 730e8789-7655-41d5-8273-9f3a7733a68f
2022-06-20T04:56:54.614Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 6242bfbd-1f3d-49b6-8503-8581c3689701
2022-06-20T04:56:54.614Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 6242bfbd-1f3d-49b6-8503-8581c3689701
2022-06-20T04:56:54.614Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 730e8789-7655-41d5-8273-9f3a7733a68f 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-06-20T04:56:54.617Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e04556e, org.onap.sdc.toscaparser.api.parameters.Input@39dcd9b4, org.onap.sdc.toscaparser.api.parameters.Input@200343ea, org.onap.sdc.toscaparser.api.parameters.Input@3c5c43b9, org.onap.sdc.toscaparser.api.parameters.Input@703fde79]
2022-06-20T04:56:54.618Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:56:54.618Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:56:54.618Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 6242bfbd-1f3d-49b6-8503-8581c3689701: test-pnf
2022-06-20T04:56:54.618Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||Processing PNF resource: 730e8789-7655-41d5-8273-9f3a7733a68f
2022-06-20T04:56:54.619Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T04:56:54.619Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:56:54.619Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||Resource customization UUID: 5f7bd159-c7a9-489f-b5f8-d1e272aeb1c3 is the same as notified resource customizationUUID: 5f7bd159-c7a9-489f-b5f8-d1e272aeb1c3
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-06-20T04:56:54.695Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 730e8789-7655-41d5-8273-9f3a7733a68f 0 ASDC deployResourceStructure
2022-06-20T04:56:54.695Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-20T04:56:54.695Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-20T04:56:54.695Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:56:54.696Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:56:54.697Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:56:54.698Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655701014695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:56:54.798Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:56:54.798Z||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-06-20T04:56:54.798Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:56:54.815Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:56:54.816Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:56:55.699Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50278199-274b-4766-b466-d12c9a378ce2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-20T04:56:55.707Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50278199-274b-4766-b466-d12c9a378ce2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-20T04:56:55.713Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:56:55.713Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T04:56:55.713Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T04:56:55.713Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T04:56:55.713Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:56:55.713Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:56:55.713Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:56:55.713Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:56:55.714Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:56:55.714Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:56:55.714Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T04:56:55.714Z|50278199-274b-4766-b466-d12c9a378ce2|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-06-20T04:56:55.718Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T04:56:57.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:56:57.332Z||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-06-20T04:56:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:56:57.363Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:56:57.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:56:57.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-20T04:56:57.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:56:57.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:56:57.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:56:57.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:56:57.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:56:57.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:56:57.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:56:57.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:56:57.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:56:57.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:56:57.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:56:57.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700841700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:56:57.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:56:57.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:56:57.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700844648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:56:57.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:56:57.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:56:57.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700845811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:56:57.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:56:57.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:56:57.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700846944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:56:57.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:56:57.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:56:57.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700848104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T04:56:57.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:56:57.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:56:57.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700849107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T04:56:57.368Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:56:57.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:56:57.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700850113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-20T04:56:57.368Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:56:57.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:56:57.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700851117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:56:57.369Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:57:25.719Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 50278199-274b-4766-b466-d12c9a378ce2 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-06-20T04:57:25.723Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 50278199-274b-4766-b466-d12c9a378ce2 and serviceModelVersionId: 6242bfbd-1f3d-49b6-8503-8581c3689701
2022-06-20T04:57:25.724Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8ae5e64-16b6-49f9-9e6c-07623bd3ae89
2022-06-20T04:57:25.725Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8ae5e64-16b6-49f9-9e6c-07623bd3ae89/model-vers/model-ver/6242bfbd-1f3d-49b6-8503-8581c3689701?depth=0
2022-06-20T04:57:25.728Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T04:57:25.763Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8ae5e64-16b6-49f9-9e6c-07623bd3ae89/model-vers/model-ver/6242bfbd-1f3d-49b6-8503-8581c3689701?depth=0|INFO|500||Invoke
2022-06-20T04:57:25.764Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8ae5e64-16b6-49f9-9e6c-07623bd3ae89/model-vers/model-ver/6242bfbd-1f3d-49b6-8503-8581c3689701?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8ae5e64-16b6-49f9-9e6c-07623bd3ae89/model-vers/model-ver/6242bfbd-1f3d-49b6-8503-8581c3689701?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[50278199-274b-4766-b466-d12c9a378ce2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b65882b1-a6b9-43c4-bd24-c0630470eecf], X-ECOMP-RequestID=[50278199-274b-4766-b466-d12c9a378ce2], X-TransactionId=[], X-ONAP-RequestID=[50278199-274b-4766-b466-d12c9a378ce2], Content-Type=[application/merge-patch+json]}
2022-06-20T04:57:25.786Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8ae5e64-16b6-49f9-9e6c-07623bd3ae89/model-vers/model-ver/6242bfbd-1f3d-49b6-8503-8581c3689701?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T04:57:25.892Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8ae5e64-16b6-49f9-9e6c-07623bd3ae89/model-vers/model-ver/6242bfbd-1f3d-49b6-8503-8581c3689701?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/f8ae5e64-16b6-49f9-9e6c-07623bd3ae89/model-vers/model-ver/6242bfbd-1f3d-49b6-8503-8581c3689701?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220620-04:57:25:793-7200], vertex-id=[253960], Content-Length=[0], Date=[Mon, 20 Jun 2022 04:57:25 GMT], Content-Type=[application/json]}
2022-06-20T04:57:25.893Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8ae5e64-16b6-49f9-9e6c-07623bd3ae89/model-vers/model-ver/6242bfbd-1f3d-49b6-8503-8581c3689701?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-20T04:57:25.893Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8ae5e64-16b6-49f9-9e6c-07623bd3ae89/model-vers/model-ver/6242bfbd-1f3d-49b6-8503-8581c3689701?depth=0|INFO|500||InvokeReturn
2022-06-20T04:57:25.893Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T04:57:25.893Z|50278199-274b-4766-b466-d12c9a378ce2|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-06-20T04:57:25.898Z|50278199-274b-4766-b466-d12c9a378ce2|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-06-20T04:57:25.899Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 50278199-274b-4766-b466-d12c9a378ce2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T04:57:25.899Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T04:57:25.899Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:57:25.901Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:57:25.901Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655701045899,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:57:26.001Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:57:26.002Z||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-06-20T04:57:26.002Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:57:26.020Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:57:26.021Z||pool-140-thread-1|||||INFO|500||cambria reply ok (19 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-06-20T04:57:26.911Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:57:26.912Z|50278199-274b-4766-b466-d12c9a378ce2|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-06-20T04:57:26.912Z|50278199-274b-4766-b466-d12c9a378ce2|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:57:37.278Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:57:37.278Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:57:37.279Z|50278199-274b-4766-b466-d12c9a378ce2|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-06-20T04:57:37.279Z|50278199-274b-4766-b466-d12c9a378ce2|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:57:46.869Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:57:46.870Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:57:46.870Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:57:46.870Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:57:56.423Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:57:56.424Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:57:56.424Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:57:56.424Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:57:57.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:57:57.331Z||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-06-20T04:57:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:57:57.364Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:57:57.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:57:57.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c81234ee-e402-4ae1-a94c-257914c2e818",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655701002393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:57:57.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:57:57.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:57:57.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:57:57.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:57:57.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:57:57.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:57:57.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:57:57.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:57:57.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:57:57.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:57:57.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:57:57.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:57:57.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:57:57.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:57:57.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:57:57.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:57:57.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:57:57.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:57:57.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:57:57.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:57:57.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:57:57.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:57:57.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:57:57.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T04:57:57.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:57:57.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:57:57.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655700777328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T04:57:57.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T04:57:57.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:57:57.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655701012652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T04:57:57.369Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:57:57.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T04:57:57.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655701014695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T04:57:57.369Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:58:06.001Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:58:06.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:58:06.004Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:58:06.004Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:58:15.661Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:58:57.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:58:57.329Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:58:57.329Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:58:57.330Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:58:57.331Z||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-06-20T04:58:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:58:57.860Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:58:57.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-20T04:58:57.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50278199-274b-4766-b466-d12c9a378ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655701045899,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:58:57.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:59:06.940Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T04:59:57.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:59:57.330Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:59:57.330Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:59:57.330Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:59:57.331Z||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-06-20T04:59:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:00:06.891Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:00:06.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:00:57.329Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:00:57.330Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:00:57.332Z||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-06-20T05:00:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:00:57.332Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:00:57.332Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T05:01:06.896Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:01:06.896Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:01:57.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:01:57.329Z||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-06-20T05:01:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:01:57.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:01:57.331Z||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-06-20T05:01:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:02:06.903Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:02:06.952Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:02:57.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:02:57.329Z||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-06-20T05:02:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:02:57.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:02:57.333Z||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-06-20T05:02:57.333Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:03:06.896Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:03:06.896Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:03:57.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:03:57.329Z||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-06-20T05:03:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:03:57.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:03:57.331Z||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-06-20T05:03:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:04:06.885Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:04:06.902Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:04:57.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:04:57.329Z||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-06-20T05:04:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:04:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:04:57.331Z||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-06-20T05:04:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:05:06.882Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:05:06.883Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:05:57.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:05:57.329Z||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-06-20T05:05:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:05:57.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:05:57.331Z||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-06-20T05:05:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:06:06.882Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:06:06.886Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:06:57.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:06:57.329Z||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-06-20T05:06:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:06:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:06:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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-06-20T05:06:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:07:06.903Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:07:06.920Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:07:57.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:07:57.329Z||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-06-20T05:07:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:07:57.330Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:07:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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-06-20T05:07:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:08:06.891Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:08:06.891Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:08:57.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:08:57.330Z||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-06-20T05:08:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:08:57.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:08:57.331Z||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-06-20T05:08:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:09:06.891Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:09:06.892Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:09:57.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:09:57.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:09:57.331Z||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-06-20T05:09:57.331Z||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-06-20T05:09:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:09:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:10:06.891Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:10:06.891Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:10:57.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:10:57.330Z||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-06-20T05:10:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:10:57.330Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:10:57.331Z||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-06-20T05:10:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:11:06.948Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:11:06.970Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:11:57.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:11:57.329Z||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-06-20T05:11:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:11:57.330Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:11:57.331Z||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-06-20T05:11:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:12:06.914Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:12:06.931Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:12:57.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:12:57.329Z||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-06-20T05:12:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:12:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:12:57.331Z||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-06-20T05:12:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:13:06.883Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:13:06.922Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:13:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:13:57.329Z||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-06-20T05:13:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:13:57.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:13:57.331Z||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-06-20T05:13:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:14:06.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:14:06.919Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:14:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:14:57.329Z||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-06-20T05:14:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:14:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:14:57.331Z||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-06-20T05:14:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:15:06.949Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:15:06.957Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:15:57.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:15:57.329Z||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-06-20T05:15:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:15:57.330Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:15:57.331Z||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-06-20T05:15:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:16:06.888Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:16:06.932Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:16:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:16:57.329Z||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-06-20T05:16:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:16:57.330Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:16:57.331Z||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-06-20T05:16:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:17:06.888Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:17:06.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:17:57.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:17:57.329Z||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-06-20T05:17:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:17:57.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:17:57.331Z||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-06-20T05:17:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:18:06.919Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:18:06.935Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:18:57.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:18:57.330Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:18:57.331Z||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-06-20T05:18:57.331Z|50278199-274b-4766-b466-d12c9a378ce2|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-06-20T05:18:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:18:57.331Z|50278199-274b-4766-b466-d12c9a378ce2|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:19:06.908Z|50278199-274b-4766-b466-d12c9a378ce2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:19:06.914Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:19:57.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:19:57.330Z||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-06-20T05:19:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:19:57.330Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:19:57.331Z||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-06-20T05:19:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:20:06.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:20:06.916Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:20:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:20:57.329Z||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-06-20T05:20:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:20:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:20:57.331Z||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-06-20T05:20:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:21:06.907Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:21:06.942Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:21:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:21:57.329Z||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-06-20T05:21:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T05:21:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:21:57.331Z||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-06-20T05:21:57.331Z||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 sxyUCkJ4szx1BUSI) ...